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
108k
Code
Issues
5k+
Pull requests
867
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
d4c9fe7
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 20, 2021
Improve visibility&helpfulness of the 'found multiple rlibs' error
popzxc
committed
d4c9fe7
Copy full SHA for d4c9fe7
Commits on Jun 19, 2021
Auto merge of #7299 - DevinR528:macro-brace, r=llogiq
Show description for 3120b09
bors
committed
3120b09
Copy full SHA for 3120b09
Auto merge of #7375 - djc:from-iter-pedantic, r=Manishearth
Show description for 7869e62
bors
committed
7869e62
Copy full SHA for 7869e62
Commits on Jun 18, 2021
Move from-iter-instead-of-collect to pedantic
Show description for a40fd6d
djc
committed
a40fd6d
Copy full SHA for a40fd6d
Commits on Jun 17, 2021
Auto merge of #7371 - flip1995:changelog, r=flip1995
Show description for d184413
bors
committed
d184413
Copy full SHA for d184413
Fix link in changelog
flip1995
committed
40fee52
Copy full SHA for 40fee52
Auto merge of #7366 - flip1995:changelog, r=Manishearth
Show description for 6bf8772
bors
committed
6bf8772
Copy full SHA for 6bf8772
Auto merge of #7367 - flip1995:backport_remerge, r=flip1995
Show description for d4f908a
bors
committed
d4f908a
Copy full SHA for d4f908a
Merge remote-tracking branch 'upstream/beta' into backport_remerge
flip1995
committed
485747e
Copy full SHA for 485747e
Update changelog
flip1995
committed
218a609
Copy full SHA for 218a609
Add macro_braces lint to check for irregular brace use in certain macros
Show description for 723f515
DevinR528
committed
723f515
Copy full SHA for 723f515
Auto merge of #7364 - flip1995:rustup, r=flip1995
Show description for f49f1b1
bors
committed
f49f1b1
Copy full SHA for f49f1b1
Bump Clippy version -> 0.1.55
flip1995
committed
8302eef
Copy full SHA for 8302eef
Bump nightly version -> 2021-06-17
flip1995
committed
a8fd708
Copy full SHA for a8fd708
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
committed
e3eede7
Copy full SHA for e3eede7
Commits on Jun 15, 2021
Auto merge of #7352 - camsteffen:metadata-syntax, r=xFrednet
Show description for 7c9da3c
bors
committed
7c9da3c
Copy full SHA for 7c9da3c
Improve metadata code block parsing
camsteffen
committed
a557f37
Copy full SHA for a557f37
Auto merge of #7355 - Pyther99:common-tools-link, r=camsteffen
Show description for 1ee99d9
bors
committed
1ee99d9
Copy full SHA for 1ee99d9
Fix link
Pyther99
committed
fd0ea64
Copy full SHA for fd0ea64
Commits on Jun 14, 2021
Auto merge of #7345 - DevinR528:disallowed-fix, r=Manishearth
Show description for 2d1e9ab
bors
committed
2d1e9ab
Copy full SHA for 2d1e9ab
Auto merge of #7270 - Valentine-Mario:vec_extend_to_append, r=flip1995
Show description for a36a7c8
bors
committed
a36a7c8
Copy full SHA for a36a7c8
Auto merge of #7288 - camsteffen:use-self2, r=phansch
Show description for 6379d26
bors
committed
6379d26
Copy full SHA for 6379d26
Commits on Jun 13, 2021
fixup! Remove requirement of fully qualified path for disallowed_method/type
DevinR528
committed
d4eff81
Copy full SHA for d4eff81
Commits on Jun 11, 2021
Remove requirement of fully qualified path for disallowed_method/type
DevinR528
committed
70ce0c2
Copy full SHA for 70ce0c2
Auto merge of #7160 - flip1995:field_reassign_macros, r=xFrednet,camsteffen
Show description for f1f5ccd
bors
committed
f1f5ccd
Copy full SHA for f1f5ccd
Commits on Jun 10, 2021
Add support for using qualified paths with structs in expression and pattern
Show description for 611b74e
rylev
committed
611b74e
Copy full SHA for 611b74e
added lint to check for full range of vector and suggest append
Valentine-Mario
committed
44608b1
Copy full SHA for 44608b1
Auto merge of #7333 - camsteffen:match-var, r=llogiq
Show description for f7d09b4
bors
committed
f7d09b4
Copy full SHA for f7d09b4
Auto merge of #7332 - lengyijun:redundant_clone_fix, r=giraffate
Show description for ce7b872
bors
committed
ce7b872
Copy full SHA for ce7b872
Auto merge of #7315 - DevinR528:disallowed-ty, r=giraffate
Show description for c4636ab
bors
committed
c4636ab
Copy full SHA for c4636ab
Commits on Jun 9, 2021
Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrum
Show description for 626dc59
bors
committed
626dc59
Copy full SHA for 626dc59
Auto merge of #7334 - Thomasdezeeuw:freebsd-no-ticks, r=flip1995
Show description for 2464ee9
bors
committed
2464ee9
Copy full SHA for 2464ee9
Add FreeBSD as identifier not needing ticks
Show description for 0d3f289
Thomasdezeeuw
committed
0d3f289
Copy full SHA for 0d3f289
Factor out match_var
camsteffen
committed
b792bb3
Copy full SHA for b792bb3
Add disallowed_types lint, this adds a field to the Conf struct
Show description for ea45e2a
DevinR528
committed
ea45e2a
Copy full SHA for ea45e2a
Pagination
Previous
Next
You can’t perform that action at this time.