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

[experiment] enable outline-atomics on more aarch64 platforms A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#144938 opened Aug 5, 2025 by tgross35 Draft
CFI: Fix types that implement Fn, FnMut, or FnOnce A-control-flow-integrity Area: Control Flow Integrity (CFI) security mitigation A-sanitizers Area: Sanitizers for correctness and code quality PG-exploit-mitigations Project group: Exploit mitigations 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.
#144936 opened Aug 5, 2025 by rcvalle Loading…
Add PeekableIterator trait 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.
#144935 opened Aug 5, 2025 by wmstack Loading…
Rollup of 17 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-rustc-dev-guide Area: rustc-dev-guide rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#144934 opened Aug 5, 2025 by samueltardieu Loading…
Allocate arguments from topmost frame into temporary storage before popping stack frame in init_fn_tail_call 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.
#144933 opened Aug 5, 2025 by compiler-errors Loading…
[win][arm64ec] Fix msvc-wholearchive for Arm64EC A-run-make Area: port run-make Makefiles to rmake.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.
#144931 opened Aug 5, 2025 by dpaoliello Loading…
[EXPERIMENT] Avoid tracking span to compute end_point. 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.
#144930 opened Aug 4, 2025 by cjgillot Draft
Drop rust-version from rustc_thread_pool 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.
#144928 opened Aug 4, 2025 by cuviper Loading…
Disable hashing on effective_visibilities perf-regression Performance regression. 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.
#144927 opened Aug 4, 2025 by blyxyas Loading…
Correct the use of must_use on btree::IterMut S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#144926 opened Aug 4, 2025 by JonathanBrouwer Loading…
Add suggestion to .to_owned() used on Cow when borrowing 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.
#144925 opened Aug 4, 2025 by Periodic1911 Loading…
compiletest: add hint for when a ui test produces no errors A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#144924 opened Aug 4, 2025 by lolbinarycat Loading…
Move several more float tests to floats/mod.rs S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#144923 opened Aug 4, 2025 by rocurley Draft
Implement #[derive(From)] F-derive_from Feature gate for #[derive(From)] built-in derive macro (RFC 3809). 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.
#144922 opened Aug 4, 2025 by Kobzol Loading…
don't emit rustdoc::broken_intra_doc_links for stuff like [!NOTE] 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#144921 opened Aug 4, 2025 by lolbinarycat Loading…
Dont print arg span in MIR dump for tail call 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.
#144920 opened Aug 4, 2025 by compiler-errors Loading…
Enforce tail call type is related to body return type in borrowck 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.
#144917 opened Aug 4, 2025 by compiler-errors Loading…
Defer tail call ret ty equality to check_tail_calls 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.
#144915 opened Aug 4, 2025 by compiler-errors Loading…
Add support for ty::Instance path shortening in diagnostics 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.
#144914 opened Aug 4, 2025 by estebank Loading…
[rustdoc] Fix wrong i tooltip icon S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#144913 opened Aug 4, 2025 by GuillaumeGomez Loading…
[WIP] Resolver: introduce SmartResolver for speculative and finalize resolutions. 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.
#144912 opened Aug 4, 2025 by LorrensP-2158466 Draft
Add regression tests for seemingly fixed 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.
#144910 opened Aug 4, 2025 by ShoyuVanilla Loading…
Add new test::print_merged_doctests_times used by rustdoc to display more detailed time information 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.
#144909 opened Aug 4, 2025 by GuillaumeGomez Loading…
Fix doctest output json A-run-make Area: port run-make Makefiles to rmake.rs 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#144908 opened Aug 4, 2025 by GuillaumeGomez Loading…
fix: Reject async assoc fns of #[const_trait] in ast_passes PG-const-traits Project group: Const traits 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.
#144907 opened Aug 4, 2025 by ShoyuVanilla Loading…
ProTip! Add no:assignee to see everything that’s not assigned.