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

Encode MIR for const ctors in metadata 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.
#134873 opened Dec 29, 2024 by camelid Draft
Added a codegen test for combining RangeToInclusive with other optimizations 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.
#134872 opened Dec 29, 2024 by alex Loading…
Add codegen test for issue 63646 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.
#134871 opened Dec 29, 2024 by clubby789 Loading…
Fix sentence fragment in pin module docs 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.
#134870 opened Dec 29, 2024 by geofft Loading…
Bump compiler cc 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.
#134869 opened Dec 29, 2024 by clubby789 Loading…
Weekly cargo update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#134867 opened Dec 29, 2024 by github-actions bot Loading…
rustc_codegen_ssa: Buffer file writes in link_rlib 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.
#134866 opened Dec 29, 2024 by osiewicz Loading…
bootstrap: Don't apply -Ztls-model=initial-exec to deps of proc-macros 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)
#134865 opened Dec 28, 2024 by clubby789 Loading…
Filter out builtin lint passes that don't need to be run perf-regression Performance regression. 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.
#134862 opened Dec 28, 2024 by compiler-errors Draft
Add GUI test for item info elements color 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.
#134861 opened Dec 28, 2024 by GuillaumeGomez Loading…
Provide structured suggestion for #![feature(..)] in more cases 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.
#134858 opened Dec 28, 2024 by estebank Loading…
Unsafe binder support in rustdoc 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#134857 opened Dec 28, 2024 by compiler-errors Loading…
Add default_field_values entry to unstable book F-default_field_values `#![feature(default_field_values)]` S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#134855 opened Dec 28, 2024 by estebank Loading…
docs: inline alloc::ffi::c_str types to alloc::ffi beta-nominated Nominated for backporting to the compiler in the beta channel. 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.
#134851 opened Dec 28, 2024 by lukas-code Loading…
Implement asymmetrical precedence for closures and jumps A-pretty Area: Pretty printing (including `-Z unpretty`) 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.
#134847 opened Dec 28, 2024 by dtolnay Loading…
Look at proc-macro attributes when encountering unknown attribute 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.
#134841 opened Dec 28, 2024 by estebank Loading…
[experimental] shorten backtraces using debuginfo A-testsuite Area: The testsuite used to check the correctness of rustc S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. 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.
#134831 opened Dec 27, 2024 by jyn514 Draft
Implement int_from_ascii (#134821) 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.
#134824 opened Dec 27, 2024 by niklasf Loading…
Add kl and widekl target features, and the feature gate 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.
#134814 opened Dec 27, 2024 by sayantn Loading…
fix(rustdoc): always use a channel when linking to doc.rust-lang.org S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#134807 opened Dec 26, 2024 by poliorcetics Loading…
fix(rustdoc): print the doc(hidden) attribute the same as others A-compiletest Area: The compiletest test runner A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-run-make Area: port run-make Makefiles to rmake.rs A-rustdoc-json Area: Rustdoc JSON backend A-testsuite Area: The testsuite used to check the correctness of rustc O-unix Operating system: Unix-like O-windows Operating system: Windows 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#134802 opened Dec 26, 2024 by poliorcetics Loading…
nits: Cleanups in librustdoc::clean A-compiletest Area: The compiletest test runner A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-run-make Area: port run-make Makefiles to rmake.rs A-rustdoc-json Area: Rustdoc JSON backend A-testsuite Area: The testsuite used to check the correctness of rustc O-unix Operating system: Unix-like O-windows Operating system: Windows 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-infra Relevant to the infrastructure 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.
#134799 opened Dec 26, 2024 by poliorcetics Loading…
[WIP] Ergonomic ref counting 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.
#134797 opened Dec 26, 2024 by spastorino Draft
3 tasks
Add a notion of "some ABIs require certain target features" 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.
#134794 opened Dec 26, 2024 by RalfJung Loading…
(mostly) blindly enable more tests on Windows A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. 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-infra Relevant to the infrastructure 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.
#134777 opened Dec 26, 2024 by saethlin Draft
ProTip! Updated in the last three days: updated:>2024-12-25.