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
Assigned to nobody Loading
Sort

Pull requests list

Rollup of 3 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142826 opened Jun 21, 2025 by jdonszelmann Loading…
Port #[track_caller] to the new attribute system A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#142825 opened Jun 21, 2025 by jdonszelmann Loading…
Stabilize -Cmin-function-alignment A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#142824 opened Jun 21, 2025 by folkertdev Loading…
Port #[no_mangle] to new attribute parsing infrastructure A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#142823 opened Jun 21, 2025 by JonathanBrouwer Loading…
Compute jump threading opportunities in a single pass 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.
#142821 opened Jun 21, 2025 by cjgillot Loading…
Remove fewer Storage calls in GVN 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.
#142819 opened Jun 21, 2025 by ohadravid Loading…
Port #[used] to new attribute parsing infrastructure A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#142818 opened Jun 21, 2025 by JonathanBrouwer Loading…
Add caching layer to bootstrap T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#142816 opened Jun 21, 2025 by Shourya742 Draft
mbe: Inline functions in transcribe that are only called once 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.
#142815 opened Jun 21, 2025 by tgross35 Draft
Allow arbitrary build.description in 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.
#142811 opened Jun 20, 2025 by pvdrz Loading…
Do not ICE on generic const expr referencing missing ty param 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)
#142810 opened Jun 20, 2025 by estebank Loading…
Add PrintTAFn flag for targeted type analysis printing A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-rustc-dev-guide Area: rustc-dev-guide F-autodiff `#![feature(autodiff)]` 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.
#142809 opened Jun 20, 2025 by KMJ-007 Loading…
Rehome tests in tests/ui/ to accurate subdirectories T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142808 opened Jun 20, 2025 by Oneirical Draft
libtest: expose --fail-fast as an unstable command-line option A-libtest Area: `#[test]` / the `test` library S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. T-testing-devex Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#142807 opened Jun 20, 2025 by sourcefrog Loading…
Normalize before computing ConstArgHasType goal 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)
#142806 opened Jun 20, 2025 by compiler-errors Loading…
Emit a single error when importing a path with _ 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.
#142805 opened Jun 20, 2025 by estebank Loading…
Collapse Analysis|Borrowck|PostBorrowckAnalysis when there are no opaques 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.
#142802 opened Jun 20, 2025 by compiler-errors Loading…
integer docs: remove extraneous text 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.
#142800 opened Jun 20, 2025 by tshepang Loading…
rustc_session: Add a structure for keeping both explicit and default sysroots A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#142799 opened Jun 20, 2025 by petrochenkov Loading…
Don't fail to parse a struct if a semicolon is used to separate fields 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.
#142798 opened Jun 20, 2025 by camsteffen Loading…
Bump the version number to 1.90.0 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.
#142792 opened Jun 20, 2025 by cuviper Loading…
Make TypeId const comparable A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#142789 opened Jun 20, 2025 by oli-obk Loading…
feat(build): centralize LLVM_VERSION 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.
#142786 opened Jun 20, 2025 by reneleonhardt Loading…
Add codegen timing section 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.
#142784 opened Jun 20, 2025 by Kobzol Loading…
Port #[must_use] to new attribute parsing infrastructure A-attributes Area: Attributes (`#[…]`, `#![…]`) A-rustdoc-json Area: Rustdoc JSON backend 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.
#142780 opened Jun 20, 2025 by JonathanBrouwer Loading…
ProTip! Filter pull requests by the default branch with base:master.