Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Revert: create const block bodies in typeck via query feeding 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.
#125918 opened Jun 3, 2024 by oli-obk Loading…
Create run-make env_var and env_var_os helpers S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#125917 opened Jun 3, 2024 by GuillaumeGomez Loading…
[WIP] mir-opt: promoting const read-only arrays 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#125916 opened Jun 3, 2024 by tesuji Loading…
[WIP] Lower const params in generics to a dedicated ConstArgKind variant A-const-generics Area: const generics (parameters and arguments) F-generic_const_exprs `#![feature(generic_const_exprs)]` 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.
#125915 opened Jun 3, 2024 by camelid Draft
Spruce up the diagnostics of some early lints 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.
#125913 opened Jun 3, 2024 by fmease Loading…
rustfmt tests/mir-opt A-meta Area: Issues about the rust-lang/rust repository. 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#125912 opened Jun 3, 2024 by nnethercote Loading…
wipe bootstrap build before switching to bumped 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)
#125911 opened Jun 3, 2024 by onur-ozkan Loading…
Add SingleUseConsts mir-opt pass A-mir-opt Area: MIR optimizations 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.
#125910 opened Jun 3, 2024 by scottmcm Draft
rustdoc: add a regression test for a former blanket impl synthesis ICE S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#125909 opened Jun 3, 2024 by fmease Loading…
rustdoc: use the next solver for blanket impl synthesis perf-regression Performance regression. S-blocked Status: Marked as 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#125907 opened Jun 3, 2024 by fmease Loading…
Remove a bunch of redundant args from report_method_error 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.
#125906 opened Jun 3, 2024 by compiler-errors Loading…
rustc_span: Inline some hot functions 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.
#125903 opened Jun 2, 2024 by petrochenkov Loading…
from_ref, from_mut: clarify domain of quantification 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.
#125897 opened Jun 2, 2024 by RalfJung Loading…
Handle all GVN binops in a single place. 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.
#125893 opened Jun 2, 2024 by cjgillot Loading…
Add migration lint for 2024 prelude additions A-edition-2024 Area: The 2024 edition 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.
#125889 opened Jun 2, 2024 by Nilstrieb Loading…
Migrate run make issue 15460 A-testsuite Area: The testsuite used to check the correctness of rustc 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)
#125886 opened Jun 2, 2024 by GuillaumeGomez Loading…
Remove src/tools/rust-demangler 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)
#125880 opened Jun 2, 2024 by Zalathar Loading…
Orphanck: Consider opaque types to never cover type parameters [fix for old solver] 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.
#125871 opened Jun 1, 2024 by fmease Loading…
Add target_env = "p1" to the wasm32-wasip1 target 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.
#125869 opened Jun 1, 2024 by alexcrichton Loading…
Fix ICE caused by ignoring EffectVars in type inference 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.
#125865 opened Jun 1, 2024 by ajwock Loading…
Opt-in to FulfillmentError generation to avoid doing extra work in the new solver 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative
#125864 opened Jun 1, 2024 by compiler-errors Loading…
rustc_codegen_ssa: fix get_rpath_relative_to_output panic when lib only contains file name 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.
#125861 opened Jun 1, 2024 by name1e5s Loading…
Move ZST ABI handling to rustc_target 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125854 opened Jun 1, 2024 by beetrees Loading…
promote_consts: fail fast if there is no candidates 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.
#125853 opened Jun 1, 2024 by tesuji Loading…
improve tip for inaccessible 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.
#125852 opened Jun 1, 2024 by bvanjoi Loading…
ProTip! What’s not been updated in a month: updated:<2024-05-03.