Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
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
/
Sign in
Sign up
Appearance settings
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 }}
tbu-
/
rust
Public
forked from
rust-lang/rust
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 28, 2026
Auto merge of #160005 - nnethercote:avoid-memcpy, r=lcnr
Show description for e19d321
bors
committed
e19d321
View commit details
Copy full SHA for e19d321
Browse repository at this point
Auto merge of #160047 - jhpratt:rollup-TvghO9X, r=jhpratt
Show description for e7b5955
bors
committed
e7b5955
View commit details
Copy full SHA for e7b5955
Browse repository at this point
Rollup merge of #160041 - Jules-Bertholet:casefold-tracking, r=clarfonthey
Show description for c7c6e61
jhpratt
authored
c7c6e61
View commit details
Copy full SHA for c7c6e61
Browse repository at this point
Rollup merge of #160022 - mejrs:hir_too_globby, r=folkertdev
Show description for 6da5b2f
jhpratt
authored
6da5b2f
View commit details
Copy full SHA for 6da5b2f
Browse repository at this point
Rollup merge of #160017 - Lysxia:pub-borrow-set, r=mejrs
Show description for 0e866a4
jhpratt
authored
0e866a4
View commit details
Copy full SHA for 0e866a4
Browse repository at this point
Rollup merge of #159450 - amirHdev:add-codegen-test-enum-clone, r=chenyukang
Show description for e2f5373
jhpratt
authored
e2f5373
View commit details
Copy full SHA for e2f5373
Browse repository at this point
Rollup merge of #159309 - danieljofficial:move-tests-batch-18, r=zedddie,Kivooeo
Show description for 6bae5ce
jhpratt
authored
6bae5ce
View commit details
Copy full SHA for 6bae5ce
Browse repository at this point
Rollup merge of #159220 - qaijuang:issue-158231, r=hanna-kruppe
Show description for bf0e3ce
jhpratt
authored
bf0e3ce
View commit details
Copy full SHA for bf0e3ce
Browse repository at this point
Rollup merge of #158893 - Jules-Bertholet:for-pointer-docs, r=JohnTitor
Show description for 39fab15
jhpratt
authored
39fab15
View commit details
Copy full SHA for 39fab15
Browse repository at this point
Rollup merge of #159960 - Urgau:invalid_ref-safe-interior-mut, r=mejrs
Show description for 1b03eec
jhpratt
authored
1b03eec
View commit details
Copy full SHA for 1b03eec
Browse repository at this point
Rollup merge of #153563 - Urgau:lint-panics-when-n-is-zero, r=fee1-dead,ShoyuVanilla
Show description for f8ee207
jhpratt
authored
f8ee207
View commit details
Copy full SHA for f8ee207
Browse repository at this point
Correct tracking issue for `casefold` feature
Jules-Bertholet
committed
e7d2b7e
View commit details
Copy full SHA for e7d2b7e
Browse repository at this point
Auto merge of #159992 - Kobzol:no-test-in-i586, r=jieyouxu
Show description for bf9944f
bors
committed
bf9944f
View commit details
Copy full SHA for bf9944f
Browse repository at this point
Commits on Jul 27, 2026
Shrink `GoalStalledOn`
Show description for 94a8720
nnethercote
committed
94a8720
View commit details
Copy full SHA for 94a8720
Browse repository at this point
Avoid unnecessary obligations copies
Show description for f13fe7a
nnethercote
committed
f13fe7a
View commit details
Copy full SHA for f13fe7a
Browse repository at this point
Auto merge of #158059 - xmakro:perf/lexer-ascii-symbolgallery, r=cjgillot
Show description for d3ea035
bors
committed
d3ea035
View commit details
Copy full SHA for d3ea035
Browse repository at this point
don't optimize across StorageLive in SimplifyComparisonIntegral
qaijuang
committed
e6b982a
View commit details
Copy full SHA for e6b982a
Browse repository at this point
add regression tests
qaijuang
committed
1f57476
View commit details
Copy full SHA for 1f57476
Browse repository at this point
Lint against iterator functions that panics when `N` is zero
Urgau
committed
24e4698
View commit details
Copy full SHA for 24e4698
Browse repository at this point
Encode const params attributes in `rmeta`
Urgau
committed
5413066
View commit details
Copy full SHA for 5413066
Browse repository at this point
Apply `#[rustc_panics_when_zero]` to the relevant core functions
Urgau
committed
d67cce7
View commit details
Copy full SHA for d67cce7
Browse repository at this point
Add `#[rustc_panics_when_zero]` attribute
Urgau
committed
73d7d8d
View commit details
Copy full SHA for 73d7d8d
Browse repository at this point
Make BorrowSet methods public again
Lysxia
committed
36c2248
View commit details
Copy full SHA for 36c2248
Browse repository at this point
Allow UnsafeCell content access without get in invalid ref casting lint
Urgau
committed
6b0ea30
View commit details
Copy full SHA for 6b0ea30
Browse repository at this point
Auto merge of #160021 - JonathanBrouwer:rollup-o52lFrD, r=JonathanBrouwer
Show description for 09ee43b
bors
committed
09ee43b
View commit details
Copy full SHA for 09ee43b
Browse repository at this point
Rollup merge of #160018 - RalfJung:abi-required-target-feature, r=mejrs
Show description for d3cf641
JonathanBrouwer
authored
d3cf641
View commit details
Copy full SHA for d3cf641
Browse repository at this point
Rollup merge of #160016 - RalfJung:compiletest-json, r=petrochenkov
Show description for a245f4d
JonathanBrouwer
authored
a245f4d
View commit details
Copy full SHA for a245f4d
Browse repository at this point
Rollup merge of #160013 - petrochenkov:ignpartest1, r=jieyouxu
Show description for d9c55ed
JonathanBrouwer
authored
d9c55ed
View commit details
Copy full SHA for d9c55ed
Browse repository at this point
Rollup merge of #159974 - panstromek:update-thin-vec, r=mejrs
Show description for 447eef1
JonathanBrouwer
authored
447eef1
View commit details
Copy full SHA for 447eef1
Browse repository at this point
Rollup merge of #159968 - Randl:fix_sugg, r=oli-obk
Show description for 1fa9eaf
JonathanBrouwer
authored
1fa9eaf
View commit details
Copy full SHA for 1fa9eaf
Browse repository at this point
Rollup merge of #159785 - bjorn3:refactor_unwind2, r=clarfonthey
Show description for 2a7f1d2
JonathanBrouwer
authored
2a7f1d2
View commit details
Copy full SHA for 2a7f1d2
Browse repository at this point
Rollup merge of #159772 - amirHdev:fix-lower-universe-const, r=lcnr
Show description for fac44f9
JonathanBrouwer
authored
fac44f9
View commit details
Copy full SHA for fac44f9
Browse repository at this point
Rollup merge of #159312 - the8472:stdio-swap-win, r=ChrisDenton
Show description for 57c9e2e
JonathanBrouwer
authored
57c9e2e
View commit details
Copy full SHA for 57c9e2e
Browse repository at this point
Rollup merge of #158205 - cordx56:fix/const-coherence, r=lcnr
Show description for 3aec251
JonathanBrouwer
authored
3aec251
View commit details
Copy full SHA for 3aec251
Browse repository at this point
Rollup merge of #159997 - estebank:many-move-spans, r=ShoyuVanilla
Show description for fccf88e
JonathanBrouwer
authored
fccf88e
View commit details
Copy full SHA for fccf88e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.