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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
15.4k
Star
115k
Code
Issues
5k+
Pull requests
1.3k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Rollup of 16 pull requests
- #160549
#160549
Closed
jhpratt
wants to merge 35 commits into
rust-lang:main
rust-lang/rust:main
from
jhpratt:rollup-ukGDKn4
jhpratt/rust:rollup-ukGDKn4
Copy head branch name to clipboard
Conversation
Commits
35
(35)
Checks
Files changed
Closed
Rollup of 16 pull requests
#160549
jhpratt
wants to merge 35 commits into
rust-lang:main
rust-lang/rust:main
from
jhpratt:rollup-ukGDKn4
jhpratt/rust:rollup-ukGDKn4
Copy head branch name to clipboard
Commits
Commits on Jul 23, 2026
Split IncrCompSession out of Session
Show description for f9679fa
bjorn3
committed
f9679fa
View commit details
Copy full SHA for f9679fa
Browse repository at this point
Commits on Jul 29, 2026
std: move futex implementations into sys::sync::futex
Show description for 7232830
valentynkit
committed
7232830
View commit details
Copy full SHA for 7232830
Browse repository at this point
std: connect sys::sync::futex and drop the pal declarations
Show description for 5b40f3d
valentynkit
committed
5b40f3d
View commit details
Copy full SHA for 5b40f3d
Browse repository at this point
Select cache values to verify by key fingerprint, not value fingerprint
xmakro
committed
012c356
View commit details
Copy full SHA for 012c356
Browse repository at this point
Commits on Aug 2, 2026
[blocked] Link to proposed LLM policy in CONTRIBUTING and pull request template
jyn514
committed
833ec34
View commit details
Copy full SHA for 833ec34
Browse repository at this point
Handle slice-tailed DSTs in autodiff type trees
Show description for ac1e5f4
Dnreikronos
committed
ac1e5f4
View commit details
Copy full SHA for ac1e5f4
Browse repository at this point
Commits on Aug 4, 2026
Split `SpannedTypeVisitor` into its own crate, `rustc_ty_walk`
Show description for 82317b3
joshtriplett
committed
82317b3
View commit details
Copy full SHA for 82317b3
Browse repository at this point
Bless bootstrap tests for new `rustc_ty_walk` crate
joshtriplett
committed
0f80d01
View commit details
Copy full SHA for 0f80d01
Browse repository at this point
Avoid resolving path keywords outside TypeNS
mu001999
committed
e3464ab
View commit details
Copy full SHA for e3464ab
Browse repository at this point
implement unsafe speculative flag to be used by `CmRefCell::borrow`, which does tracked and untracked borrowing
LorrensP-2158466
committed
e0830fa
View commit details
Copy full SHA for e0830fa
Browse repository at this point
Make the `rustc_unsafe_specialization_marker` attribute actually `unsafe`
Show description for 73f94b6
mejrs
committed
73f94b6
View commit details
Copy full SHA for 73f94b6
Browse repository at this point
Remove rustc_middle dependency on rustc_hir_pretty
Show description for 180c637
mejrs
committed
180c637
View commit details
Copy full SHA for 180c637
Browse repository at this point
Document zero-sized autodiff slice handling
Show description for 18e0dd9
Dnreikronos
committed
18e0dd9
View commit details
Copy full SHA for 18e0dd9
Browse repository at this point
Add some tests for specialization.
jackh726
committed
6794814
View commit details
Copy full SHA for 6794814
Browse repository at this point
fix(bootstrap): Normalize the names of proc macro dependency crates
jamie-osec
committed
228bbb3
View commit details
Copy full SHA for 228bbb3
Browse repository at this point
docs: fix typo in AllowExprMetavar comment
Show description for a6dfd0c
jewboi896-cmyk
authored
a6dfd0c
View commit details
Copy full SHA for a6dfd0c
Browse repository at this point
Commits on Aug 5, 2026
Update expect messages in tcp.rs doc examples to follow the style guide
Show description for b568775
CacinieP
committed
b568775
View commit details
Copy full SHA for b568775
Browse repository at this point
Suggest cast_signed for overflowing integer literals
Show description for eace512
YingqiDuan
and
mu001999
committed
eace512
View commit details
Copy full SHA for eace512
Browse repository at this point
move mir-opt miri tests to CI logic
Show description for a91590b
RalfJung
committed
a91590b
View commit details
Copy full SHA for a91590b
Browse repository at this point
Rollup merge of #160130 - xmakro:cleanup/deterministic-verify-sampling, r=cjgillot
Show description for acbfd08
jhpratt
authored
acbfd08
View commit details
Copy full SHA for acbfd08
Browse repository at this point
Rollup merge of #160360 - mejrs:hir_pretty, r=nnethercote
Show description for 4b15b26
jhpratt
authored
4b15b26
View commit details
Copy full SHA for 4b15b26
Browse repository at this point
Rollup merge of #160422 - RalfJung:miri-mir-opt-tests, r=Kobzol
Show description for 4e24c34
jhpratt
authored
4e24c34
View commit details
Copy full SHA for 4e24c34
Browse repository at this point
Rollup merge of #160444 - mu001999-contrib:fix-160195, r=petrochenkov
Show description for de8756e
jhpratt
authored
de8756e
View commit details
Copy full SHA for de8756e
Browse repository at this point
Rollup merge of #160510 - LorrensP-2158466:res-unsafe-speculative-flag, r=petrochenkov
Show description for 5703cb8
jhpratt
authored
5703cb8
View commit details
Copy full SHA for 5703cb8
Browse repository at this point
Rollup merge of #155424 - jyn514:llm-policy, r=Mark-Simulacrum
Show description for 78d6462
jhpratt
authored
78d6462
View commit details
Copy full SHA for 78d6462
Browse repository at this point
Rollup merge of #158726 - valentynkit:sys-sync-futex, r=jhpratt
Show description for c51a695
jhpratt
authored
c51a695
View commit details
Copy full SHA for c51a695
Browse repository at this point
Rollup merge of #159225 - bjorn3:split_incr_comp_session, r=oli-obk
Show description for afcea97
jhpratt
authored
afcea97
View commit details
Copy full SHA for afcea97
Browse repository at this point
Rollup merge of #159820 - mejrs:specialization_marker, r=JonathanBrouwer
Show description for 838a127
jhpratt
authored
838a127
View commit details
Copy full SHA for 838a127
Browse repository at this point
Rollup merge of #160362 - joshtriplett:ty-walk-crate, r=fee1-dead
Show description for 923f4ac
jhpratt
authored
923f4ac
View commit details
Copy full SHA for 923f4ac
Browse repository at this point
Rollup merge of #160390 - Dnreikronos:autodiff/slice_dst_typetree, r=oli-obk
Show description for ad9ce8f
jhpratt
authored
ad9ce8f
View commit details
Copy full SHA for ad9ce8f
Browse repository at this point
Rollup merge of #160420 - YingqiDuan:fix-160403-cast-signed-suggestion, r=mu001999
Show description for b233348
jhpratt
authored
b233348
View commit details
Copy full SHA for b233348
Browse repository at this point
Rollup merge of #160520 - jackh726:specialization-tests, r=nikomatsakis
Show description for 0e88174
jhpratt
authored
0e88174
View commit details
Copy full SHA for 0e88174
Browse repository at this point
Rollup merge of #160522 - clubby789:normalize-proc-macro-deps, r=jieyouxu
Show description for af1d2a0
jhpratt
authored
af1d2a0
View commit details
Copy full SHA for af1d2a0
Browse repository at this point
Rollup merge of #160531 - jewboi896-cmyk:patch-1, r=ShoyuVanilla
Show description for c0075b6
jhpratt
authored
c0075b6
View commit details
Copy full SHA for c0075b6
Browse repository at this point
Rollup merge of #160538 - CacinieP:expect-tcp-precondition-style, r=jhpratt
Show description for c09ebd7
jhpratt
authored
c09ebd7
View commit details
Copy full SHA for c09ebd7
Browse repository at this point
You can’t perform that action at this time.