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
14k
Star
108k
Code
Issues
5k+
Pull requests
892
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
f504e9a
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 18, 2020
Fix comment
Nadrieril
committed
f504e9a
Copy full SHA for f504e9a
Treat booleans as integers with valid range 0..=1
oli-obk
authored and
Nadrieril
committed
3708c86
Copy full SHA for 3708c86
A ConstantValue constructor with a slice pattern is an error
Nadrieril
committed
99852e0
Copy full SHA for 99852e0
Destructure byte slices and remove all the workarounds
oli-obk
authored and
Nadrieril
committed
c3d0445
Copy full SHA for c3d0445
Destructure byte array constants to array patterns instead of keeping them opaque
oli-obk
authored and
Nadrieril
committed
bb81110
Copy full SHA for bb81110
Add some tests
Nadrieril
committed
3b37d94
Copy full SHA for 3b37d94
Commits on Sep 28, 2020
Auto merge of #77265 - vandenheuvel:chalkup, r=Dylan-DPC
Show description for 4e3eb52
bors
committed
4e3eb52
Copy full SHA for 4e3eb52
Auto merge of #77008 - fortanix:raoul/lvi-tests, r=Mark-Simulacrum
Show description for 6369a98
bors
committed
6369a98
Copy full SHA for 6369a98
Auto merge of #75295 - tmiasko:fds, r=Amanieu
Show description for db7ee7c
bors
committed
db7ee7c
Copy full SHA for db7ee7c
Commits on Sep 27, 2020
Auto merge of #77242 - ecstatic-morse:dataflow-switch-int, r=jonas-schievink
Show description for c0b15cc
bors
committed
c0b15cc
Copy full SHA for c0b15cc
Reopen standard streams when they are closed on Unix
Show description for 7d98d22
tmiasko
committed
7d98d22
Copy full SHA for 7d98d22
Auto merge of #77229 - tmiasko:liveness, r=lcnr
Show description for 7f7a1cb
bors
committed
7f7a1cb
Copy full SHA for 7f7a1cb
Auto merge of #77272 - jonas-schievink:rollup-dydo5kn, r=jonas-schievink
Show description for 4529af9
bors
committed
4529af9
Copy full SHA for 4529af9
Rollup merge of #77263 - bugadani:cleanup, r=lcnr
Show description for 344ab3f
jonas-schievink
authored
344ab3f
Copy full SHA for 344ab3f
Rollup merge of #77262 - bugadani:redundant-comment, r=Dylan-DPC
Show description for 65298ee
jonas-schievink
authored
65298ee
Copy full SHA for 65298ee
Rollup merge of #77256 - jyn514:typo, r=Aaron1011
Show description for 06677cb
jonas-schievink
authored
06677cb
Copy full SHA for 06677cb
Rollup merge of #77252 - tshepang:overlong, r=jyn514
Show description for e687dac
jonas-schievink
authored
e687dac
Copy full SHA for e687dac
Rollup merge of #77249 - jyn514:private-links, r=Manishearth
Show description for 2a90d31
jonas-schievink
authored
2a90d31
Copy full SHA for 2a90d31
Rollup merge of #77203 - ecstatic-morse:const-stability-attr-checks, r=oli-obk
Show description for 9f086fc
jonas-schievink
authored
9f086fc
Copy full SHA for 9f086fc
Rollup merge of #76839 - lzutao:mips-asm, r=Amanieu
Show description for ec1766c
jonas-schievink
authored
ec1766c
Copy full SHA for ec1766c
Auto merge of #77259 - dgbo:master, r=kennytm
Show description for 1d216fe
bors
committed
1d216fe
Copy full SHA for 1d216fe
Add documentation for `private_intra_doc_links`
jyn514
committed
80ffaed
Copy full SHA for 80ffaed
Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate lints
Show description for 03d8be0
jyn514
committed
03d8be0
Copy full SHA for 03d8be0
Update chalk to 0.29.0
vandenheuvel
committed
ef7377e
Copy full SHA for ef7377e
Auto merge of #77118 - exrook:stability-generic-parameters-2, r=varkor
Show description for d902752
bors
committed
d902752
Copy full SHA for d902752
Auto merge of #71274 - RalfJung:raw-init-check-aggregate, r=petrochenkov
Show description for b836329
bors
committed
b836329
Copy full SHA for b836329
Clean up trivial if let
bugadani
committed
e420051
Copy full SHA for e420051
Remove duplicate comment
bugadani
committed
3d4a2e6
Copy full SHA for 3d4a2e6
update tokei and ripgrep in cargotest
RalfJung
committed
3009c52
Copy full SHA for 3009c52
Auto merge of #76955 - jyn514:refactor-diagnostics, r=euclio
Show description for 71bdb84
bors
committed
71bdb84
Copy full SHA for 71bdb84
fix redundant delarations of const_fn_transmute
dgbo
committed
2e64ff9
Copy full SHA for 2e64ff9
update stdarch submodule
dgbo
committed
653fa5a
Copy full SHA for 653fa5a
Auto merge of #77154 - fusion-engineering-forks:lazy-stdio, r=dtolnay
Show description for c9e5e6a
bors
committed
c9e5e6a
Copy full SHA for c9e5e6a
Fix typo in ExpnData documentation
Show description for d9fc5b5
jyn514
committed
d9fc5b5
Copy full SHA for d9fc5b5
Add MIPS asm! support
Show description for 9000710
tesuji
committed
9000710
Copy full SHA for 9000710
Pagination
Previous
Next
You can’t perform that action at this time.