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 }}
rust-lang
/
rust
Public
Notifications
You must be signed in to change notification settings
Fork
13.9k
Star
107k
Code
Issues
5k+
Pull requests
886
Actions
Projects
9
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
d13d898
User selector
All users
Datepicker
All time
Commit History
Commits on May 11, 2020
Merge commit '43a1777b89cf6791f9e20878b4e5e3ae907867a5' into clippyup
flip1995
committed
d13d898
Copy full SHA for d13d898
Commits on May 9, 2020
Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper
Show description for 51158cc
RalfJung
authored
51158cc
Copy full SHA for 51158cc
Commits on May 8, 2020
Fix clippy.
cjgillot
committed
31c84e5
Copy full SHA for 31c84e5
Commits on May 7, 2020
Fix nit and cargo.lock
jackh726
committed
0e2f5c9
Copy full SHA for 0e2f5c9
Commits on May 3, 2020
Update clippy lint
ecstatic-morse
committed
41fe5c1
Copy full SHA for 41fe5c1
Commits on May 1, 2020
Auto merge of #5548 - matthiaskrgr:traget_os, r=flip1995
Show description for d270887
bors
committed
d270887
Copy full SHA for d270887
Commits on Apr 30, 2020
mismatched_target_os: link to respective section in rust reference
matthiaskrgr
committed
b7800e1
Copy full SHA for b7800e1
Commits on Apr 29, 2020
Auto merge of #5547 - CrazyRoka:fix-clone-double-ref-suggestion, r=flip1995
Show description for 0a53ed2
bors
committed
0a53ed2
Copy full SHA for 0a53ed2
Fixed incorrect suggestion of `clone_double_ref` lint
Show description for 20c069b
CrazyRoka
committed
20c069b
Copy full SHA for 20c069b
Auto merge of #5545 - flip1995:rustup, r=flip1995
Show description for 28197b6
bors
committed
28197b6
Copy full SHA for 28197b6
Rustup to rust-lang/rust#71518
flip1995
committed
cd34809
Copy full SHA for cd34809
Commits on Apr 28, 2020
Auto merge of #5543 - matthiaskrgr:rustup_45, r=flip1995
Show description for 9a3b0a0
bors
committed
9a3b0a0
Copy full SHA for 9a3b0a0
rustup https://github.com/rust-lang/rust/pull/71292/
matthiaskrgr
committed
bdc9528
Copy full SHA for bdc9528
Auto merge of #5535 - ebroto:issue_5360, r=phansch
Show description for 2c4d566
bors
committed
2c4d566
Copy full SHA for 2c4d566
Commits on Apr 27, 2020
Test that we lint the awaited expression
ebroto
committed
fc5fc63
Copy full SHA for fc5fc63
used_underscore_binding: do not lint on `await` desugaring
ebroto
committed
3a96f54
Copy full SHA for 3a96f54
Auto merge of #5538 - csmoe:rustup, r=phansch
Show description for f2486b3
bors
committed
f2486b3
Copy full SHA for f2486b3
rustup: rust-lang/rust#71628
csmoe
committed
305177d
Copy full SHA for 305177d
Auto merge of #5522 - CrazyRoka:match_vec_item, r=phansch
Show description for d13ffbe
bors
committed
d13ffbe
Copy full SHA for d13ffbe
Auto merge of #5506 - ebroto:mismatched_target_os, r=flip1995
Show description for 5d8a3e8
bors
committed
5d8a3e8
Copy full SHA for 5d8a3e8
Commits on Apr 26, 2020
Split tests in unix/non-unix
ebroto
committed
303e7d1
Copy full SHA for 303e7d1
Remove some OSes from the test to comply with stderr line limit
ebroto
committed
4a405c9
Copy full SHA for 4a405c9
Use the span of the attribute for the error message
ebroto
committed
ce50e42
Copy full SHA for ce50e42
Apply suggestions from PR review
Show description for d24a106
ebroto
committed
d24a106
Copy full SHA for d24a106
Implement mismatched_target_os lint
ebroto
committed
149f6d6
Copy full SHA for 149f6d6
Updated lint info in lib.rs
CrazyRoka
committed
b574941
Copy full SHA for b574941
Small lint update
Show description for 940c662
CrazyRoka
committed
940c662
Copy full SHA for 940c662
Auto merge of #5534 - phansch:remove-util-dev, r=flip1995
Show description for 87a6f3f
bors
committed
87a6f3f
Copy full SHA for 87a6f3f
Auto merge of #5509 - phansch:more-diagnostic-items2, r=matthiaskrgr
Show description for 5c12f2b
bors
committed
5c12f2b
Copy full SHA for 5c12f2b
Fix cargo crash
phansch
committed
eda73fe
Copy full SHA for eda73fe
Remove util/dev script
Show description for 8d596ea
phansch
committed
8d596ea
Copy full SHA for 8d596ea
cargo dev fmt
phansch
committed
0a49935
Copy full SHA for 0a49935
More diagnostic items
Show description for 0480ff8
phansch
committed
0480ff8
Copy full SHA for 0480ff8
Auto merge of #5533 - phansch:rustup001, r=matthiaskrgr
Show description for b7c802b
bors
committed
b7c802b
Copy full SHA for b7c802b
rustup to https://github.com/rust-lang/rust/pull/70043
phansch
committed
5b1622b
Copy full SHA for 5b1622b
Pagination
Previous
Next
You can’t perform that action at this time.