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

Remove #[macro_use] extern crate rustc middle from numerous crates A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative
#124914 opened May 8, 2024 by nnethercote Loading…
Fix copy-paste error in #124067 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.
#124912 opened May 8, 2024 by riking Loading…
Handle field projections like slice indexing in invalid_reference_casting 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.
#124908 opened May 8, 2024 by saethlin Loading…
[perf] experiment, revert cost optimization in vec code 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#124907 opened May 8, 2024 by the8472 Draft
Allow optimizing u32::from::<char>. 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.
#124905 opened May 8, 2024 by reitermarkus Loading…
reachable computation: extend explanation of what this does, and why 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.
#124904 opened May 8, 2024 by RalfJung Loading…
Fix MemCategorization and ExprUse visitors for new solver (this time it's better) 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.
#124902 opened May 8, 2024 by compiler-errors Loading…
bootstrap: add comments for the automatic dry run 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)
#124899 opened May 8, 2024 by RalfJung Loading…
miri: rename intrinsic_fallback_checks_ub to intrinsic_fallback_is_spec 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.
#124896 opened May 8, 2024 by RalfJung Loading…
Disallow hidden references to mutable static 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.
#124895 opened May 8, 2024 by obeis Draft
Make a minimal amount of region APIs public 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.
#124893 opened May 8, 2024 by xldenis Loading…
Migrate run-make/rustdoc-output-path to rmake 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)
#124888 opened May 8, 2024 by GuillaumeGomez Loading…
Upgrade cmake to v0.1.50 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)
#124887 opened May 8, 2024 by jfgoog Loading…
chore: Bump compiler_builtins 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.
#124886 opened May 8, 2024 by Patryk27 Loading…
place explicit lifetime bound after generic param 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.
#124884 opened May 8, 2024 by bvanjoi Loading…
WIP: use key-value format in stage0 file 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.
#124883 opened May 8, 2024 by onur-ozkan Draft
Use ThreadId instead of TLS-address in ReentrantLock I-libs-api-nominated The issue / PR has been nominated for discussion during a libs-api team meeting. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#124881 opened May 8, 2024 by Sp00ph Loading…
Fix more ICEs in diagnostic::on_unimplemented beta-nominated Nominated for backporting to the compiler in the beta channel. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. stable-nominated Nominated for backporting to the compiler in the stable channel. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#124875 opened May 8, 2024 by compiler-errors Loading…
feature(float_mul_add_fast): expose llvm.fmuladd.* semantics 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#124874 opened May 8, 2024 by jedbrown Loading…
Don't ICE because recomputing overflow goals during find_best_leaf_obligation causes inference side-effects 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
#124871 opened May 8, 2024 by compiler-errors Loading…
Update Result docs to the new guarantees 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.
#124870 opened May 8, 2024 by Lokathor Loading…
from_str_radix: outline only the panic function 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.
#124863 opened May 7, 2024 by DaniPopes Loading…
Upgrade pre-built Clang used in MSVC and MacOS builds, move MSVC builds to Server 2022 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.
#124850 opened May 7, 2024 by dpaoliello Loading…
Document tests in the run-make directory (A to C) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#124847 opened May 7, 2024 by Oneirical Loading…
Use a proper probe for shadowing impl 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
#124844 opened May 7, 2024 by compiler-errors Loading…
ProTip! Adding no:label will show everything without a label.