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

Rollup of 5 pull requests 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative
#125203 opened May 17, 2024 by matthiaskrgr Loading…
Clippy subtree update S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#125202 opened May 17, 2024 by flip1995 Loading…
Report better WF obligation leaf obligations in new solver 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
#125191 opened May 17, 2024 by compiler-errors Loading…
Add powi fo f16 and f128 F-f16_and_f128 `#![feature(f16_and_f128)]` 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.
#125188 opened May 16, 2024 by tgross35 Loading…
Remove duplicate word from addr docs 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.
#125186 opened May 16, 2024 by Colepng Loading…
Fix ICE in non-operand aggregate_raw_ptr intrinsic codegen 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.
#125184 opened May 16, 2024 by scottmcm Loading…
std: make ExitCode Eq 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.
#125182 opened May 16, 2024 by djc Loading…
set rust.channel properly in source tarballs 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)
#125181 opened May 16, 2024 by onur-ozkan Loading…
Improve error message: missing ; in macro_rules 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.
#125180 opened May 16, 2024 by mu001999 Loading…
Migrate run-make/rustdoc-with-out-dir-option to new rmake.rs 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)
#125178 opened May 16, 2024 by GuillaumeGomez Loading…
remove git-commit-hash file from the source tarballs 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)
#125176 opened May 16, 2024 by onur-ozkan Loading…
Print token::Interpolated with token stream pretty printing. 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.
#125174 opened May 16, 2024 by nnethercote Loading…
Remove Rvalue::CheckedBinaryOp 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.
#125173 opened May 16, 2024 by scottmcm Draft
Rename flatten(_mut)as_flattened(_mut) 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.
#125171 opened May 16, 2024 by scottmcm Loading…
Match ergonomics 2024: align implementation with RFC A-edition-2024 Area: The 2024 edition A-patterns Relating to patterns and pattern matching 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.
#125168 opened May 15, 2024 by Jules-Bertholet Loading…
search graph: cache provisional results between fixpoint iterations 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative
#125167 opened May 15, 2024 by lcnr Loading…
refactor: add rustc-perf submodule to src/tools 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#125166 opened May 15, 2024 by lovesegfault Loading…
Migrate run-make/pgo-branch-weights 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)
#125165 opened May 15, 2024 by Oneirical Draft
2 of 4 tasks
[perf experiment] Create a separate query for required and mentioned items 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.
#125162 opened May 15, 2024 by tmiasko Draft
hir pretty: fix block indent 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.
#125158 opened May 15, 2024 by Nilstrieb Loading…
Expand for_loops_over_fallibles lint to lint on fallibles behind references. A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. A-testsuite Area: The testsuite used to check the correctness of rustc L-for_loops_over_fallibles Lint: for_loops_over_fallibles 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.
#125156 opened May 15, 2024 by zachs18 Loading…
to_opt_poly_X_pred -> as_X_clause 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
#125153 opened May 15, 2024 by compiler-errors Loading…
[Crater run experiment] let-chain rescoping S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125151 opened May 15, 2024 by dingxiangfei2009 Loading…
codegen: tweak/extend shift comments 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.
#125148 opened May 15, 2024 by RalfJung Loading…
CI: fix toolstate publishing 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.
#125145 opened May 15, 2024 by Kobzol Loading…
ProTip! no:milestone will show everything without a milestone.