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 }}
joshuarayton
/
rust
Public
forked from
rust-lang/rust
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 23, 2025
Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercote
Show description for 4056082
bors
committed
4056082
Copy full SHA for 4056082
Skip the panic-immediate-abort-works test when cross-compiling
saethlin
committed
4c1595a
Copy full SHA for 4c1595a
Commits on Sep 22, 2025
Auto merge of #146892 - GuillaumeGomez:rollup-fa7lp0n, r=GuillaumeGomez
Show description for f6092f2
bors
committed
f6092f2
Copy full SHA for f6092f2
Rollup merge of #146887 - taiki-e:rc-doc-feature, r=joboet
Show description for 9814d08
GuillaumeGomez
authored
9814d08
Copy full SHA for 9814d08
Rollup merge of #146884 - Kobzol:tidy-rustdoc-modified, r=GuillaumeGomez
Show description for 4852e69
GuillaumeGomez
authored
4852e69
Copy full SHA for 4852e69
Rollup merge of #146848 - moturus:motor-os_tier-3, r=davidtwco
Show description for 090befc
GuillaumeGomez
authored
090befc
Copy full SHA for 090befc
Rollup merge of #146828 - el-ev:issue146646, r=GuillaumeGomez
Show description for de7065b
GuillaumeGomez
authored
de7065b
Copy full SHA for de7065b
Rollup merge of #146795 - alexcrichton:wasm-limit-rdylib-exports, r=bjorn3
Show description for dc176bd
GuillaumeGomez
authored
dc176bd
Copy full SHA for dc176bd
Auto merge of #146683 - clarfonthey:safe-intrinsics, r=RalfJung,Amanieu
Show description for ce4beeb
bors
committed
ce4beeb
Copy full SHA for ce4beeb
Remove unused #![feature(get_mut_unchecked)] in Rc and Arc examples
taiki-e
committed
823337a
Copy full SHA for 823337a
address review comments
el-ev
committed
42ebba2
Copy full SHA for 42ebba2
Fix modification check of `rustdoc-json-types`
Kobzol
committed
870a98c
Copy full SHA for 870a98c
Auto merge of #146879 - Zalathar:rollup-vm97j8b, r=Zalathar
Show description for 29005cb
bors
committed
29005cb
Copy full SHA for 29005cb
Rollup merge of #146878 - RalfJung:check_language_ub, r=tgross35
Show description for 8f80707
Zalathar
authored
8f80707
Copy full SHA for 8f80707
Rollup merge of #146858 - Gelbpunkt:mips64el-musl-dynamic, r=jieyouxu
Show description for a5e1ab5
Zalathar
authored
a5e1ab5
Copy full SHA for a5e1ab5
Rollup merge of #146846 - hkBst:btree-2, r=tgross35
Show description for 8cf94b6
Zalathar
authored
8cf94b6
Copy full SHA for 8cf94b6
Rollup merge of #146845 - Zalathar:prof-target-machine, r=Kobzol
Show description for 7b6553c
Zalathar
authored
7b6553c
Copy full SHA for 7b6553c
Rollup merge of #146838 - yotamofek:pr/rustdoc/wrappers, r=lolbinarycat
Show description for 681da13
Zalathar
authored
681da13
Copy full SHA for 681da13
Rollup merge of #146831 - taiki-e:powerpc-clobber, r=Amanieu
Show description for 46be365
Zalathar
authored
46be365
Copy full SHA for 46be365
Rollup merge of #146791 - folkertdev:readonly-not-pure, r=nikic,joshtriplett
Show description for 40db498
Zalathar
authored
40db498
Copy full SHA for 40db498
Rollup merge of #146397 - pthariensflame:patch-1, r=Amanieu
Show description for d144638
Zalathar
authored
d144638
Copy full SHA for d144638
Rollup merge of #145411 - the8472:cows-have-no-branches, r=Mark-Simulacrum
Show description for 8c0c537
Zalathar
authored
8c0c537
Copy full SHA for 8c0c537
add exit code check
el-ev
committed
ba2537b
Copy full SHA for ba2537b
Add regression test
el-ev
committed
e37f0fe
Copy full SHA for e37f0fe
assert_unsafe_precondition: fix some incorrect check_language_ub
RalfJung
committed
7d00129
Copy full SHA for 7d00129
Mark float intrinsics with no preconditions as safe
clarfonthey
committed
055e05a
Copy full SHA for 055e05a
Commits on Sep 21, 2025
Introduce "wrapper" helpers to rustdoc
yotamofek
committed
2067160
Copy full SHA for 2067160
Re-use some existing util fns
yotamofek
committed
cdf9661
Copy full SHA for cdf9661
Early return in `visibility_print_with_space`
yotamofek
committed
c54a953
Copy full SHA for c54a953
Auto merge of #146862 - matthiaskrgr:rollup-1zqootr, r=matthiaskrgr
Show description for 9f32ccf
bors
committed
9f32ccf
Copy full SHA for 9f32ccf
Rollup merge of #146639 - joboet:shared-stdiopipes, r=Mark-Simulacrum
Show description for adfc111
matthiaskrgr
authored
adfc111
Copy full SHA for adfc111
Rollup merge of #146606 - Enselic:test-test-args, r=Mark-Simulacrum
Show description for af315d3
matthiaskrgr
authored
af315d3
Copy full SHA for af315d3
Rollup merge of #146486 - ferrocene:pvdrz/improve-atomic-coverage, r=ibraheemdev
Show description for c0f5eef
matthiaskrgr
authored
c0f5eef
Copy full SHA for c0f5eef
Rollup merge of #143857 - Periodic1911:macro-export, r=jdonszelmann
Show description for 7148a4f
matthiaskrgr
authored
7148a4f
Copy full SHA for 7148a4f
Add x86_64-unknown-motor (Motor OS) tier 3 target
Show description for 0138bbd
lasiotus
committed
0138bbd
Copy full SHA for 0138bbd
Pagination
Previous
Next
You can’t perform that action at this time.