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
ab91d5a
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 17, 2022
unwrap_used: Fix error message for unwrap_err when expect_used is allowed
sgued
committed
ab91d5a
Copy full SHA for ab91d5a
Commits on Aug 16, 2022
unwrap_used and expect_used: trigger on uses of their _err variants
sgued
committed
c1e0435
Copy full SHA for c1e0435
Commits on Aug 15, 2022
Auto merge of #9329 - xphoniex:fix-#9317, r=flip1995
Show description for 8c9040c
bors
committed
8c9040c
Copy full SHA for 8c9040c
Commits on Aug 14, 2022
Skip `unnecessary_to_owned` when `t != t.to_string()`
Show description for 1a2aaf6
xphoniex
committed
1a2aaf6
Copy full SHA for 1a2aaf6
Auto merge of #9187 - sgued:iter-once, r=flip1995
Show description for 679fa9f
bors
committed
679fa9f
Copy full SHA for 679fa9f
Auto merge of #9167 - aldhsu:fix-trait-duplication-false-pos, r=flip1995
Show description for 84df61c
bors
committed
84df61c
Copy full SHA for 84df61c
Commits on Aug 13, 2022
Auto merge of #9326 - flip1995:version-update, r=xFrednet
Show description for 4d5d191
bors
committed
4d5d191
Copy full SHA for 4d5d191
Commits on Aug 12, 2022
Update lint versions for 1.63 release
flip1995
committed
f18cd27
Copy full SHA for f18cd27
Auto merge of #9324 - flip1995:changelog, r=xFrednet
Show description for dfa780e
bors
committed
dfa780e
Copy full SHA for dfa780e
Update Changelog to 1.63
flip1995
committed
35486cb
Copy full SHA for 35486cb
Auto merge of #9289 - mkrasnitski:9094, r=xFrednet
Show description for 05fc1c7
bors
committed
05fc1c7
Copy full SHA for 05fc1c7
Lint trait duplication in one pass.
Allen Hsu
committed
8bae517
Copy full SHA for 8bae517
Adjust lint description for better clarity
mkrasnitski
committed
f7f60b8
Copy full SHA for f7f60b8
Commits on Aug 11, 2022
Auto merge of #9323 - flip1995:rustup, r=flip1995
Show description for 2b2190c
bors
committed
2b2190c
Copy full SHA for 2b2190c
Bump Clippy version -> 0.1.65
flip1995
committed
280b527
Copy full SHA for 280b527
Bump nightly version -> 2022-08-11
flip1995
committed
eda0b00
Copy full SHA for eda0b00
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
committed
879855b
Copy full SHA for 879855b
Commits on Aug 9, 2022
Auto merge of #9308 - daxpedda:missing-const-for-fn, r=Jarcho
Show description for f7e2cb4
bors
committed
f7e2cb4
Copy full SHA for f7e2cb4
Address review take 2
daxpedda
committed
fd60581
Copy full SHA for fd60581
Address review
daxpedda
committed
6f5d648
Copy full SHA for 6f5d648
Use `check_proc_macro` for `missing_const_for_fn`
daxpedda
committed
8d4f2ac
Copy full SHA for 8d4f2ac
Auto merge of #9288 - lukaslueg:partialeqnone, r=Jarcho
Show description for 3af9072
bors
committed
3af9072
Copy full SHA for 3af9072
Commits on Aug 8, 2022
Rename new lints to iter_on_empty_collections and iter_on_single_items
sgued
committed
af4885c
Copy full SHA for af4885c
Prevent some false positives
sgued
committed
b247594
Copy full SHA for b247594
Improve suggestions
sgued
committed
f30d7c2
Copy full SHA for f30d7c2
Move iter_once and iter_empty to methods as a late pass
Show description for f3f86d8
sgued
committed
f3f86d8
Copy full SHA for f3f86d8
Fix the lint in clippy itself
sgued
committed
332e031
Copy full SHA for 332e031
Add iter_once and iter_empty lints
sgued
committed
73cd954
Copy full SHA for 73cd954
Add partialeq_to_none lint
Show description for 657b0da
lukaslueg
committed
657b0da
Copy full SHA for 657b0da
Auto merge of #9306 - guerinoni:rename-logic-bug, r=llogiq,xFrednet
Show description for 8f39061
bors
committed
8f39061
Copy full SHA for 8f39061
Rename `logic_bug` to `overly_complex_bool_expr`
Show description for f6cab94
guerinoni
committed
f6cab94
Copy full SHA for f6cab94
Auto merge of #9126 - Jarcho:auto_deref_sugg, r=Manishearth
Show description for 4912c0e
bors
committed
4912c0e
Copy full SHA for 4912c0e
Lint `explicit_auto_deref` in implicit return positions for closures
Jarcho
committed
ecb51fe
Copy full SHA for ecb51fe
Fix ICE when checking the HIR ty of closure args.
Jarcho
committed
5285928
Copy full SHA for 5285928
Auto merge of #9303 - Jarcho:ice_9297, r=Alexendoo
Show description for 0ee7025
bors
committed
0ee7025
Copy full SHA for 0ee7025
Pagination
Previous
Next
You can’t perform that action at this time.