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
873
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
666cad9
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 2, 2023
add test for #113375
Show description for 666cad9
matthiaskrgr
committed
666cad9
Copy full SHA for 666cad9
Auto merge of #117466 - compiler-errors:alias-bound, r=aliemjay
Show description for b800c30
bors
committed
b800c30
Copy full SHA for b800c30
Don't check for alias bounds in liveness when aliases have escaping bound vars
compiler-errors
committed
4d5d763
Copy full SHA for 4d5d763
Auto merge of #117204 - nnethercote:rustc_ast_passes, r=compiler-errors
Show description for 62270fb
bors
committed
62270fb
Copy full SHA for 62270fb
Auto merge of #117386 - roblabla:fix-switch-stdio-win7, r=ChrisDenton
Show description for 46455dc
bors
committed
46455dc
Copy full SHA for 46455dc
Auto merge of #117506 - massivebird:ord-typo, r=ChrisDenton
Show description for 42e1e12
bors
committed
42e1e12
Copy full SHA for 42e1e12
fixes: typo in `std::cmp::Ord` trait docs
massivebird
committed
5b342b7
Copy full SHA for 5b342b7
Commits on Nov 1, 2023
Auto merge of #117498 - matthiaskrgr:rollup-z7mg4ck, r=matthiaskrgr
Show description for 722b3ee
bors
committed
722b3ee
Copy full SHA for 722b3ee
Rollup merge of #117488 - GuillaumeGomez:update-minifier, r=notriddle
Show description for effc27d
matthiaskrgr
authored
effc27d
Copy full SHA for effc27d
Rollup merge of #117441 - cjgillot:diag-noassert, r=oli-obk,RalfJung
Show description for 4e437be
matthiaskrgr
authored
4e437be
Copy full SHA for 4e437be
Rollup merge of #117373 - saethlin:avoid-ice-lint, r=compiler-errors
Show description for 3087b63
matthiaskrgr
authored
3087b63
Copy full SHA for 3087b63
Rollup merge of #117298 - clubby789:fn-missing-params, r=petrochenkov
Show description for 2b2360a
matthiaskrgr
authored
2b2360a
Copy full SHA for 2b2360a
Auto merge of #117029 - rmehri01:mir_opt_filecheck_inline_tests, r=cjgillot
Show description for 75b064d
bors
committed
75b064d
Copy full SHA for 75b064d
Comment `for_diagnostics` flag.
cjgillot
committed
f512f91
Copy full SHA for f512f91
Auto merge of #117289 - estebank:issue-72298, r=cjgillot
Show description for b0a0759
bors
committed
b0a0759
Copy full SHA for b0a0759
Specify diagnostic path.
cjgillot
committed
224e290
Copy full SHA for 224e290
Rebase fallout.
cjgillot
committed
0f8f77f
Copy full SHA for 0f8f77f
Rename hook.
cjgillot
committed
3a55c28
Copy full SHA for 3a55c28
Make ui into mir-opt test.
cjgillot
committed
a2e151c
Copy full SHA for a2e151c
Do not assert in op_to_const.
cjgillot
committed
c2f49e9
Copy full SHA for c2f49e9
Auto merge of #117307 - taiki-e:espidf-atomic-64, r=Amanieu
Show description for f3457db
bors
committed
f3457db
Copy full SHA for f3457db
fix spans for inline_couroutine panic-abort
rmehri01
committed
5f75326
Copy full SHA for 5f75326
Avoid the path trimming ICE lint in error reporting
saethlin
committed
88f0688
Copy full SHA for 88f0688
Recover from missing param list in function definitions
clubby789
committed
ca1bcb6
Copy full SHA for ca1bcb6
Update minifier-rs version to 0.3.0
GuillaumeGomez
committed
d6666e2
Copy full SHA for d6666e2
Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiser
Show description for 146dafa
bors
committed
146dafa
Copy full SHA for 146dafa
Auto merge of #117482 - matthiaskrgr:rollup-doc6jgm, r=matthiaskrgr
Show description for 11cd1f0
bors
committed
11cd1f0
Copy full SHA for 11cd1f0
Rollup merge of #117475 - nnethercote:rm-create_session, r=oli-obk
Show description for 515fdbf
matthiaskrgr
authored
515fdbf
Copy full SHA for 515fdbf
Rollup merge of #117401 - chenyukang:yukang-cleanup-hir-typeck-suggestions, r=compiler-errors
Show description for 6c893e6
matthiaskrgr
authored
6c893e6
Copy full SHA for 6c893e6
Rollup merge of #117397 - compiler-errors:dont-emit-good-path-on-panic, r=TaKO8Ki
Show description for 6bbe22c
matthiaskrgr
authored
6bbe22c
Copy full SHA for 6bbe22c
Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomcc
Show description for 260e07b
matthiaskrgr
authored
260e07b
Copy full SHA for 260e07b
Auto merge of #117436 - nikic:update-llvm-16, r=cuviper
Show description for d1611e3
bors
committed
d1611e3
Copy full SHA for d1611e3
Auto merge of #115356 - devnexen:haiku_set_name_use_return, r=thomcc
Show description for 815b3ae
bors
committed
815b3ae
Copy full SHA for 815b3ae
Auto merge of #117422 - joshtriplett:stabilize-file-times, r=workingjubilee
Show description for dd24c7b
bors
committed
dd24c7b
Copy full SHA for dd24c7b
Auto merge of #116692 - Nadrieril:half-open-ranges, r=cjgillot
Show description for 7fc6365
bors
committed
7fc6365
Copy full SHA for 7fc6365
Pagination
Previous
Next
You can’t perform that action at this time.