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
cab975c
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 14, 2023
Changelog for Rust 1.74 :jack_o_lantern:
xFrednet
committed
cab975c
Copy full SHA for cab975c
Update version attribute for 1.74 lints
xFrednet
committed
9401cf2
Copy full SHA for 9401cf2
Auto merge of #11791 - Jacherr:iter_over_hash_type, r=Jarcho
Show description for 0c42e45
bors
committed
0c42e45
Copy full SHA for 0c42e45
Auto merge of #11778 - granddaifuku:fix/reduce-indexing-manual_memcpy-when-array-length-is-equal-to-range, r=blyxyas
Show description for ca8f33e
bors
committed
ca8f33e
Copy full SHA for ca8f33e
fix: reduce [`manual_memcpy`] indexing when array length is same to loop range
Show description for a9d42e6
granddaifuku
committed
a9d42e6
Copy full SHA for a9d42e6
Commits on Nov 13, 2023
Auto merge of #11800 - blyxyas:meow-meow, r=Centri3
Show description for c3a6b37
bors
committed
c3a6b37
Copy full SHA for c3a6b37
add tests for type-aliased hash types
Jacherr
committed
f8ea496
Copy full SHA for f8ea496
Remove Centri3 from reviewer rotation
blyxyas
committed
5a85822
Copy full SHA for 5a85822
Auto merge of #11798 - y21:move_sus_doc_comments, r=flip1995
Show description for a4b2864
bors
committed
a4b2864
Copy full SHA for a4b2864
move `suspicious_doc_comments` to doc pass
y21
committed
d89890d
Copy full SHA for d89890d
Commits on Nov 12, 2023
Auto merge of #11760 - compiler-errors:escaping, r=Jarcho
Show description for 07bc130
bors
committed
07bc130
Copy full SHA for 07bc130
Don't check for late-bound vars, check for escaping bound vars
compiler-errors
committed
1539eb8
Copy full SHA for 1539eb8
Add test
compiler-errors
committed
661e91b
Copy full SHA for 661e91b
Auto merge of #11787 - Jarcho:divergence_check, r=dswij
Show description for 6a15f3b
bors
committed
6a15f3b
Copy full SHA for 6a15f3b
Auto merge of #11508 - Jarcho:issue_11474, r=blyxyas
Show description for 886d5fb
bors
committed
886d5fb
Copy full SHA for 886d5fb
Commits on Nov 11, 2023
Auto merge of #11767 - matthri:unnecessary-fallible-conversions-ext-notes, r=blyxyas
Show description for 8ee9a9c
bors
committed
8ee9a9c
Copy full SHA for 8ee9a9c
run cargo dev fmt
Jacherr
committed
938984a
Copy full SHA for 938984a
implement more types to lint, fix wording
Jacherr
committed
9411648
Copy full SHA for 9411648
Lint `explicit_auto_deref` on most union field accesses.
Jarcho
committed
1a01132
Copy full SHA for 1a01132
add type details to unnecessary_fallible_conversions note
matthri
committed
4dead77
Copy full SHA for 4dead77
Lint `needless_borrow` on most union field accesses
Jarcho
committed
a68cd88
Copy full SHA for a68cd88
Auto merge of #11792 - y21:issue11764, r=llogiq
Show description for d487579
bors
committed
d487579
Copy full SHA for d487579
[`map_identity`]: respect match ergonomics
y21
committed
b2cf8f7
Copy full SHA for b2cf8f7
Auto merge of #11790 - Alexendoo:destructure-conf, r=Manishearth
Show description for 4a0c36d
bors
committed
4a0c36d
Copy full SHA for 4a0c36d
format and fix examples
Jacherr
committed
7bc39f3
Copy full SHA for 7bc39f3
add iter_over_hash_type lint
Jacherr
committed
cb90674
Copy full SHA for cb90674
Commits on Nov 10, 2023
Destructure `Conf` in `register_lints`
Alexendoo
committed
f1979d4
Copy full SHA for f1979d4
Auto merge of #11750 - Alexendoo:let-chains, r=flip1995
Show description for 9a4dd10
bors
committed
9a4dd10
Copy full SHA for 9a4dd10
Clean up after if chain removal
Alexendoo
committed
13b4bb1
Copy full SHA for 13b4bb1
Run `if-to-let-chain clippy*/**/*.rs`
Show description for 9681b4a
Alexendoo
committed
9681b4a
Copy full SHA for 9681b4a
Commits on Nov 9, 2023
Auto merge of #11780 - Jacherr:vec-allocator-nolint, r=xFrednet
Show description for 6be0f74
bors
committed
6be0f74
Copy full SHA for 6be0f74
add additonal non-trigger testcase
Jacherr
committed
eabc64f
Copy full SHA for eabc64f
Change divergence checking to match the compiler's type system based definition of divergence.
Jarcho
committed
a44bb07
Copy full SHA for a44bb07
Lift `expr_diverges` to `clippy_utils` as `is_never_expr`
Jarcho
committed
16d58a2
Copy full SHA for 16d58a2
Commits on Nov 8, 2023
Auto merge of #11779 - partiallytyped:11775, r=blyxyas
Show description for 34b7d15
bors
committed
34b7d15
Copy full SHA for 34b7d15
Pagination
Previous
Next
You can’t perform that action at this time.