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 6 pull requests
- #153278
#153278
Merged
rust-bors[bot]
merged 25 commits into
rust-lang:main
rust-lang/rust:main
from
JonathanBrouwer:rollup-k88jgqQ
JonathanBrouwer/rust:rollup-k88jgqQ
Copy head branch name to clipboard
Mar 2, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
Rollup of 6 pull requests
#153278
rust-bors[bot]
merged 25 commits into
rust-lang:main
rust-lang/rust:main
from
JonathanBrouwer:rollup-k88jgqQ
JonathanBrouwer/rust:rollup-k88jgqQ
Copy head branch name to clipboard
Commits
Commits on Feb 24, 2026
Remove CodegenBackend supertrait of ExtraBackendMethods
bjorn3
committed
811f708
View commit details
Copy full SHA for 811f708
Browse repository at this point
Merge typeid_metadata into type_checked_load
Show description for e33e562
bjorn3
committed
e33e562
View commit details
Copy full SHA for e33e562
Browse repository at this point
Reorder associated types in BackendTypes to be a bit more logical
bjorn3
committed
e94aaf1
View commit details
Copy full SHA for e94aaf1
Browse repository at this point
Introduce FunctionSignature associated type for BackendTypes
Show description for f03581a
bjorn3
committed
f03581a
View commit details
Copy full SHA for f03581a
Browse repository at this point
Commits on Feb 25, 2026
Merge const_data_from_alloc into static_addr_of
Show description for df4b228
bjorn3
committed
df4b228
View commit details
Copy full SHA for df4b228
Browse repository at this point
elf-raw-dylib: set type for functions
Show description for 30fc9bd
mati865
committed
30fc9bd
View commit details
Copy full SHA for 30fc9bd
Browse repository at this point
Commits on Feb 28, 2026
tests/ui/asm: add annotations for reference rules
DanielEScherzer
committed
7371a7f
View commit details
Copy full SHA for 7371a7f
Browse repository at this point
test: add regression test for fuzzy_provenance_casts lint ICE
yuyahy
committed
6358dcc
View commit details
Copy full SHA for 6358dcc
Browse repository at this point
Commits on Mar 1, 2026
stabilize new RangeToInclusive type
Show description for bc4cead
pitaj
committed
bc4cead
View commit details
Copy full SHA for bc4cead
Browse repository at this point
Commits on Mar 2, 2026
Remove `DepKindVTable::is_anon`.
Show description for 72a001b
nnethercote
committed
72a001b
View commit details
Copy full SHA for 72a001b
Browse repository at this point
Inline and remove `handle_cycle_error`.
Show description for cc1b878
nnethercote
committed
cc1b878
View commit details
Copy full SHA for cc1b878
Browse repository at this point
Make `from_cycle_error` consume the `CycleError`.
Show description for c0770ba
nnethercote
committed
c0770ba
View commit details
Copy full SHA for c0770ba
Browse repository at this point
Avoid an early return in `try_execute_query`.
Show description for 7a4daa4
nnethercote
committed
7a4daa4
View commit details
Copy full SHA for 7a4daa4
Browse repository at this point
Merge two assertion blocks in `execute_job_non_incr`.
Show description for fc395ed
nnethercote
committed
fc395ed
View commit details
Copy full SHA for fc395ed
Browse repository at this point
Remove three single-use type synonyms.
Show description for 8129da8
nnethercote
committed
8129da8
View commit details
Copy full SHA for 8129da8
Browse repository at this point
Replace two `abort_if_errors` calls.
Show description for 2aaced6
nnethercote
committed
2aaced6
View commit details
Copy full SHA for 2aaced6
Browse repository at this point
Remove a duplicated comment.
Show description for 6f111d2
nnethercote
committed
6f111d2
View commit details
Copy full SHA for 6f111d2
Browse repository at this point
Rename trait `Value` as `FromCycleError`.
Show description for 5677f7c
nnethercote
committed
5677f7c
View commit details
Copy full SHA for 5677f7c
Browse repository at this point
Remove `FromCycleError` impl for `SymbolName`.
Show description for 5bd28b8
nnethercote
committed
5bd28b8
View commit details
Copy full SHA for 5bd28b8
Browse repository at this point
Rollup merge of #153169 - nnethercote:rm-is_anon-etc, r=petrochenkov
Show description for af84b2a
JonathanBrouwer
authored
af84b2a
View commit details
Copy full SHA for af84b2a
Browse repository at this point
Rollup merge of #152304 - pitaj:stabilize-new_range_api, r=tgross35
Show description for 44c7081
JonathanBrouwer
authored
44c7081
View commit details
Copy full SHA for 44c7081
Browse repository at this point
Rollup merge of #153046 - bjorn3:cg_ssa_cleanups, r=TaKO8Ki
Show description for ad4b2c0
JonathanBrouwer
authored
ad4b2c0
View commit details
Copy full SHA for ad4b2c0
Browse repository at this point
Rollup merge of #153090 - mati865:elf-raw-dylib-fns, r=TaKO8Ki
Show description for 09b8f72
JonathanBrouwer
authored
09b8f72
View commit details
Copy full SHA for 09b8f72
Browse repository at this point
Rollup merge of #153225 - DanielEScherzer:test-references-asm, r=ehuss
Show description for 84f6387
JonathanBrouwer
authored
84f6387
View commit details
Copy full SHA for 84f6387
Browse repository at this point
Rollup merge of #153233 - yuyahy:ice-issue-137588-regression-test, r=nnethercote
Show description for 80a9870
JonathanBrouwer
authored
80a9870
View commit details
Copy full SHA for 80a9870
Browse repository at this point
You can’t perform that action at this time.