Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
930
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
026b3b8
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 22, 2024
Auto merge of #117174 - Ayush1325:uefi-stdio-improve, r=workingjubilee
Show description for 026b3b8
bors
committed
026b3b8
Copy full SHA for 026b3b8
Auto merge of #121223 - RalfJung:simd-intrinsics, r=Amanieu
Show description for c1b478e
bors
committed
c1b478e
Copy full SHA for c1b478e
Auto merge of #118634 - Jules-Bertholet:box-allocator-static, r=Amanieu
Show description for c5f69bd
bors
committed
c5f69bd
Copy full SHA for c5f69bd
Auto merge of #121415 - matthiaskrgr:rollup-o9zzet4, r=matthiaskrgr
Show description for d8b0069
bors
committed
d8b0069
Copy full SHA for d8b0069
Commits on Feb 21, 2024
Rollup merge of #121406 - compiler-errors:tests, r=Nilstrieb
Show description for 35650a4
matthiaskrgr
authored
35650a4
Copy full SHA for 35650a4
Rollup merge of #121399 - psumbera:solaris-strip-debug, r=petrochenkov
Show description for 8ab24c9
matthiaskrgr
authored
8ab24c9
Copy full SHA for 8ab24c9
Rollup merge of #121392 - bjorn3:unify_dylib_loading, r=petrochenkov
Show description for 64dbc3f
matthiaskrgr
authored
64dbc3f
Copy full SHA for 64dbc3f
Rollup merge of #121391 - Nadrieril:fix-liveness, r=compiler-errors
Show description for 60cb794
matthiaskrgr
authored
60cb794
Copy full SHA for 60cb794
Rollup merge of #121373 - Zalathar:test-revision, r=oli-obk
Show description for 084e232
matthiaskrgr
authored
084e232
Copy full SHA for 084e232
Rollup merge of #121336 - davidtwco:triagebot-notifications, r=wesleywiser
Show description for 7189985
matthiaskrgr
authored
7189985
Copy full SHA for 7189985
Rollup merge of #121261 - Zalathar:pending-dups, r=oli-obk
Show description for 9949bbc
matthiaskrgr
authored
9949bbc
Copy full SHA for 9949bbc
Rollup merge of #121206 - nnethercote:top-level-error-handling, r=oli-obk
Show description for 5c89029
matthiaskrgr
authored
5c89029
Copy full SHA for 5c89029
Auto merge of #117658 - RalfJung:ptr-dangling, r=m-ou-se
Show description for 3406ada
bors
committed
3406ada
Copy full SHA for 3406ada
Inline and remove `abort_on_err`.
Show description for f16c226
nnethercote
committed
f16c226
Copy full SHA for f16c226
Replace unnecessary `abort_if_errors`.
Show description for 4da67ff
nnethercote
committed
4da67ff
Copy full SHA for 4da67ff
Refactor `run_global_ctxt`.
Show description for 4400644
nnethercote
committed
4400644
Copy full SHA for 4400644
Inline and remove `Session::compile_status`.
Show description for c2512a1
nnethercote
committed
c2512a1
Copy full SHA for c2512a1
Overhaul the handling of errors at the top-level.
Show description for 72b172b
nnethercote
committed
72b172b
Copy full SHA for 72b172b
Adjust the `has_errors*` methods.
Show description for 46f4983
nnethercote
committed
46f4983
Copy full SHA for 46f4983
Remove `EarlyDiagCtxt::abort_if_errors`.
Show description for 9919c3d
nnethercote
committed
9919c3d
Copy full SHA for 9919c3d
Remove dead `expect_error_or_delayed_bug` method.
nnethercote
committed
203b433
Copy full SHA for 203b433
Remove an out-of-date comment.
nnethercote
committed
1e16927
Copy full SHA for 1e16927
remove simd_reduce_{min,max}_nanless
RalfJung
committed
07b6240
Copy full SHA for 07b6240
Auto merge of #121321 - compiler-errors:yeet-querytyperelating, r=lcnr
Show description for d7bd9cd
bors
committed
d7bd9cd
Copy full SHA for d7bd9cd
rename ptr::invalid -> ptr::without_provenance
Show description for b58f647
RalfJung
committed
b58f647
Copy full SHA for b58f647
Inline NllTypeRelating into its only usage site
compiler-errors
committed
64d6303
Copy full SHA for 64d6303
Make TypeRelating more NLL-specific
compiler-errors
committed
6c03033
Copy full SHA for 6c03033
Yeet QueryTypeRelatingDelegate
compiler-errors
committed
da1e6a8
Copy full SHA for da1e6a8
Add a non-lifetime-binders test
compiler-errors
committed
f8fbb70
Copy full SHA for f8fbb70
Add an ATB test
compiler-errors
committed
a233b16
Copy full SHA for a233b16
Auto merge of #121400 - fmease:rollup-8m29g7a, r=fmease
Show description for f8131a4
bors
committed
f8131a4
Copy full SHA for f8131a4
Solaris linker does not support --strip-debug
Show description for a17211b
psumbera
committed
a17211b
Copy full SHA for a17211b
Rollup merge of #121396 - RalfJung:mir-const-value-inspect, r=oli-obk
Show description for bd7ba27
fmease
authored
bd7ba27
Copy full SHA for bd7ba27
Rollup merge of #121379 - nnethercote:rm-unchecked_error_guaranteed, r=oli-obk
Show description for ae01e99
fmease
authored
ae01e99
Copy full SHA for ae01e99
Rollup merge of #121366 - nnethercote:rm-diagnostic_builder.rs, r=compiler-errors
Show description for ef14c17
fmease
authored
ef14c17
Copy full SHA for ef14c17
Pagination
Previous
Next
You can’t perform that action at this time.