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

Ignore vec_deque_alloc_error::test_shrink_to_unwind test on non-unwind targets 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.
#125927 opened Jun 3, 2024 by Veykril Loading…
Rollup of 7 pull requests A-testsuite Area: The testsuite used to check the correctness of rustc O-unix Operating system: Unix-like 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.
#125926 opened Jun 3, 2024 by jieyouxu Loading…
Don't trigger unsafe_op_in_unsafe_fn for deprecated safe fns 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.
#125925 opened Jun 3, 2024 by tbu- Loading…
Fix leaks from panics in destructors 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.
#125923 opened Jun 3, 2024 by matthewjasper Loading…
coverage: Carve out hole spans in a separate early pass 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.
#125921 opened Jun 3, 2024 by Zalathar Loading…
Allow static mut definitions with #[linkage] 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.
#125920 opened Jun 3, 2024 by bjorn3 Loading…
Remove stray "this" O-unix Operating system: Unix-like 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.
#125919 opened Jun 3, 2024 by tbu- Loading…
Revert: create const block bodies in typeck via query feeding 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.
#125918 opened Jun 3, 2024 by oli-obk Loading…
Create run-make env_var and env_var_os helpers S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#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-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-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.
#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…
ProTip! What’s not been updated in a month: updated:<2024-05-03.