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

turn rustc_box into an 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.
#135046 opened Jan 2, 2025 by RalfJung Loading…
Improve infer (_) suggestions in consts and statics 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.
#135044 opened Jan 2, 2025 by compiler-errors Loading…
rustdoc: treat allowed_through_unstable_modules as deprecation 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.
#135043 opened Jan 2, 2025 by notriddle Loading…
taint fcx on selection errors during unsizing 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.
#135042 opened Jan 2, 2025 by lukas-code Loading…
Rollup of 5 pull requests A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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.
#135040 opened Jan 2, 2025 by matthiaskrgr Loading…
run-make-support: adjust assertion printing, add some basic sanity checks A-run-make Area: port run-make Makefiles to rmake.rs 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.
#135036 opened Jan 2, 2025 by jieyouxu Loading…
Fix formatting command 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)
#135035 opened Jan 2, 2025 by Noratrieb Loading…
Pass objcopy args for stripping on OSX A-run-make Area: port run-make Makefiles to rmake.rs beta-nominated Nominated for backporting to the compiler in the beta channel. 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.
#135034 opened Jan 2, 2025 by Noratrieb Loading…
try to dedup me in the mailmap A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#135033 opened Jan 2, 2025 by Eh2406 Loading…
triagebot: register relnotes-interest-group ping group A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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.
#135032 opened Jan 2, 2025 by jieyouxu Loading…
rustc_intrinsic: support functions without body 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.
#135031 opened Jan 2, 2025 by RalfJung Loading…
Target option to require explicit cpu 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.
#135030 opened Jan 2, 2025 by Flakebi Loading…
Update mailmap A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#135029 opened Jan 2, 2025 by weihanglo Loading…
Remove range-metadata amdgpu workaround 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.
#135027 opened Jan 2, 2025 by Flakebi Loading…
Cast global variables to default address space 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.
#135026 opened Jan 2, 2025 by Flakebi Loading…
Cast allocas to default address space 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.
#135025 opened Jan 2, 2025 by Flakebi Loading…
Add experimental Iterator::contains 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.
#135018 opened Jan 2, 2025 by leb-kuchen Loading…
Ping me for rustc-dev-guide subtree changes on this repo A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#135016 opened Jan 2, 2025 by jieyouxu Loading…
Partially stabilize LoongArch target features A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. O-loongarch Target: LoongArch (LA32R, LA32S, LA64) 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-lang Relevant to the language 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.
#135015 opened Jan 2, 2025 by heiher Loading…
Consider parent aliases of rigid nested projections for outlives bounds 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.
#135008 opened Jan 2, 2025 by compiler-errors Draft
Some type-outlives computation tweaks 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.
#135007 opened Jan 2, 2025 by compiler-errors Loading…
deprecate std::intrinsics::transmute etc, use std::mem::* instead I-libs-api-nominated Nominated for discussion during a libs-api 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#135003 opened Jan 1, 2025 by RalfJung Loading…
Allow using self-contained LLD in bootstrap 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)
#135001 opened Jan 1, 2025 by Kobzol Loading…
Add cygwin and msys2 targets. S-waiting-on-MCP Status: PR has a compiler MCP and is waiting for the compiler MCP to complete. 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.
#134999 opened Jan 1, 2025 by Berrysoft Loading…
Add UWP (msvc) target support page O-windows Operating system: Windows S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134996 opened Jan 1, 2025 by bdbai Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.