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

Exclude dependencies of std for diagnostics 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.
#135278 opened Jan 9, 2025 by tgross35 Loading…
Rollup of 6 pull requests A-testsuite Area: The testsuite used to check the correctness of rustc 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#135277 opened Jan 9, 2025 by matthiaskrgr Loading…
Add Pin::as_deref_mut to 1.84 relnotes S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#135275 opened Jan 9, 2025 by coolreader18 Loading…
Add an InstSimplify for repetitive array expressions 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.
#135274 opened Jan 9, 2025 by saethlin Draft
Remove special-casing for argument patterns in MIR typeck (attempt to fix perf regression of #133858) 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.
#135273 opened Jan 9, 2025 by dianne Loading…
[PERF] dont represent infer vars two different ways in hir visitors 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#135272 opened Jan 8, 2025 by BoxyUwU Draft
Remove some unnecessary .into() calls 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#135269 opened Jan 8, 2025 by estebank Loading…
Master bootstrap update 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. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#135268 opened Jan 8, 2025 by pietroalbini Loading…
Remove emsdk version update from 1.84.0 relnotes S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#135266 opened Jan 8, 2025 by kadiwa4 Loading…
Display of integers without unsafe pointer 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.
#135265 opened Jan 8, 2025 by pascaldekloe Loading…
Consider more erroneous layouts as LayoutError::ReferencesError to suppress spurious errors 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.
#135264 opened Jan 8, 2025 by compiler-errors Loading…
Revert 133858 due to perf 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.
#135263 opened Jan 8, 2025 by lqd Loading…
ci: Move dist-aarch64-linux to an aarch64 runner 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.
#135262 opened Jan 8, 2025 by mrkajetanp Loading…
Account for identity substituted items in symbol mangling 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.
#135261 opened Jan 8, 2025 by compiler-errors Loading…
Use llvm.memset.p0i8.* to initialize all same-bytes arrays 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.
#135258 opened Jan 8, 2025 by oli-obk Loading…
Move mod cargo below the import statements 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)
#135256 opened Jan 8, 2025 by onur-ozkan Loading…
wix: allow to skip more components 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)
#135255 opened Jan 8, 2025 by klensy Loading…
Only treat plain literal patterns as short S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#135251 opened Jan 8, 2025 by oli-obk Loading…
Fix overflows in the implementation of overflowing_literals lint's help 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.
#135249 opened Jan 8, 2025 by s-cerevisiae Loading…
Add a list of symbols for stable standard library crates 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.
#135247 opened Jan 8, 2025 by tgross35 Loading…
rustc_feature: Avoid unsafe std::env::set_var() in UnstableFeatures tests 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.
#135245 opened Jan 8, 2025 by Enselic Loading…
add missing provenance APIs on NonNull 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.
#135242 opened Jan 8, 2025 by RalfJung Loading…
Add unstable option to nul-terminate location strings I-needs-decision Issue: In need of a decision. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135240 opened Jan 8, 2025 by Darksonn Loading…
Match Ergonomics 2024: document and reorganize the currently-implemented feature gates 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.
#135237 opened Jan 8, 2025 by dianne Loading…
Update a bunch of library types for MCP807 O-solid Operating System: SOLID O-unix Operating system: Unix-like O-windows Operating system: Windows 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.
#135236 opened Jan 8, 2025 by scottmcm Draft
ProTip! Updated in the last three days: updated:>2025-01-05.