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

stabilize const_alloc_layout 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.
#134768 opened Dec 25, 2024 by RalfJung Loading…
Initial support for dynamically linked crates A-run-make Area: port run-make Makefiles to rmake.rs 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.
#134767 opened Dec 25, 2024 by Bryanskiy Draft
Improve default target options for x86_64-unknown-linux-none 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.
#134765 opened Dec 25, 2024 by Noratrieb Loading…
Delete cat-and-grep-sanity-check A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc S-blocked Status: Blocked on something else such as an RFC or other implementation work. 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.
#134762 opened Dec 25, 2024 by jieyouxu Draft
Migrate branch-protection-check-IBT to rmake.rs A-run-make Area: port run-make Makefiles to rmake.rs 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.
#134760 opened Dec 25, 2024 by jieyouxu Loading…
compiletest: Remove the -test suffix from normalize directives A-compiletest Area: The compiletest test 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-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.
#134759 opened Dec 25, 2024 by Zalathar Loading…
stabilize const_swap I-lang-easy-decision Issue: The decision needed by the team is conjectured to be easy; this does not imply nomination 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-lang Relevant to the language team, which will review and decide on the PR/issue.
#134757 opened Dec 25, 2024 by RalfJung Loading…
Implement use associated items of 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.
#134754 opened Dec 25, 2024 by frank-king Loading…
Don't ICE in coerce when autoderef fails to structurally normalize non-WF type in new 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#134746 opened Dec 25, 2024 by compiler-errors Loading…
Normalize each signature input/output in typeck_with_fallback with its own span 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.
#134745 opened Dec 25, 2024 by compiler-errors Loading…
Don't ice on bad transmute in typeck in new 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#134744 opened Dec 25, 2024 by compiler-errors Loading…
Use PostBorrowckAnalysis in check_coroutine_obligations 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.
#134742 opened Dec 25, 2024 by compiler-errors Loading…
Add amdgpu target A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. needs-mcp This change is large enough that it needs a major change proposal before starting work. 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.
#134740 opened Dec 25, 2024 by Flakebi Loading…
Implement default_overrides_default_fields 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.
#134737 opened Dec 24, 2024 by estebank Loading…
Unify conditional-const error reporting with non-const error reporting 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.
#134732 opened Dec 24, 2024 by compiler-errors Loading…
Optimize fs::write A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#134730 opened Dec 24, 2024 by ChrisDenton Loading…
Use scoped threads in std::sync::Barrier examples 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.
#134728 opened Dec 24, 2024 by deltragon Loading…
Add mips-zkm-zkvm-elf triple 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.
#134721 opened Dec 24, 2024 by eigmax Loading…
Display valid crate types in error message for --crate-type flag 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.
#134720 opened Dec 24, 2024 by malezjaa Loading…
lint / ImproperCTypes: better handling of indirections, take 2 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.
#134697 opened Dec 23, 2024 by niacdoial Loading…
Implement normalize_lexically 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.
#134696 opened Dec 23, 2024 by ChrisDenton Loading…
proc_macro: Use ToTokens trait in quote macro A-proc-macros Area: Procedural macros 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. WG-macros Working group: Macros
#134693 opened Dec 23, 2024 by SpriteOvO Loading…
Move some things to std::sync::poison and reexport them in std::sync 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.
#134692 opened Dec 23, 2024 by GrigorenkoPV Loading…
CI: Add LTO support to clang in dist-x86_64-linux 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.
#134690 opened Dec 23, 2024 by clubby789 Loading…
forbid defining opaque types with regions in closures 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.
#134688 opened Dec 23, 2024 by lcnr Draft
ProTip! What’s not been updated in a month: updated:<2024-11-25.