Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
compiler-errors
/
rust
Public
forked from
rust-lang/rust
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
Fork
0
Star
3
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
5a9c25c
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 22, 2023
Split coroutine desugaring kind from source
compiler-errors
committed
5a9c25c
Copy full SHA for 5a9c25c
Auto merge of #118847 - eholk:for-await, r=compiler-errors
Show description for 4ad06d1
bors
committed
4ad06d1
Copy full SHA for 4ad06d1
Commits on Dec 20, 2023
Give `VariantData::Struct` named fields, to clairfy `recovered`.
aDotInTheVoid
committed
0628454
Copy full SHA for 0628454
Commits on Dec 19, 2023
Plumb awaitness of for loops
eholk
committed
212ea03
Copy full SHA for 212ea03
Commits on Dec 18, 2023
Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.
nnethercote
committed
d165a38
Copy full SHA for d165a38
Rename `ParseSess::with_span_handler` as `ParseSess::with_dcx`.
nnethercote
committed
bc3a3bc
Copy full SHA for bc3a3bc
Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.
nnethercote
committed
42729d6
Copy full SHA for 42729d6
Rename `Handler` as `DiagCtxt`.
nnethercote
committed
22e769c
Copy full SHA for 22e769c
Commits on Dec 16, 2023
Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyup
flip1995
committed
3596d44
Copy full SHA for 3596d44
Commits on Dec 15, 2023
Rollup merge of #118727 - compiler-errors:lint-decorate, r=WaffleLapkin
Show description for d517ae6
workingjubilee
authored
d517ae6
Copy full SHA for d517ae6
Appease the tools: clippy, rustdoc
compiler-errors
committed
d47b7bb
Copy full SHA for d47b7bb
Don't pass lint back out of lint decorator
compiler-errors
committed
677ccca
Copy full SHA for 677ccca
Rollup merge of #118888 - compiler-errors:uplift-more-things, r=jackh726
Show description for f90e8ef
matthiaskrgr
authored
f90e8ef
Copy full SHA for f90e8ef
Commits on Dec 12, 2023
Uplift TypeAndMut
compiler-errors
committed
20de341
Copy full SHA for 20de341
Move some methods from `tcx.hir()` to `tcx`
Show description for fe37cc1
zetanumbers
committed
fe37cc1
Copy full SHA for fe37cc1
Commits on Dec 11, 2023
Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco
Show description for c8213a4
bors
committed
c8213a4
Copy full SHA for c8213a4
Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler-errors
Show description for 1f9b674
bors
committed
1f9b674
Copy full SHA for 1f9b674
Commits on Dec 10, 2023
Add spacing information to delimiters.
Show description for e35acc2
nnethercote
committed
e35acc2
Copy full SHA for e35acc2
fix clippy
fee1-dead
committed
7825200
Copy full SHA for 7825200
remove redundant imports
Show description for 0109fa6
surechen
committed
0109fa6
Copy full SHA for 0109fa6
Commits on Dec 8, 2023
Auto merge of #118420 - compiler-errors:async-gen, r=eholk
Show description for 0252580
bors
committed
0252580
Copy full SHA for 0252580
Make some matches exhaustive to avoid bugs, fix tools
compiler-errors
committed
62f7337
Copy full SHA for 62f7337
coro_kind -> coroutine_kind
compiler-errors
committed
1512d37
Copy full SHA for 1512d37
Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors
Show description for f39d18b
bors
committed
f39d18b
Copy full SHA for f39d18b
Commits on Dec 6, 2023
Drop clippy::vtable_address_comparisons
Urgau
committed
a2ea760
Copy full SHA for a2ea760
Commits on Dec 5, 2023
Fix build
eholk
committed
5f191ce
Copy full SHA for 5f191ce
Update doctest
eholk
committed
594a5f1
Copy full SHA for 594a5f1
Commits on Dec 4, 2023
Remove bad merge
eholk
committed
c9eb8c9
Copy full SHA for c9eb8c9
Option<CoroutineKind>
eholk
committed
45be5dd
Copy full SHA for 45be5dd
Merge Async and Gen into CoroutineKind
eholk
committed
b4e3b85
Copy full SHA for b4e3b85
Commits on Dec 3, 2023
Parse a pattern with no arm
Nadrieril
committed
7ffe1ff
Copy full SHA for 7ffe1ff
Commits on Dec 2, 2023
Auto merge of #118507 - flip1995:clippy-subtree-sync, r=matthiaskrgr
Show description for c586717
bors
committed
c586717
Copy full SHA for c586717
Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors
Show description for 30f8e87
bors
committed
30f8e87
Copy full SHA for 30f8e87
Commits on Dec 1, 2023
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Show description for 8dab738
nnethercote
committed
8dab738
Copy full SHA for 8dab738
Rename `*note_without_error` as `*note`.
Show description for dc702e3
nnethercote
committed
dc702e3
Copy full SHA for dc702e3
Pagination
Previous
Next
You can’t perform that action at this time.