The Wayback Machine - https://web.archive.org/web/20250321140310/https://github.com/rust-lang/rust/pulls
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
Sort

Pull requests list

Move some driver code around A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#138786 opened Mar 21, 2025 by bjorn3 Loading…
add TypingMode::Borrowck A-tidy Area: The tidy tool S-waiting-on-perf Status: Waiting on a perf run to be completed. 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) 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#138785 opened Mar 21, 2025 by lcnr Draft
Bump boostrap cc to 1.2.17 and cmake to 0.1.54 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) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#138784 opened Mar 21, 2025 by madsmtm Draft
Cache current_dll_path output 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.
#138783 opened Mar 21, 2025 by bjorn3 Loading…
test(ui): add tuple-struct-where-clause-suggestion ui test for #91520 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.
#138782 opened Mar 21, 2025 by karolzwolak Loading…
Add #[loop_match] for improved DFA codegen A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#138780 opened Mar 21, 2025 by folkertdev Loading…
coverage: Separate span-extraction from unexpansion A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) 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.
#138776 opened Mar 21, 2025 by Zalathar Loading…
Avoid sending a non-null pointer for empty strings S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#138775 opened Mar 21, 2025 by oli-obk Draft
Avoid directly accessing the hir_crate query from crate_hash S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-perf Status: Waiting on a perf run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138774 opened Mar 21, 2025 by oli-obk Draft
catch_unwind intrinsic: document return value 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.
#138773 opened Mar 21, 2025 by RalfJung Loading…
Avoid hashing the hir_crate query S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#138772 opened Mar 21, 2025 by oli-obk Draft
Rollup of 10 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-compiletest Area: The compiletest test runner A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc 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.
#138771 opened Mar 21, 2025 by matthiaskrgr Loading…
Try using std's hashbrown copy 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.
#138769 opened Mar 21, 2025 by Zoxc Draft
Allow boolean literals in check-cfg 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.
#138767 opened Mar 21, 2025 by clubby789 Loading…
coverage: Deal with unused functions and their names in one place A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) 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.
#138766 opened Mar 21, 2025 by Zalathar Loading…
Fix Thread::set_name on cygwin O-unix Operating system: Unix-like 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.
#138765 opened Mar 21, 2025 by Berrysoft Loading…
Use mimalloc as the global allocator on x86_64-pc-windows-msvc A-testsuite Area: The testsuite used to check the correctness of rustc A-tidy Area: The tidy tool 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#138764 opened Mar 21, 2025 by Zoxc Draft
jsondocck: Replace jsonpath_lib with jsonpath-rust A-rustdoc-json Area: Rustdoc JSON backend 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#138763 opened Mar 21, 2025 by aDotInTheVoid Loading…
Allow enum and union literals to also create SSA values perf-regression Performance regression. 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.
#138759 opened Mar 20, 2025 by scottmcm Loading…
wasm: increase default thread stack size to 1 MB O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ 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.
#138757 opened Mar 20, 2025 by surban Loading…
[rustdoc] Remove duplicated loop when computing doc cfgs 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.
#138755 opened Mar 20, 2025 by GuillaumeGomez Loading…
linker: Move native library search from linker to rustc 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.
#138753 opened Mar 20, 2025 by petrochenkov Loading…
Use internal iteration in Vec::extend_desugared() 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.
#138752 opened Mar 20, 2025 by ChayimFriedman2 Loading…
Make crate_hash not iterate over hir_crate owners anymore 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.
#138750 opened Mar 20, 2025 by oli-obk Loading…
Fix closure recovery for missing block when return type is specified 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.
#138749 opened Mar 20, 2025 by compiler-errors Loading…
ProTip! Add no:assignee to see everything that’s not assigned.