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 }}
ChrisDenton
/
rust
Public
forked from
rust-lang/rust
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
1
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
fixup
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 23, 2025
Avoid short reads in read_to_end
Show description for 5473402
ChrisDenton
committed
5473402
Copy full SHA for 5473402
Commits on Jun 22, 2025
Auto merge of #142864 - jhpratt:rollup-mf0yq8o, r=jhpratt
Show description for a30f178
bors
committed
a30f178
Copy full SHA for a30f178
Rollup merge of #142860 - jieyouxu:notify-tidy, r=jieyouxu
Show description for 34dd536
jhpratt
authored
34dd536
Copy full SHA for 34dd536
Rollup merge of #142850 - tshepang:patch-1, r=jieyouxu
Show description for f5b1c8e
jhpratt
authored
f5b1c8e
Copy full SHA for f5b1c8e
Rollup merge of #142845 - dpaoliello:textrel-on-minimal-lib, r=jieyouxu
Show description for b64292a
jhpratt
authored
b64292a
Copy full SHA for b64292a
Rollup merge of #142841 - dpaoliello:fmt-write-bloat, r=jieyouxu
Show description for cbfb654
jhpratt
authored
cbfb654
Copy full SHA for cbfb654
Rollup merge of #142800 - tshepang:extraneous, r=Mark-Simulacrum
Show description for 9f99a27
jhpratt
authored
9f99a27
Copy full SHA for 9f99a27
Rollup merge of #142776 - dtolnay:hirattrstyle2, r=jdonszelmann
Show description for bf63acf
jhpratt
authored
bf63acf
Copy full SHA for bf63acf
Rollup merge of #142747 - nnethercote:json-conversion-cleanups, r=aDotInTheVoid
Show description for b5b106a
jhpratt
authored
b5b106a
Copy full SHA for b5b106a
Rollup merge of #142617 - lcnr:search_graph-3, r=compiler-errors
Show description for 9c09dd5
jhpratt
authored
9c09dd5
Copy full SHA for 9c09dd5
Rollup merge of #142600 - GrigorenkoPV:attributes/rustc_pub_transparent, r=jdonszelmann
Show description for 431a822
jhpratt
authored
431a822
Copy full SHA for 431a822
Rollup merge of #140254 - bjorn3:rustc_panic_abort_abort, r=petrochenkov
Show description for aef8a76
jhpratt
authored
aef8a76
Copy full SHA for aef8a76
Auto merge of #142675 - tmiasko:preserve-cache, r=oli-obk
Show description for 9972ebf
bors
committed
9972ebf
Copy full SHA for 9972ebf
Auto merge of #141856 - folkertdev:run-make-forward-compiletest-runner, r=jieyouxu
Show description for 8051f01
bors
committed
8051f01
Copy full SHA for 8051f01
Notify `jieyouxu` on tidy changes
jieyouxu
committed
6ff229b
Copy full SHA for 6ff229b
Commits on Jun 21, 2025
forward the bootstrap `runner` to `run-make`
Show description for 0d4abfc
folkertdev
committed
0d4abfc
Copy full SHA for 0d4abfc
Auto merge of #142667 - yotamofek:pr/rustdoc/more-write-shared-perf, r=nnethercote
Show description for fa2f355
bors
committed
fa2f355
Copy full SHA for fa2f355
Rename some methods.
Show description for 2878e1c
nnethercote
committed
2878e1c
Copy full SHA for 2878e1c
Use `FromClean` more.
Show description for 88388f4
nnethercote
committed
88388f4
Copy full SHA for 88388f4
Remove some code.
Show description for 9a59774
nnethercote
committed
9a59774
Copy full SHA for 9a59774
Remove some dead code.
Show description for 4736142
nnethercote
committed
4736142
Copy full SHA for 4736142
Use `sym::asterisk` to avoid a `Symbol::intern` call.
nnethercote
committed
6854f7d
Copy full SHA for 6854f7d
remove asm_goto feature annotation, for it is now stabilized
tshepang
authored
eb86d09
Copy full SHA for eb86d09
Enable textrel-on-minimal-lib for Windows
dpaoliello
committed
0d50f91
Copy full SHA for 0d50f91
Auto merge of #142546 - cjgillot:reachable-jump, r=compiler-errors
Show description for d4e1159
bors
committed
d4e1159
Copy full SHA for d4e1159
Port `#[rustc_pub_transparent]` to the new attribute system
GrigorenkoPV
committed
d86d3f3
Copy full SHA for d86d3f3
Enable fmt-write-bloat for Windows
dpaoliello
committed
33b3ea2
Copy full SHA for 33b3ea2
All HIR attributes are outer
dtolnay
committed
6729b66
Copy full SHA for 6729b66
Add regression test for issue 142649
dtolnay
committed
715e02f
Copy full SHA for 715e02f
Remove style() from AttributeExt trait
dtolnay
committed
86f40ac
Copy full SHA for 86f40ac
Add AttributeExt::doc_resolution_scope
dtolnay
committed
e51c37c
Copy full SHA for e51c37c
Auto merge of #142826 - jdonszelmann:rollup-1wxomvb, r=jdonszelmann
Show description for ea34650
bors
committed
ea34650
Copy full SHA for ea34650
Rollup merge of #142698 - tgross35:concat-byte-cstr-diag, r=petrochenkov
Show description for c693bc2
jdonszelmann
authored
c693bc2
Copy full SHA for c693bc2
Rollup merge of #142690 - petrochenkov:expnoparam, r=compiler-errors
Show description for 6ed5d48
jdonszelmann
authored
6ed5d48
Copy full SHA for 6ed5d48
Rollup merge of #142539 - GrigorenkoPV:attributes/may_dangle, r=jdonszelmann
Show description for cd857f4
jdonszelmann
authored
cd857f4
Copy full SHA for cd857f4
Pagination
Previous
Next
You can’t perform that action at this time.