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.9k
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 18 pull requests
- #152513
#152513
Closed
Zalathar
wants to merge 47 commits into
rust-lang:main
rust-lang/rust:main
from
Zalathar:rollup-gJS0RYf
Zalathar/rust:rollup-gJS0RYf
Copy head branch name to clipboard
Conversation
Commits
47
(47)
Checks
Files changed
Closed
[EXPERIMENT] Rollup of 18 pull requests
#152513
Zalathar
wants to merge 47 commits into
rust-lang:main
rust-lang/rust:main
from
Zalathar:rollup-gJS0RYf
Zalathar/rust:rollup-gJS0RYf
Copy head branch name to clipboard
Commits
Commits on Jan 8, 2026
Reduce usage of FnAbi in codegen_llvm_intrinsic_call
bjorn3
committed
acc8c0b
View commit details
Copy full SHA for acc8c0b
Browse repository at this point
Don't compute FnAbi for LLVM intrinsics in backends
bjorn3
committed
f1ab003
View commit details
Copy full SHA for f1ab003
Browse repository at this point
Remove support for ScalarPair unadjusted arguments
bjorn3
committed
fe9715b
View commit details
Copy full SHA for fe9715b
Browse repository at this point
Commits on Jan 29, 2026
add regression test
lcnr
committed
d4454e5
View commit details
Copy full SHA for d4454e5
Browse repository at this point
Commits on Feb 5, 2026
Add note for `?Sized` params in int-ptr casts diag
JohnTitor
committed
aa7c785
View commit details
Copy full SHA for aa7c785
Browse repository at this point
Commits on Feb 8, 2026
fix: add continue
cuiweixie
committed
d3ec6a3
View commit details
Copy full SHA for d3ec6a3
Browse repository at this point
Commits on Feb 9, 2026
Add ui test insufficient-suggestion-issue-141679.rs
xizheyin
committed
3b705ea
View commit details
Copy full SHA for 3b705ea
Browse repository at this point
Add note when inherent impl for a alias type defined outside of the crate
xizheyin
committed
ed90b35
View commit details
Copy full SHA for ed90b35
Browse repository at this point
Correctly check if a macro call is actually a macro call in rustdoc highlighter
GuillaumeGomez
committed
61b5382
View commit details
Copy full SHA for 61b5382
Browse repository at this point
Add regression test for macro call highlighting
GuillaumeGomez
committed
31c4ad3
View commit details
Copy full SHA for 31c4ad3
Browse repository at this point
Commits on Feb 10, 2026
Fix passing/returning structs with the 64-bit SPARC ABI
Show description for c9b5c93
folkertdev
and
beetrees
committed
c9b5c93
View commit details
Copy full SHA for c9b5c93
Browse repository at this point
prevent incorrect layout error
Show description for 39a5324
lcnr
committed
39a5324
View commit details
Copy full SHA for 39a5324
Browse repository at this point
fix rustdoc test
lcnr
committed
337abba
View commit details
Copy full SHA for 337abba
Browse repository at this point
Borrowck: simplify diagnostics for placeholders.
Show description for f53eed5
amandasystems
committed
f53eed5
View commit details
Copy full SHA for f53eed5
Browse repository at this point
Add FCW for derive helper attributes that will conflict with built-in attributes
nik-rev
committed
846e4ee
View commit details
Copy full SHA for 846e4ee
Browse repository at this point
Commits on Feb 11, 2026
Clarify names of `QueryVTable` functions for "executing" a query
Show description for 0de45db
Zalathar
committed
0de45db
View commit details
Copy full SHA for 0de45db
Browse repository at this point
Remove a couple of unused errors
bjorn3
committed
70587ce
View commit details
Copy full SHA for 70587ce
Browse repository at this point
Move target machine factory error reporting into codegen backend
bjorn3
committed
2d07e81
View commit details
Copy full SHA for 2d07e81
Browse repository at this point
Add extra test to ensure the highlighting for macros is working as expected
GuillaumeGomez
committed
5107af2
View commit details
Copy full SHA for 5107af2
Browse repository at this point
Port #![test_runner] to the attribute parser
Ozzy1423
committed
d1f11fd
View commit details
Copy full SHA for d1f11fd
Browse repository at this point
Remove tm_factory field from CodegenContext
Show description for f49223c
bjorn3
committed
f49223c
View commit details
Copy full SHA for f49223c
Browse repository at this point
Use cg_ssa's produce_final_output_artifacts in cg_clif
bjorn3
committed
1106018
View commit details
Copy full SHA for 1106018
Browse repository at this point
fix issue#152482
ban-xiu
committed
f48448e
View commit details
Copy full SHA for f48448e
Browse repository at this point
Change query proc macro to be more rust-analyzer friendly
Zoxc
committed
47b4e02
View commit details
Copy full SHA for 47b4e02
Browse repository at this point
Remove some empty subdiagnostics
JonathanBrouwer
committed
635dcd8
View commit details
Copy full SHA for 635dcd8
Browse repository at this point
Convert some `impl Subdiagnostic`s to derives
JonathanBrouwer
committed
ab4891c
View commit details
Copy full SHA for ab4891c
Browse repository at this point
Add tests for issues 152004, 151124 and 152347
petrochenkov
committed
0cd0840
View commit details
Copy full SHA for 0cd0840
Browse repository at this point
Partially revert "resolve: Update `NameBindingData::vis` in place"
petrochenkov
committed
324267c
View commit details
Copy full SHA for 324267c
Browse repository at this point
add BinaryHeap::from_raw_vec
Dan54
committed
9383138
View commit details
Copy full SHA for 9383138
Browse repository at this point
Commits on Feb 12, 2026
Rollup merge of #142415 - xizheyin:141679, r=estebank
Show description for 4618a00
Zalathar
authored
4618a00
View commit details
Copy full SHA for 4618a00
Browse repository at this point
Rollup merge of #142680 - beetrees:sparc64-float-struct-abi, r=tgross35
Show description for 7562311
Zalathar
authored
7562311
View commit details
Copy full SHA for 7562311
Browse repository at this point
Rollup merge of #150768 - bjorn3:llvm_intrinsic_no_fn_abi, r=wesleywiser
Show description for 9979056
Zalathar
authored
9979056
View commit details
Copy full SHA for 9979056
Browse repository at this point
Rollup merge of #151152 - nik-contrib:helper_attr_builtin, r=chenyukang
Show description for 4385cf1
Zalathar
authored
4385cf1
View commit details
Copy full SHA for 4385cf1
Browse repository at this point
Rollup merge of #151814 - lcnr:silent-layout-error, r=jackh726
Show description for 2089385
Zalathar
authored
2089385
View commit details
Copy full SHA for 2089385
Browse repository at this point
Rollup merge of #151863 - amandasystems:streamline-borrow-error-handling, r=lcnr
Show description for 577ebca
Zalathar
authored
577ebca
View commit details
Copy full SHA for 577ebca
Browse repository at this point
Rollup merge of #152159 - JohnTitor:issue-74756, r=estebank
Show description for 53f988e
Zalathar
authored
53f988e
View commit details
Copy full SHA for 53f988e
Browse repository at this point
Rollup merge of #152422 - Zoxc:query-macro-tweaks, r=Zalathar
Show description for 1a4a627
Zalathar
authored
1a4a627
View commit details
Copy full SHA for 1a4a627
Browse repository at this point
Rollup merge of #152434 - Zalathar:call-query, r=nnethercote
Show description for b906c96
Zalathar
authored
b906c96
View commit details
Copy full SHA for b906c96
Browse repository at this point
Rollup merge of #152478 - bjorn3:lto_refactors10, r=wesleywiser
Show description for 31e7237
Zalathar
authored
31e7237
View commit details
Copy full SHA for 31e7237
Browse repository at this point
Rollup merge of #152498 - petrochenkov:revoverglob, r=jieyouxu
Show description for 4a1eac0
Zalathar
authored
4a1eac0
View commit details
Copy full SHA for 4a1eac0
Browse repository at this point
Rollup merge of #152316 - cuiweixie:bugfix-continue, r=petrochenkov
Show description for 974c997
Zalathar
authored
974c997
View commit details
Copy full SHA for 974c997
Browse repository at this point
Rollup merge of #152394 - GuillaumeGomez:macro-call, r=lolbinarycat
Show description for c542069
Zalathar
authored
c542069
View commit details
Copy full SHA for c542069
Browse repository at this point
Rollup merge of #152425 - Ozzy1423:test-runner, r=JonathanBrouwer
Show description for e3c1de4
Zalathar
authored
e3c1de4
View commit details
Copy full SHA for e3c1de4
Browse repository at this point
Rollup merge of #152481 - bjorn3:backends_reduce_duplication, r=fmease
Show description for 044f420
Zalathar
authored
044f420
View commit details
Copy full SHA for 044f420
Browse repository at this point
Rollup merge of #152485 - ban-xiu:fix-issue-152482, r=jieyouxu
Show description for 86b8ed6
Zalathar
authored
86b8ed6
View commit details
Copy full SHA for 86b8ed6
Browse repository at this point
Rollup merge of #152495 - JonathanBrouwer:remove-empty-subdiags, r=lqd
Show description for 4d1d04d
Zalathar
authored
4d1d04d
View commit details
Copy full SHA for 4d1d04d
Browse repository at this point
Rollup merge of #152502 - Dan54:heap-from-raw-vec, r=scottmcm
Show description for 06cf898
Zalathar
authored
06cf898
View commit details
Copy full SHA for 06cf898
Browse repository at this point
You can’t perform that action at this time.