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

Add docs about SDKs and C compilation on armv7a-vex-v5 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#155075 opened Apr 10, 2026 by lewisfm Contributor Loading…
Set the Fuchsia ABI to the documented minimum relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155072 opened Apr 9, 2026 by ilovepi Contributor Loading…
Deny #[global_allocator] + #[thread_local] S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155071 opened Apr 9, 2026 by Fayti1703 Contributor Loading…
Avoid mir_const_qualif ICE for invalid const trait methods S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155070 opened Apr 9, 2026 by officialasishkumar Loading…
Allow manual Unpin impls for local extern types S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155069 opened Apr 9, 2026 by officialasishkumar Loading…
Fix ICE in span_extend_prev_while with multibyte characters S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155068 opened Apr 9, 2026 by lapla-cogito Contributor Loading…
error on invalid macho section specifier A-attributes Area: Attributes (`#[…]`, `#![…]`) A-rustdoc-json Area: Rustdoc JSON backend 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.
#155065 opened Apr 9, 2026 by folkertdev Contributor Loading…
Rollup of 10 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) PG-exploit-mitigations Project group: Exploit mitigations rollup A PR which is a rollup 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. T-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#155064 opened Apr 9, 2026 by JonathanBrouwer Contributor Loading…
rename local parameter, refactor ty::Free S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155063 opened Apr 9, 2026 by josetorrs Contributor Loading…
2 tasks
Move tests from tests/ui/issues/ to appropriate directories S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155062 opened Apr 9, 2026 by ujjwalvishwakarma2006 Contributor Loading…
Fix Enzyme autodiff ICE by anchoring metadata markers in core S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#155059 opened Apr 9, 2026 by purahan Loading…
Move tests from tests/ui/issues/ to appropriate directories S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155058 opened Apr 9, 2026 by ujjwalvishwakarma2006 Contributor Loading…
Update libc to v0.2.184 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#155057 opened Apr 9, 2026 by surban Contributor Loading…
UI automation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155055 opened Apr 9, 2026 by rishi-techo-14 Loading…
constify Index(Mut), Deref(Mut) for Vec S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#155054 opened Apr 9, 2026 by Lars-Schumann Contributor Loading…
Documenting the case of Weak::upgrade returning None when the value behind the reference is missing S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#155049 opened Apr 9, 2026 by quixoticaxis Loading…
Always exhaustively match on typing mode A-attributes Area: Attributes (`#[…]`, `#![…]`) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#155047 opened Apr 9, 2026 by jdonszelmann Contributor Loading…
rust-analyzer subtree update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#155046 opened Apr 9, 2026 by lnicola Member Loading…
Don't try to remove drop_in_place calls in RemoveUnneededDrops S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155044 opened Apr 9, 2026 by WaffleLapkin Member Loading…
Fix if branch in op.rs 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.
#155043 opened Apr 9, 2026 by malezjaa Contributor Loading…
Remove AttributeExt A-attributes Area: Attributes (`#[…]`, `#![…]`) S-blocked Status: Blocked on something else such as an RFC or other implementation work. 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.
#155041 opened Apr 9, 2026 by mejrs Contributor Draft
Fix code block whitespace handling in Markdown S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155040 opened Apr 9, 2026 by yalagadapavankumar Loading…
minor follow up to removing soft mode #[unstable] S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#155039 opened Apr 9, 2026 by WaffleLapkin Member Loading…
KeywordIdents Lint fix S-blocked Status: Blocked on something else such as an RFC or other implementation work. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155038 opened Apr 9, 2026 by Bryntet Contributor Loading…
Store a PathBuf rather than SerializedModule for cached modules A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155036 opened Apr 9, 2026 by bjorn3 Member Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.