Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Rollup of 5 pull requests O-wasi Operating system: Wasi, Webassembly System Interface 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.
#131078 opened Sep 30, 2024 by tgross35 Loading…
Enable debug assertions on alt builds 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.
#131077 opened Sep 30, 2024 by lqd Loading…
rustdoc: rewrite stability inheritance as a doc pass 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.
#131076 opened Sep 30, 2024 by lukas-code Loading…
bootstrap: Add support for ./x setup [vim|emacs|helix] 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)
#131075 opened Sep 30, 2024 by mrkajetanp Loading…
Win: Use POSIX rename semantics for std::fs::rename if available O-windows Operating system: Windows 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.
#131072 opened Sep 30, 2024 by Fulgen301 Loading…
Unpin cc and upgrade to the latest version 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.
#131070 opened Sep 30, 2024 by tgross35 Loading…
interpret: Immediate::offset: use shared sanity-check function to ensure invariant 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.
#131068 opened Sep 30, 2024 by RalfJung Loading…
Fix std_detect links 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)
#131067 opened Sep 30, 2024 by ismailarilik Loading…
Add the Chinese translation entry to the RustByExample build process 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)
#131066 opened Sep 30, 2024 by Binlogo Loading…
Port sort-research-rs test suite to Rust stdlib tests 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.
#131065 opened Sep 30, 2024 by Voultapher Loading…
Validate args are correct for UnevaluatedConst, ExistentialTraitRef/ExistentialProjection PG-exploit-mitigations Project group: Exploit mitigations S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131049 opened Sep 30, 2024 by compiler-errors Loading…
Retire the unnamed_fields feature for now F-unnamed_fields `#![feature(unnamed_fields)]` I-lang-nominated Nominated for discussion during a lang team meeting. 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.
#131045 opened Sep 30, 2024 by compiler-errors Loading…
Refactor change detection for rustdoc and download-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)
#131043 opened Sep 29, 2024 by liwagu Loading…
Instantiate binders in supertrait_vtable_slot 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.
#131042 opened Sep 29, 2024 by compiler-errors Loading…
Move versioned Apple LLVM targets from rustc_target to rustc_codegen_ssa O-apple Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS) 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.
#131037 opened Sep 29, 2024 by madsmtm Loading…
Implement RFC3695 Allow boolean literals as cfg predicates 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.
#131034 opened Sep 29, 2024 by Urgau Loading…
Precise capturing in traits 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.
#131033 opened Sep 29, 2024 by compiler-errors Loading…
Don't give method suggestions when method probe fails due to bad implementation of Deref 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.
#131024 opened Sep 29, 2024 by compiler-errors Loading…
Apple: Do not specify an SDK version in rlib object files A-run-make Area: port run-make Makefiles to rmake.rs O-apple Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS) 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.
#131016 opened Sep 29, 2024 by madsmtm Loading…
interpret: always enable write_immediate sanity checks 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.
#131006 opened Sep 29, 2024 by RalfJung Loading…
Fixes issue 129966. Edits parsing to accomodate helpful message in format. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131004 opened Sep 29, 2024 by deniskilseev Loading…
add clarity for custom path installation 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)
#131001 opened Sep 29, 2024 by iyernaveenr Loading…
Implement file_lock feature O-hermit Operating System: Hermit O-solid Operating System: SOLID O-unix Operating system: Unix-like O-wasi Operating system: Wasi, Webassembly System Interface O-windows Operating system: Windows 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.
#130999 opened Sep 28, 2024 by cberner Loading…
avoid phi node for pointers flowing into Vec appends perf-regression Performance regression. S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#130998 opened Sep 28, 2024 by the8472 Draft
Vectorized SliceContains 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.
#130991 opened Sep 28, 2024 by LaihoE Loading…
ProTip! Follow long discussions with comments:>50.