Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Allow codegen backends to indicate which crate types they support S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#148177 by bjorn3 was merged Oct 28, 2025 Loading… 1.93.0
Re-enable macro-stepping test for AArch64 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#148166 by Jamesbarford was merged Oct 28, 2025 Loading… 1.93.0
tests/debuginfo/closures.rs: Activate misspelled cdb-check T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#148097 by Enselic was closed Oct 30, 2025 Loading…
Reword unstable fingerprints ICE to ask for reproduction A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147830 by Noratrieb was merged Oct 22, 2025 Loading… 1.92.0
Split LTO out of the main codegen coordinator event loop into a separate event loop on the same thread merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147810 by bjorn3 was merged Oct 23, 2025 Loading… 1.92.0
ignore boring locals when explaining why a borrow contains a point due to drop of a live local under polonius S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147729 by lqd was merged Oct 16, 2025 Loading… 1.92.0
Retire ast::TyAliasWhereClauses. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustfmt Relevant to the rustfmt team, which will review and decide on the PR/issue.
#147713 by cjgillot was merged Oct 23, 2025 Loading… 1.92.0
Fix ICE when using contracts on async functions S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147710 by chenyukang was merged Oct 16, 2025 Loading… 1.92.0
Use regular Vec in BitSet. merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147644 by cjgillot was merged Oct 16, 2025 Loading… 1.92.0
bpf: return results larger than one register indirectly S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147638 by alessandrod was merged Oct 15, 2025 Loading… 1.92.0
Fix ICE for never pattern as closure parameters S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147548 by chenyukang was merged Oct 14, 2025 Loading… 1.92.0
Suppress unused_parens for labeled break S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147546 by chenyukang was merged Oct 14, 2025 Loading… 1.92.0
Update t-compiler beta nomination Zulip msg A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147527 by apiraino was merged Oct 16, 2025 Loading… 1.92.0
format: some small cleanup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147481 by hkBst was merged Oct 9, 2025 Loading… 1.92.0
Refactor AddCallGuards in two loops. merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147477 by cjgillot was merged Oct 9, 2025 Loading… 1.92.0
Remove needs-asm-support directive in tests with explicit targets A-rustc-dev-guide Area: rustc-dev-guide S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147406 by jchecahi was merged Oct 25, 2025 Loading… 1.93.0
Improve diagnostics: update note and add help message S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147395 by reddevilmidzy was merged Oct 7, 2025 Loading… 1.92.0
[WIP] Please Ignore S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147357 by benwu25 was closed Oct 5, 2025 Draft
Make diagnostics clearer for binop-related errors in foreign crates S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147281 by fee1-dead was merged Oct 29, 2025 Loading… 1.93.0
compiler: remove AbiAlign inside TargetDataLayout A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147116 by workingjubilee was merged Sep 29, 2025 Loading… 1.92.0
[beta-1.91] Warn on future errors from temporary lifetimes shortening in Rust 1.92 beta-accepted Accepted for backporting to the compiler in the beta channel. disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. I-lang-radar Items that are on lang's radar and will need eventual work or consideration. merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-clippy Relevant to the Clippy team. T-lang Relevant to the language team to-announce Announce this issue on triage meeting
#147056 by dianne was merged Oct 15, 2025 Loading… 1.91.0
const_caller_location to use real Span instead of DUMMY_SP S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#146991 by cachebag was merged Sep 26, 2025 Loading… 1.92.0
Use standard attribute logic for allocator shim A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#146778 by nikic was merged Sep 27, 2025 Loading… 1.92.0
StateTransform: Do not renumber resume local. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#146552 by cjgillot was merged Sep 17, 2025 Loading… 1.92.0
Demote both armebv7r-none-* targets. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#146523 by thejpster was merged Sep 27, 2025 Loading… 1.92.0
ProTip! What’s not been updated in a month: updated:<2025-09-30.