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
1512d37
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 8, 2023
coro_kind -> coroutine_kind
compiler-errors
committed
1512d37
Copy full SHA for 1512d37
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 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
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
flip1995
committed
c9a43b1
Copy full SHA for c9a43b1
Auto merge of #117472 - jmillikin:stable-c-str-literals, r=Nilstrieb
Show description for 3a76090
bors
committed
3a76090
Copy full SHA for 3a76090
Commits on Nov 29, 2023
Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors
Show description for 071f8f6
matthiaskrgr
authored
071f8f6
Copy full SHA for 071f8f6
Add `never_patterns` feature gate
Nadrieril
committed
02e50f0
Copy full SHA for 02e50f0
Commits on Nov 27, 2023
Rework `ast::BinOpKind::to_string` and `ast::UnOp::to_string`.
Show description for 684c4bf
nnethercote
committed
684c4bf
Copy full SHA for 684c4bf
Commits on Nov 26, 2023
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cleanup
petrochenkov
committed
bf86fe1
Copy full SHA for bf86fe1
Auto merge of #118250 - petrochenkov:optdefkind, r=compiler-errors
Show description for a79a7d6
bors
committed
a79a7d6
Copy full SHA for a79a7d6
Commits on Nov 25, 2023
Appease the clippy
compiler-errors
committed
fffee10
Copy full SHA for fffee10
rustc: Make `def_kind` mandatory for all `DefId`s
petrochenkov
committed
bafa200
Copy full SHA for bafa200
Commits on Nov 24, 2023
Manual find replace updates
Noratrieb
committed
191e1bc
Copy full SHA for 191e1bc
Bless clippy tests
Show description for c2c7318
Noratrieb
and
adrianEffe
committed
c2c7318
Copy full SHA for c2c7318
Commits on Nov 21, 2023
Update itertools to 0.11.
Show description for fa7cd25
nnethercote
committed
fa7cd25
Copy full SHA for fa7cd25
Commits on Nov 19, 2023
Don't sort `span_suggestions`, leave that to caller
estebank
committed
82babe0
Copy full SHA for 82babe0
Commits on Nov 17, 2023
rename bound region instantiation
Show description for 8c6c542
lcnr
committed
8c6c542
Copy full SHA for 8c6c542
Commits on Nov 16, 2023
Move `lint_store` from `GlobalCtxt` to `Session`.
Show description for aec4e81
nnethercote
committed
aec4e81
Copy full SHA for aec4e81
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
flip1995
committed
6246f04
Copy full SHA for 6246f04
Commits on Nov 14, 2023
finish `RegionKind` rename
Show description for 9aa2330
lcnr
committed
9aa2330
Copy full SHA for 9aa2330
Commits on Nov 13, 2023
update type flags
Show description for 9ab054d
lcnr
committed
9ab054d
Copy full SHA for 9ab054d
rename `ReLateBound` to `ReBound`
Show description for c4971f9
lcnr
committed
c4971f9
Copy full SHA for c4971f9
Commits on Nov 4, 2023
fix clippy author and failing test
dnbln
committed
67cc4b0
Copy full SHA for 67cc4b0
Warn when lint level is set on a match arm
Nadrieril
committed
17c7d21
Copy full SHA for 17c7d21
Commits on Nov 3, 2023
Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb
Show description for 2d9af16
bors
committed
2d9af16
Copy full SHA for 2d9af16
Commits on Nov 2, 2023
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
flip1995
committed
77c1e3a
Copy full SHA for 77c1e3a
Minimize `pub` usage in `source_map.rs`.
Show description for e1ec2d5
nnethercote
committed
e1ec2d5
Copy full SHA for e1ec2d5
Commits on Nov 1, 2023
Rename hook.
cjgillot
committed
aae86cc
Copy full SHA for aae86cc
Pagination
Previous
Next
You can’t perform that action at this time.