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
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 }}
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
16.1k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[EXPERIMENT] Rollup of 15 pull requests
- #150948
#150948
Closed
Zalathar
wants to merge 36 commits into
rust-lang:main
rust-lang/rust:main
from
Zalathar:rollup-i8XDnqU
Zalathar/rust:rollup-i8XDnqU
Copy head branch name to clipboard
Conversation
Commits
36
(36)
Checks
Files changed
Closed
[EXPERIMENT] Rollup of 15 pull requests
#150948
Zalathar
wants to merge 36 commits into
rust-lang:main
rust-lang/rust:main
from
Zalathar:rollup-i8XDnqU
Zalathar/rust:rollup-i8XDnqU
Copy head branch name to clipboard
Commits
Commits on Dec 17, 2025
stabilize map_next_if
jdonszelmann
committed
dc3786e
View commit details
Copy full SHA for dc3786e
Browse repository at this point
Commits on Jan 6, 2026
Unix implementation for stdio set/take/replace
the8472
committed
1cd8752
View commit details
Copy full SHA for 1cd8752
Browse repository at this point
Commits on Jan 7, 2026
Reword the collect() docs to stress that the return type determines the resulting collection
chojs23
committed
139d59f
View commit details
Copy full SHA for 139d59f
Browse repository at this point
Fix the connect_error test on FreeBSD 15+
Show description for ebd0151
asomers
committed
ebd0151
View commit details
Copy full SHA for ebd0151
Browse repository at this point
Use `rand` crate more idiomatically
yotamofek
committed
f82dd82
View commit details
Copy full SHA for f82dd82
Browse repository at this point
Commits on Jan 8, 2026
Bump `diesel` to the most recent commit in `cargotest`
Show description for 20a94d6
jieyouxu
committed
20a94d6
View commit details
Copy full SHA for 20a94d6
Browse repository at this point
Commits on Jan 9, 2026
adding minicore to test file to avoid duplicating lang error
paradoxicalguy
committed
484ea76
View commit details
Copy full SHA for 484ea76
Browse repository at this point
[miri] make closing stdio file descriptions noops
Show description for 7e433eb
the8472
committed
7e433eb
View commit details
Copy full SHA for 7e433eb
Browse repository at this point
Reenable GCC CI download
Kobzol
committed
87d7167
View commit details
Copy full SHA for 87d7167
Browse repository at this point
Bump `download-ci-gcc-stamp`
Kobzol
committed
58a9fdd
View commit details
Copy full SHA for 58a9fdd
Browse repository at this point
Fix unpacking of gcc-dev component
Kobzol
committed
6426635
View commit details
Copy full SHA for 6426635
Browse repository at this point
std: sys: fs: uefi: Implement File::{flush, *sync}
Show description for f6f901f
Ayush1325
committed
f6f901f
View commit details
Copy full SHA for f6f901f
Browse repository at this point
Commits on Jan 10, 2026
llvm: Update `reliable_f16` configuration for LLVM22
Show description for 07fa70e
tgross35
committed
07fa70e
View commit details
Copy full SHA for 07fa70e
Browse repository at this point
Introduce hir::ConstArgKind::Array
reddevilmidzy
committed
fc06a57
View commit details
Copy full SHA for fc06a57
Browse repository at this point
Lower hir::ConstArgKind::Array to a ValTree
reddevilmidzy
committed
618b0b5
View commit details
Copy full SHA for 618b0b5
Browse repository at this point
Fix clippy
reddevilmidzy
committed
522be7f
View commit details
Copy full SHA for 522be7f
Browse repository at this point
Add mGCA array expression tests
reddevilmidzy
committed
f2f45ff
View commit details
Copy full SHA for f2f45ff
Browse repository at this point
improve eii macro by using ecx methods
jdonszelmann
committed
99a8e38
View commit details
Copy full SHA for 99a8e38
Browse repository at this point
Subscribe myself to attr parsing
JonathanBrouwer
committed
00ad671
View commit details
Copy full SHA for 00ad671
Browse repository at this point
Remove special case for `AllowedTargets::CrateLevel`
JonathanBrouwer
committed
da0dda1
View commit details
Copy full SHA for da0dda1
Browse repository at this point
std: sys: fs: uefi: Implement File::seek
Show description for 6878e73
Ayush1325
committed
6878e73
View commit details
Copy full SHA for 6878e73
Browse repository at this point
Commits on Jan 11, 2026
Rollup merge of #148941 - stabilize-map-if, r=jhpratt
Show description for 917d900
Zalathar
authored
917d900
View commit details
Copy full SHA for 917d900
Browse repository at this point
Rollup merge of #150368 - minicore-ordering, r=workingjubilee
Show description for 2b313a5
Zalathar
authored
2b313a5
View commit details
Copy full SHA for 2b313a5
Browse repository at this point
Rollup merge of #150668 - stdio-swap, r=Mark-Simulacrum,RalfJung
Show description for a373085
Zalathar
authored
a373085
View commit details
Copy full SHA for a373085
Browse repository at this point
Rollup merge of #150743 - docs/iterator, r=Mark-Simulacrum
Show description for 728cb7c
Zalathar
authored
728cb7c
View commit details
Copy full SHA for 728cb7c
Browse repository at this point
Rollup merge of #150776 - connect_error-fbsd15, r=Mark-Simulacrum
Show description for 6c98b01
Zalathar
authored
6c98b01
View commit details
Copy full SHA for 6c98b01
Browse repository at this point
Rollup merge of #150781 - pr/cleanup-rand-usages, r=Mark-Simulacrum
Show description for d987101
Zalathar
authored
d987101
View commit details
Copy full SHA for d987101
Browse repository at this point
Rollup merge of #150786 - mgca-array, r=BoxyUwU
Show description for 3bf42fc
Zalathar
authored
3bf42fc
View commit details
Copy full SHA for 3bf42fc
Browse repository at this point
Rollup merge of #150812 - bump-cargotest-diesel, r=Mark-Simulacrum
Show description for 3d61923
Zalathar
authored
3d61923
View commit details
Copy full SHA for 3d61923
Browse repository at this point
Rollup merge of #150862 - uefi-fs-flush, r=the8472
Show description for 8c72f6f
Zalathar
authored
8c72f6f
View commit details
Copy full SHA for 8c72f6f
Browse repository at this point
Rollup merge of #150873 - reenable-gcc-download-ci, r=marcoieni
Show description for 4f73483
Zalathar
authored
4f73483
View commit details
Copy full SHA for 4f73483
Browse repository at this point
Rollup merge of #150906 - eii-ecx-mehods, r=Kivooeo
Show description for 801c310
Zalathar
authored
801c310
View commit details
Copy full SHA for 801c310
Browse repository at this point
Rollup merge of #150908 - llvm-f16-cfg, r=nikic
Show description for aef1512
Zalathar
authored
aef1512
View commit details
Copy full SHA for aef1512
Browse repository at this point
Rollup merge of #150918 - uefi-fs-seek, r=jhpratt
Show description for 23cfb4b
Zalathar
authored
23cfb4b
View commit details
Copy full SHA for 23cfb4b
Browse repository at this point
Rollup merge of #150922 - subscribe-attr-parsing, r=Urgau
Show description for a54c4e2
Zalathar
authored
a54c4e2
View commit details
Copy full SHA for a54c4e2
Browse repository at this point
Rollup merge of #150930 - crate_level, r=jdonszelmann
Show description for b6f2eb4
Zalathar
authored
b6f2eb4
View commit details
Copy full SHA for b6f2eb4
Browse repository at this point
You can’t perform that action at this time.