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
- #141869
#141869
Merged
bors
merged 21 commits into
rust-lang:master
rust-lang/rust:master
from
GuillaumeGomez:rollup-vicg807
GuillaumeGomez/rust:rollup-vicg807
Copy head branch name to clipboard
Jun 1, 2025
Conversation
Commits
21
(21)
Checks
Files changed
Merged
Rollup of 9 pull requests
#141869
bors
merged 21 commits into
rust-lang:master
rust-lang/rust:master
from
GuillaumeGomez:rollup-vicg807
GuillaumeGomez/rust:rollup-vicg807
Copy head branch name to clipboard
Commits
Commits on Apr 27, 2025
Improve test for FQS tuple struct pat/expr
Show description for 5f294f0
WaffleLapkin
committed
5f294f0
View commit details
Copy full SHA for 5f294f0
Browse repository at this point
Make error for tuple struct pat/expr w/ FQS clearer
Show description for bce7fe1
WaffleLapkin
committed
bce7fe1
View commit details
Copy full SHA for bce7fe1
Browse repository at this point
bless tests
WaffleLapkin
committed
8f765fc
View commit details
Copy full SHA for 8f765fc
Browse repository at this point
Commits on May 30, 2025
implement `va_arg` for `powerpc64` and `powerpc64le`
folkertdev
committed
108a36e
View commit details
Copy full SHA for 108a36e
Browse repository at this point
Exclude `CARGO_HOME` from `generate-copyright` in-tree determination
Hoverbear
committed
f886925
View commit details
Copy full SHA for f886925
Browse repository at this point
Commits on May 31, 2025
Drive-by refactor: use `OnceCell` for the reverse region SCC graph
amandasystems
committed
95115b9
View commit details
Copy full SHA for 95115b9
Browse repository at this point
source_span_for_markdown_range: fix utf8 violation
Show description for a8b5e70
lolbinarycat
committed
a8b5e70
View commit details
Copy full SHA for a8b5e70
Browse repository at this point
terminology: allocated object → allocation
RalfJung
committed
f388c98
View commit details
Copy full SHA for f388c98
Browse repository at this point
implement `va_arg` for `powerpc`
Show description for be13ce3
folkertdev
committed
be13ce3
View commit details
Copy full SHA for be13ce3
Browse repository at this point
Commits on Jun 1, 2025
Fix TLS model on bootstrap for cygwin
Berrysoft
committed
810a564
View commit details
Copy full SHA for 810a564
Browse repository at this point
Add unimplemented `current_dll_path()` for WASI
Show description for bdd680f
Timmmm
committed
bdd680f
View commit details
Copy full SHA for bdd680f
Browse repository at this point
resolve if-let-chain FIXME on bootstrap
Show description for a71c00a
onur-ozkan
committed
a71c00a
View commit details
Copy full SHA for a71c00a
Browse repository at this point
Rollup merge of #140370 - WaffleLapkin:unqualified, r=jdonszelmann
Show description for cd0adc9
GuillaumeGomez
authored
cd0adc9
View commit details
Copy full SHA for cd0adc9
Browse repository at this point
Rollup merge of #141224 - RalfJung:no-objects, r=traviscross
Show description for 335232d
GuillaumeGomez
authored
335232d
View commit details
Copy full SHA for 335232d
Browse repository at this point
Rollup merge of #141622 - folkertdev:powerpc-va_arg, r=workingjubilee
Show description for cf4fbc0
GuillaumeGomez
authored
cf4fbc0
View commit details
Copy full SHA for cf4fbc0
Browse repository at this point
Rollup merge of #141666 - lolbinarycat:rustdoc-source_span_for_markdown_range-bug-141665, r=GuillaumeGomez
Show description for d843809
GuillaumeGomez
authored
d843809
View commit details
Copy full SHA for d843809
Browse repository at this point
Rollup merge of #141789 - ferrocene:hoverbear/exclude-cargo-home-from-in-tree-consideration, r=clubby789
Show description for fec5c8f
GuillaumeGomez
authored
fec5c8f
View commit details
Copy full SHA for fec5c8f
Browse repository at this point
Rollup merge of #141823 - amandasystems:reverse_scc_graph_once_cell, r=jieyouxu
Show description for b0b98a0
GuillaumeGomez
authored
b0b98a0
View commit details
Copy full SHA for b0b98a0
Browse repository at this point
Rollup merge of #141834 - Timmmm:user/timh/wasi, r=Noratrieb
Show description for fc32992
GuillaumeGomez
authored
fc32992
View commit details
Copy full SHA for fc32992
Browse repository at this point
Rollup merge of #141846 - Berrysoft:cygwin-bootstrap-tls, r=mati865
Show description for f714b34
GuillaumeGomez
authored
f714b34
View commit details
Copy full SHA for f714b34
Browse repository at this point
Rollup merge of #141852 - onur-ozkan:resolve-if-let-fixme, r=jieyouxu
Show description for 90f418f
GuillaumeGomez
authored
90f418f
View commit details
Copy full SHA for 90f418f
Browse repository at this point
You can’t perform that action at this time.