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
563a00b
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 8, 2021
Bump Clippy Version -> 0.1.57
flip1995
committed
563a00b
Copy full SHA for 563a00b
Bump nightly version -> 2021-09-08
flip1995
committed
3cb1d28
Copy full SHA for 3cb1d28
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
committed
4962608
Copy full SHA for 4962608
Commits on Sep 7, 2021
Auto merge of #7642 - mikerite:fix-7641, r=flip1995
Show description for b7c25e1
bors
committed
b7c25e1
Copy full SHA for b7c25e1
Add `TAU` to `approx_constant`
Michael Wright
committed
a7a5a5d
Copy full SHA for a7a5a5d
Commits on Sep 6, 2021
Auto merge of #7634 - chansuke:update-eval-order-depends-docs, r=Manishearth
Show description for 17294b8
bors
committed
17294b8
Copy full SHA for 17294b8
Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebank
Show description for f7aaa2a
bors
committed
f7aaa2a
Copy full SHA for f7aaa2a
Commits on Sep 5, 2021
Auto merge of #7596 - lengyijun:option_needless_deref, r=llogiq
Show description for 7a0d7d8
bors
committed
7a0d7d8
Copy full SHA for 7a0d7d8
Auto merge of #7638 - xFrednet:7569-avoid-indexing-in-clippy, r=Manishearth
Show description for 051286d
bors
committed
051286d
Copy full SHA for 051286d
Auto merge of #88499 - eddyb:layout-off, r=nagisa
Show description for ad8610d
bors
committed
ad8610d
Copy full SHA for ad8610d
Auto merge of #7627 - xFrednet:0000-updating-issue-templates-again, r=llogiq
Show description for df7e63b
bors
committed
df7e63b
Copy full SHA for df7e63b
Auto merge of #7629 - mikerite:fix-7623-2, r=xFrednet
Show description for e5ae3f5
bors
committed
e5ae3f5
Copy full SHA for e5ae3f5
Avoid slice indexing in Clippy (down with the ICEs)
xFrednet
committed
62b4612
Copy full SHA for 62b4612
Improve `approx_constant` output
Michael Wright
committed
19d8a3e
Copy full SHA for 19d8a3e
Add MSRV to `approx_constant` documentation
Michael Wright
committed
4ee9ec9
Copy full SHA for 4ee9ec9
Update clippy_lints/src/needless_option_as_deref.rs
Show description for 37af742
lengyijun
and
llogiq
authored
37af742
Copy full SHA for 37af742
Commits on Sep 4, 2021
Auto merge of #7570 - HKalbasi:derivable-impls, r=camsteffen
Show description for a8c269a
bors
committed
a8c269a
Copy full SHA for a8c269a
Auto merge of #7584 - shepmaster:unnecessary_expect, r=camsteffen
Show description for f771927
bors
committed
f771927
Copy full SHA for f771927
add derivable impls lint
HKalbasi
committed
8221f9e
Copy full SHA for 8221f9e
needless_option_as_deref
lengyijun
committed
4184cc3
Copy full SHA for 4184cc3
Fix documentation of eval_order_dependence
chansuke
committed
b2f01ef
Copy full SHA for b2f01ef
Fix #88256, remove duplicated diagnostic
chenyukang
committed
6764fde
Copy full SHA for 6764fde
Commits on Sep 3, 2021
Correct link in documentation for the file `clippy_lints::utils::conf`
xFrednet
committed
169aea6
Copy full SHA for 169aea6
Updating issue templates again for rustbot
xFrednet
committed
9ebd012
Copy full SHA for 9ebd012
Make `approx_const` MSRV aware
Show description for a23af89
Michael Wright
committed
a23af89
Copy full SHA for a23af89
Reorder approx_consts constant to match rust docs
Michael Wright
committed
265b8ec
Copy full SHA for 265b8ec
Adjust the output of unnecessary_unwrap and provide a suggestion
shepmaster
committed
b477543
Copy full SHA for b477543
Extend unnecessary_unwrap to look for expect in addition to unwrap
Show description for 03d3131
shepmaster
committed
03d3131
Copy full SHA for 03d3131
Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank
Show description for a0152da
bors
committed
a0152da
Copy full SHA for a0152da
Commits on Sep 2, 2021
Auto merge of #7604 - flip1995:rustup, r=Manishearth
Show description for a8c2c7b
bors
committed
a8c2c7b
Copy full SHA for a8c2c7b
Fix fallout from re-applying patches
flip1995
committed
01b17af
Copy full SHA for 01b17af
Bump nightly version -> 2021-09-02
flip1995
committed
fb6839d
Copy full SHA for fb6839d
Fix matadata collection configuration formatting
xFrednet
authored and
flip1995
committed
8bf2940
Copy full SHA for 8bf2940
Add higher docs and remove some unneeded fields
camsteffen
authored and
flip1995
committed
c2bb313
Copy full SHA for c2bb313
Fix remaining dogfood errors
Show description for c7c2036
flip1995
committed
c7c2036
Copy full SHA for c7c2036
Pagination
Previous
Next
You can’t perform that action at this time.