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
Notifications
You must be signed in to change notification settings
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
4dead77
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 11, 2023
add type details to unnecessary_fallible_conversions note
matthri
committed
4dead77
Copy full SHA for 4dead77
Commits on Nov 6, 2023
Auto merge of #11758 - y21:clippy_config_references, r=flip1995
Show description for 6d9516a
bors
committed
6d9516a
Copy full SHA for 6d9516a
Commits on Nov 4, 2023
update references of `clippy_utils::msrvs` and `clippy_lints::util::conf`
y21
committed
b9efa3e
Copy full SHA for b9efa3e
Commits on Nov 3, 2023
Auto merge of #11756 - y21:issue11755, r=Manishearth
Show description for 789bc73
bors
committed
789bc73
Copy full SHA for 789bc73
[`unused_enumerate_index`]: don't ICE on empty tuples
y21
committed
294df80
Copy full SHA for 294df80
Commits on Nov 2, 2023
Auto merge of #11743 - Alexendoo:dbg-macro-stmt-span, r=xFrednet
Show description for 902c79c
bors
committed
902c79c
Copy full SHA for 902c79c
Auto merge of #11747 - flip1995:rustup, r=flip1995
Show description for 09ac14c
bors
committed
09ac14c
Copy full SHA for 09ac14c
Format let-chains across the code base
Show description for 62a82b3
flip1995
committed
62a82b3
Copy full SHA for 62a82b3
Bump nightly version -> 2023-11-02
flip1995
committed
5eee19e
Copy full SHA for 5eee19e
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
committed
95dc7be
Copy full SHA for 95dc7be
Auto merge of #11744 - matthri:get-first-deque-fix, r=Jarcho
Show description for 01a0a36
bors
committed
01a0a36
Copy full SHA for 01a0a36
Commits on Nov 1, 2023
remove code duplication
matthri
committed
61c76dd
Copy full SHA for 61c76dd
fix get_first false negative for VecDeque
matthri
committed
3b759bc
Copy full SHA for 3b759bc
Fix `dbg_macro` semi span calculation
Alexendoo
committed
57a4644
Copy full SHA for 57a4644
Auto merge of #10404 - dnbln:feat/unused_enumerate_index, r=blyxyas
Show description for 919f698
bors
committed
919f698
Copy full SHA for 919f698
refactor: extract common pat_is_wild to clippy_utils
Show description for bb9cc6d
dnbln
committed
bb9cc6d
Copy full SHA for bb9cc6d
Commits on Oct 31, 2023
Apply suggestions from code review
Show description for 14b8290
dnbln
and
blyxyas
committed
14b8290
Copy full SHA for 14b8290
feat: unused_enumerate_index lint
dnbln
committed
0b90f72
Copy full SHA for 0b90f72
Auto merge of #11669 - y21:issue11577, r=Jarcho
Show description for 7d34406
bors
committed
7d34406
Copy full SHA for 7d34406
Auto merge of #11498 - jonboh:issue11494_enumvariants_order_affects_lint, r=Centri3
Show description for 3da80dc
bors
committed
3da80dc
Copy full SHA for 3da80dc
Commits on Oct 30, 2023
new lint: `unnecessary_fallible_conversions`
y21
committed
69c3b9c
Copy full SHA for 69c3b9c
Auto merge of #11701 - Alexendoo:vec-init-then-push-docs, r=Jarcho
Show description for cdc4d56
bors
committed
cdc4d56
Copy full SHA for cdc4d56
Auto merge of #11723 - Alexendoo:clippy-utils-internal, r=Jarcho
Show description for 325e9fd
bors
committed
325e9fd
Copy full SHA for 325e9fd
Auto merge of #11735 - rust-lang:fix-11568, r=blyxyas
Show description for e245f7c
bors
committed
e245f7c
Copy full SHA for e245f7c
Rename Since -> StableSince in preparation for a DeprecatedSince
dtolnay
committed
2e907aa
Copy full SHA for 2e907aa
Commits on Oct 29, 2023
Auto merge of #11727 - dswij:read-zero-byte-vec-nursery, r=Centri3
Show description for 739f9e2
bors
committed
739f9e2
Copy full SHA for 739f9e2
ignore lower-camel-case words in `doc_markdown`
llogiq
committed
e6c804c
Copy full SHA for e6c804c
fix enum_variant_names depending lint depending on order
jonboh
committed
c51e2a0
Copy full SHA for c51e2a0
Auto merge of #11726 - Wilfred:todo_docs, r=dswij
Show description for fa6fd8c
bors
committed
fa6fd8c
Copy full SHA for fa6fd8c
Auto merge of #11730 - cuishuang:master, r=dswij
Show description for a40958a
bors
committed
a40958a
Copy full SHA for a40958a
Fix some typos
Show description for 2030c58
cuishuang
committed
2030c58
Copy full SHA for 2030c58
Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors
Show description for f2a0776
bors
committed
f2a0776
Copy full SHA for f2a0776
Commits on Oct 28, 2023
move `read_zero_byte_vec` to nursery
dswij
committed
2fea83b
Copy full SHA for 2fea83b
Auto merge of #11724 - rust-lang:fix-11559, r=blyxyas
Show description for 5852ca8
bors
committed
5852ca8
Copy full SHA for 5852ca8
Auto merge of #11696 - y21:iter_without_into_iter_suggestion, r=xFrednet
Show description for f8409ef
bors
committed
f8409ef
Copy full SHA for f8409ef
Pagination
Previous
Next
You can’t perform that action at this time.