- Notifications
You must be signed in to change notification settings - Fork 13.9k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
GCI: Imply outlives-bounds on free (generic) const items A-rustc-dev-guide Area: rustc-dev-guide F-generic_const_items `#![feature(generic_const_items)]` rla-silenced Silences rust-log-analyzer postings to the PR it's added on. 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.
[perf] Fast path for coercions of TY == TY T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142973 opened Jun 24, 2025 by compiler-errors • Draft updated Jul 9, 2025
[WIP] Use weak aliases for the allocator shim A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
compiler: Use -T instead of --script for linker scripts 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.
#142445 opened Jun 13, 2025 by workingjubilee Loading… updated Jul 9, 2025
rustdoc_json: Intern filenames A-rustdoc-json Area: Rustdoc JSON backend S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#142945 opened Jun 24, 2025 by nnethercote Loading… updated Jul 9, 2025
[PERF] Rework unsizing coercions in new solver 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#141926 opened Jun 2, 2025 by compiler-errors • Draft updated Jul 9, 2025
Expand free alias types when computing implied outlives-bounds F-lazy_type_alias `#![feature(lazy_type_alias)]` S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-types Relevant to the types team, which will review and decide on the PR/issue.
Make many 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.
MacResult methods unreachable. S-waiting-on-author #142061 opened Jun 5, 2025 by nnethercote Loading… updated Jul 9, 2025
rustdoc-json-types: Intern Types to deduplicate and flatten A-run-make #142327 opened Jun 11, 2025 by fluiderson Loading… updated Jul 30, 2025
Stabilize Status: Blocked on something else such as an RFC or other implementation work. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team
feature(more_qualified_paths) S-blocked #141922 opened Jun 2, 2025 by WaffleLapkin Loading… updated Jul 9, 2025
wf: emit projection goal for aliases perf-regression Performance regression. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-fcp Status: PR is in FCP and is awaiting for FCP to complete. T-types Relevant to the types team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#140558 opened May 1, 2025 by lcnr Loading… updated Jul 9, 2025
change unsatisfiable trivial bounds detection needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. 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.
#140313 opened Apr 25, 2025 by lcnr Loading… updated Jul 9, 2025
Group dep nodes by chunks with sequential indices and only store the first index at the start of the chunk A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) perf-regression Performance regression. 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.
WIP: Add PGO for apple darwin targets 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
Explore adding a reproducibility test to rust test infrastructure. 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.
#139793 opened Apr 14, 2025 by biabbas Loading… updated Jul 9, 2025
Extend minicore with intrinsics and use it to replace #[rustc_intrinsic] in tests A-rustdoc-json Area: Rustdoc JSON backend A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` 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.
Use mimalloc as the global allocator on Area: The testsuite used to check the correctness of rustc A-tidy Area: The tidy tool 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. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
x86_64-pc-windows-msvc A-testsuite Move coercion hack from 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.
coerce_unsized to check_cast S-waiting-on-author #138542 opened Mar 15, 2025 by compiler-errors Loading… updated Jul 9, 2025
Attempt to use the high part of the 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-libs Relevant to the library team, which will review and decide on the PR/issue.
size_hint in collect (again) S-waiting-on-author #137908 opened Mar 3, 2025 by scottmcm Loading… updated Jul 9, 2025
Use multiple returns in MIR if it saves a block; still have only one in LLVM 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.
[perf experiment] Split the resolver tables into per-owner tables perf-regression Performance regression. 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.
Try use Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-perf Status: Waiting on a perf run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
tcx.ensure_ok for some predicates_of queries. S-waiting-on-author #139256 opened Apr 2, 2025 by zetanumbers • Draft updated Jul 9, 2025
impl Default for RepeatN needs-fcp #139690 opened Apr 11, 2025 by cuviper Loading… updated Jul 9, 2025
Add new rustdoc 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.
broken_footnote lint S-waiting-on-review #137803 opened Feb 28, 2025 by GuillaumeGomez Loading… updated Jul 9, 2025
rustdoc: add unstable option Area: Rustdoc UI (generated HTML) 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
--crate-list-heading to customize the sidebar crate list. A-rustdoc-ui #138143 opened Mar 7, 2025 by kpreid Loading… updated Jul 9, 2025
Previous Next
ProTip! What’s not been updated in a month: updated:<2025-10-03.