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

initial non-working draft for issue #133058 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.
#133944 opened Dec 6, 2024 by ricci009 Draft
Clarify how to use black_box() 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.
#133942 opened Dec 5, 2024 by BD103 Loading…
rustc_mir_dataflow cleanups, including some renamings 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.
#133938 opened Dec 5, 2024 by nnethercote Loading…
Keep track of parse errors in mods and don't emit resolve errors for paths involving them 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.
#133937 opened Dec 5, 2024 by estebank Loading…
Do not implement unsafe auto traits for types with unsafe fields 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#133934 opened Dec 5, 2024 by jswrenn Loading…
[beta] backports S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#133933 opened Dec 5, 2024 by cuviper Loading…
Avoid using make_direct_deprecated() in extern "ptx-kernel" A-ABI Area: Concerning the application binary interface (ABI) O-NVPTX Target: the NVPTX LLVM backend for running rust on GPUs, https://llvm.org/docs/NVPTXUsage.html 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.
#133932 opened Dec 5, 2024 by bjorn3 Loading…
Only allow PassMode::Direct for aggregates on wasm when using the C ABI 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.
#133931 opened Dec 5, 2024 by bjorn3 Loading…
rustbook: update to use new mdbook-trpl package from The Book S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#133930 opened Dec 5, 2024 by chriskrycho Loading…
Remove -Zinline-in-all-cgus 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.
#133929 opened Dec 5, 2024 by saethlin Draft
Fix const conditions for RPITITs 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.
#133926 opened Dec 5, 2024 by compiler-errors Loading…
disallow repr() on invalid items I-lang-easy-decision Issue: The decision needed by the team is conjectured to be easy. 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.
#133925 opened Dec 5, 2024 by folkertdev Loading…
change guarded string reserved tokens to #", ##", ### A-edition-2024 Area: The 2024 edition I-lang-easy-decision Issue: The decision needed by the team is conjectured to be easy. I-lang-nominated Nominated for discussion during a lang team meeting. 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-lang Relevant to the language team, which will review and decide on the PR/issue.
#133924 opened Dec 5, 2024 by pitaj Loading…
Fix spelling error in os_str.rs 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.
#133913 opened Dec 5, 2024 by rtificr Loading…
[experiment] test code build runner A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#133912 opened Dec 5, 2024 by MarcoIeni Draft
rename fn member_constraint to fn add_member_constraint 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.
#133909 opened Dec 5, 2024 by lcnr Loading…
CI: move dist-arm-linux to a free 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#133902 opened Dec 5, 2024 by Kobzol Loading…
Daily ui test suite cleanups and improvements [1/N] A-testsuite Area: The testsuite used to check the correctness of rustc C-cleanup Category: PRs that clean code up or issues documenting cleanup. 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.
#133900 opened Dec 5, 2024 by jieyouxu Loading…
We don't need NonNull::as_ptr debuginfo perf-regression Performance regression. 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.
#133899 opened Dec 5, 2024 by scottmcm Loading…
Remove a lit_to_const 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.
#133897 opened Dec 5, 2024 by oli-obk Loading…
Introduce MixedBitSet 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.
#133891 opened Dec 5, 2024 by nnethercote Loading…
Consider fields to be inhabited if they are unstable 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.
#133889 opened Dec 5, 2024 by compiler-errors Loading…
Remove polymorphization A-testsuite Area: The testsuite used to check the correctness of rustc relnotes Marks issues that should be documented in the release notes of the next release. 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.
#133883 opened Dec 5, 2024 by saethlin Loading…
Expand home_dir 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.
#133880 opened Dec 5, 2024 by ChrisDenton Loading…
handle --json-output properly 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)
#133875 opened Dec 4, 2024 by onur-ozkan Loading…
ProTip! Follow long discussions with comments:>50.