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

defrost RUST_MIN_STACK=ice rustc hello.rs 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.
#125302 opened May 20, 2024 by workingjubilee Loading…
fix suggestion in E0373 for !Unpin coroutines 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.
#125301 opened May 20, 2024 by jwong101 Loading…
rustdoc: Don't strip items with inherited visibility in AliasedNonLocalStripper 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.
#125300 opened May 20, 2024 by compiler-errors Loading…
Add codegen test for array comparision opt S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#125298 opened May 19, 2024 by tesuji Loading…
Fix unexpected_cfgs lint on std 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.
#125296 opened May 19, 2024 by tesuji Loading…
Place tail expression behind terminating scope 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.
#125293 opened May 19, 2024 by dingxiangfei2009 Loading…
Implement lint for obligations broken by never type fallback change 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.
#125289 opened May 19, 2024 by WaffleLapkin Loading…
Update to LLVM 18.1.6 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#125288 opened May 19, 2024 by nikic Loading…
Error for RPIT if they are not defined during MIR borrowck 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.
#125285 opened May 19, 2024 by spastorino Loading…
Uplift RegionVid, TermKind to rustc_type_ir, and EagerResolver to rustc_next_trait_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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative
#125284 opened May 19, 2024 by compiler-errors Loading…
Use a single static for all default slice Arcs. 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.
#125283 opened May 19, 2024 by zachs18 Loading…
Never type unsafe lint improvements 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.
#125282 opened May 19, 2024 by WaffleLapkin Loading…
Fix parsing of erroneously placed semicolons 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.
#125276 opened May 19, 2024 by dev-ardi Loading…
bootstrap: implement new feature bootstrap-self-test 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)
#125273 opened May 19, 2024 by onur-ozkan Loading…
use posix_memalign on almost all Unix targets O-unix Operating system: Unix-like 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.
#125271 opened May 19, 2024 by RalfJung Loading…
compiler: add simd_ctpop intrinsic 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.
#125266 opened May 19, 2024 by workingjubilee Loading…
rust-lld: fallback to the default linker if there's no path to the linker in the sysroot 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.
#125263 opened May 18, 2024 by lqd Loading…
Allow printing TraitRef and TraitPredicate with Infcx information 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.
#125262 opened May 18, 2024 by BoxyUwU Loading…
An async closure may implement FnMut/Fn if it has no self-borrows 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
#125259 opened May 18, 2024 by compiler-errors Loading…
Resolve elided lifetimes in assoc const to static if no other lifetimes are in scope 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.
#125258 opened May 18, 2024 by compiler-errors Draft
Move tests A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.
#125256 opened May 18, 2024 by c410-f3r Loading…
Make EvalCtxt generic over InferCtxtLike 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
#125255 opened May 18, 2024 by compiler-errors Loading…
Add FRAC_1_SQRT_2PI constant to f16/f32/f64/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.
#125253 opened May 18, 2024 by sunsided Loading…
Add rust_analyzer as a predefined tool 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.
#125241 opened May 18, 2024 by Veykril Loading…
Fix unnamed lifetime spans 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.
#125234 opened May 17, 2024 by bovinebuddha Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.