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 9 pull requests
- #152163
#152163
Merged
rust-bors[bot]
merged 19 commits into
rust-lang:main
rust-lang/rust:main
from
JonathanBrouwer:rollup-Ypg7w4H
JonathanBrouwer/rust:rollup-Ypg7w4H
Copy head branch name to clipboard
Feb 5, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Rollup of 9 pull requests
#152163
rust-bors[bot]
merged 19 commits into
rust-lang:main
rust-lang/rust:main
from
JonathanBrouwer:rollup-Ypg7w4H
JonathanBrouwer/rust:rollup-Ypg7w4H
Copy head branch name to clipboard
Commits
Commits on Feb 4, 2026
Fix GitHub CI summary in CodeBuild
Kobzol
committed
34c6ae0
View commit details
Copy full SHA for 34c6ae0
Browse repository at this point
library/std: Rename `ON_BROKEN_PIPE_FLAG_USED` to `ON_BROKEN_PIPE_USED`
Show description for 01c0c14
Enselic
committed
01c0c14
View commit details
Copy full SHA for 01c0c14
Browse repository at this point
c-variadic: minor cleanups of `va_arg`
folkertdev
committed
aa0ce23
View commit details
Copy full SHA for aa0ce23
Browse repository at this point
c-variadic: make va_arg match on `Arch` exhaustive
folkertdev
committed
d2b5ba2
View commit details
Copy full SHA for d2b5ba2
Browse repository at this point
Commits on Feb 5, 2026
Incorporate query description functions into `QueryVTable`
Zalathar
committed
4382206
View commit details
Copy full SHA for 4382206
Browse repository at this point
Convert to inline diagnostics in `rustc_builtin_macros`
JonathanBrouwer
committed
d40e60f
View commit details
Copy full SHA for d40e60f
Browse repository at this point
Convert to inline diagnostics in `rustc_middle`
JonathanBrouwer
committed
46753b1
View commit details
Copy full SHA for 46753b1
Browse repository at this point
Convert to inline diagnostics in `rustc_ast_passes`
JonathanBrouwer
committed
0da9476
View commit details
Copy full SHA for 0da9476
Browse repository at this point
Convert to inline diagnostics in `rustc_pattern_analysis`
JonathanBrouwer
committed
67c6cd9
View commit details
Copy full SHA for 67c6cd9
Browse repository at this point
Convert to inline diagnostics in `rustc_errors`
JonathanBrouwer
committed
e55eb45
View commit details
Copy full SHA for e55eb45
Browse repository at this point
Rollup merge of #150831 - folkertdev:more-va-arg-2, r=workingjubilee
Show description for 82b5849
JonathanBrouwer
authored
82b5849
View commit details
Copy full SHA for 82b5849
Browse repository at this point
Rollup merge of #152113 - Kobzol:fix-codebuild-summary, r=marcoieni
Show description for de3e69c
JonathanBrouwer
authored
de3e69c
View commit details
Copy full SHA for de3e69c
Browse repository at this point
Rollup merge of #152153 - Zalathar:descs, r=nnethercote
Show description for ce3df42
JonathanBrouwer
authored
ce3df42
View commit details
Copy full SHA for ce3df42
Browse repository at this point
Rollup merge of #152070 - JonathanBrouwer:convert_pattern_analysis, r=jdonszelmann
Show description for 85bc524
JonathanBrouwer
authored
85bc524
View commit details
Copy full SHA for 85bc524
Browse repository at this point
Rollup merge of #152106 - JonathanBrouwer:convert_ast_passes, r=jdonszelmann
Show description for 3421938
JonathanBrouwer
authored
3421938
View commit details
Copy full SHA for 3421938
Browse repository at this point
Rollup merge of #152109 - JonathanBrouwer:convert_errors, r=lqd
Show description for 62de21f
JonathanBrouwer
authored
62de21f
View commit details
Copy full SHA for 62de21f
Browse repository at this point
Rollup merge of #152119 - JonathanBrouwer:convert_middle, r=jdonszelmann
Show description for 4d535f5
JonathanBrouwer
authored
4d535f5
View commit details
Copy full SHA for 4d535f5
Browse repository at this point
Rollup merge of #152121 - JonathanBrouwer:convert_builtin_macros, r=lqd
Show description for 3c61714
JonathanBrouwer
authored
3c61714
View commit details
Copy full SHA for 3c61714
Browse repository at this point
Rollup merge of #152133 - Enselic:on-broken-pipe-flag-rename, r=ChrisDenton
Show description for cb77fcb
JonathanBrouwer
authored
cb77fcb
View commit details
Copy full SHA for cb77fcb
Browse repository at this point
You can’t perform that action at this time.