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

resolve: Avoid clones of MacroData 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.
#118272 opened Nov 24, 2023 by petrochenkov Loading…
Separate NaN/Inf floats with _ 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.
#118271 opened Nov 24, 2023 by compiler-errors Loading…
Allow coercions from never-type when ref binding is involved 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.
#118270 opened Nov 24, 2023 by Aaron1011 Loading…
Unify TraitRefs and PolyTraitRefs in ValuePairs 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.
#118269 opened Nov 24, 2023 by compiler-errors Loading…
Pretty print Fn<(..., ...)> trait refs with parentheses (almost) always 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.
#118268 opened Nov 24, 2023 by compiler-errors Loading…
AmbiguityCause should not eagerly format strings 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.
#118267 opened Nov 24, 2023 by compiler-errors Loading…
Move stuff around on stable_mir and rustc_smir crate 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.
#118266 opened Nov 24, 2023 by celinval Loading…
remove the memcpy-on-equal-ptrs assumption 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.
#118265 opened Nov 24, 2023 by RalfJung Loading…
Optimize VecDeque::drain for (half-)open ranges 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.
#118264 opened Nov 24, 2023 by lukas-code Loading…
Implement {Rc, Arc}::new_cyclic_unsize 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.
#118263 opened Nov 24, 2023 by Seppel3210 Loading…
Relate Inherent Associated Types using eq 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.
#118262 opened Nov 24, 2023 by spastorino Loading…
Make PlaceholderReplacer shallow_resolver and recur when infer vars 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.
#118261 opened Nov 24, 2023 by spastorino Loading…
Move EagerResolution to rustc_infer::infer::resolve 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
#118259 opened Nov 24, 2023 by spastorino Loading…
Remove unused Internal 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.
#118258 opened Nov 24, 2023 by mu001999 Loading…
Make traits / trait methods detected by the dead code lint 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.
#118257 opened Nov 24, 2023 by mu001999 Loading…
rustc: hir().local_def_id_to_hir_id() -> tcx.local_def_id_to_hir_id() cleanup 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#118256 opened Nov 24, 2023 by petrochenkov Loading…
Request that rust-analyzer changes are sent upstream first if possible 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.
#118255 opened Nov 24, 2023 by dtolnay Loading…
Replace option.map(cond) == Some(true) with option.is_some_and(cond) 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) T-compiler Relevant to the compiler 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.
#118253 opened Nov 24, 2023 by dtolnay Loading…
made an error message more approachable in rust/library/core/src/str/mod.rs:116 has-merge-commits PR has merge commits, merge with caution. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.
#118252 opened Nov 24, 2023 by gorentbarak Loading…
rustdoc-search: avoid infinite where clause unbox 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.
#118251 opened Nov 24, 2023 by notriddle Loading…
rustc: Make def_kind mandatory for all DefIds 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.
#118250 opened Nov 24, 2023 by petrochenkov Loading…
Fix for TypeId exposes equality-by-subtyping vs normal-form-syntactic-equality unsoundness S-waiting-on-crater Status: Waiting on a crater run to be completed. 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
#118247 opened Nov 24, 2023 by spastorino Draft
Making User<T> and User<[T]> Send O-SGX Target: SGX 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.
#118241 opened Nov 24, 2023 by raoulstrackx Loading…
coverage: Collect HIR info during MIR building 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.
#118237 opened Nov 24, 2023 by Zalathar Loading…
Update mod comment 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.
#118236 opened Nov 24, 2023 by ksw2000 Loading…
ProTip! Updated in the last three days: updated:>2023-11-21.