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

Add parallel front end issues to ui tests 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. WG-compiler-parallel Working group: Parallelizing the compiler WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#132051 opened Oct 23, 2024 by SparrowLii Loading…
AIX: use /dev/urandom for random implementation 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.
#132048 opened Oct 23, 2024 by mustartt Loading…
Robustify and genericize return-type-notation resolution in resolve_bound_vars 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.
#132047 opened Oct 23, 2024 by compiler-errors Loading…
'improve' type traversal 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#132046 opened Oct 23, 2024 by lcnr Draft
[WIP] Spiking on asm! + pointer as const 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.
#132045 opened Oct 22, 2024 by dingxiangfei2009 Draft
do not implement Relate for "boring" types 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.
#132044 opened Oct 22, 2024 by lcnr Loading…
Simplify param handling in resolve_bound_vars 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.
#132043 opened Oct 22, 2024 by compiler-errors Loading…
Rollup of 4 pull requests A-run-make Area: port run-make Makefiles to rmake.rs rollup A PR which is a rollup 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-release Relevant to the release subteam, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#132042 opened Oct 22, 2024 by matthiaskrgr Loading…
relnotes: fix stabilizations of assume_init S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#132040 opened Oct 22, 2024 by cuviper Loading…
Specialize read_exact and read_buf_exact for VecDeque 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.
#132039 opened Oct 22, 2024 by a1phyr Loading…
Add lint rule for #[deprecated] on re-exports 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.
#132038 opened Oct 22, 2024 by kailan Loading…
Add a test case for #131164 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.
#132036 opened Oct 22, 2024 by DianQK Loading…
Optimize Rc<T>::default 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.
#132031 opened Oct 22, 2024 by slanterns Loading…
nightly feature tracking: get rid of the per-feature bool fields A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#132027 opened Oct 22, 2024 by RalfJung Loading…
analyse: remove unused uncanonicalized field 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#132026 opened Oct 22, 2024 by lcnr Loading…
fix suggestion for diagnostic error E0027 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.
#132025 opened Oct 22, 2024 by duncpro Draft
Document PartialEq impl for OnceLock 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.
#132019 opened Oct 22, 2024 by daboross Loading…
Introduce RefCell::{try_replace, try_replace_with, try_swap} needs-acp This change is blocked on the author creating an ACP. 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.
#132011 opened Oct 21, 2024 by daboross Loading…
ci: Enable full debuginfo-level=2 in DEPLOY_ALT A-testsuite Area: The testsuite used to check the correctness of rustc S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#132010 opened Oct 21, 2024 by cuviper Draft
Update books S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#132007 opened Oct 21, 2024 by rustbot Loading…
abi/compatibility: also test Option-like types A-ABI Area: Concerning the application binary interface (ABI) 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.
#132002 opened Oct 21, 2024 by RalfJung Loading…
Add core::ops::Bound::from_opt API 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.
#131998 opened Oct 21, 2024 by krtab Loading…
Represent trait constness as a distinct predicate 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. T-libs Relevant to the library 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#131985 opened Oct 20, 2024 by compiler-errors Loading…
Stabilize if_let_rescope A-edition-2024 Area: The 2024 edition 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.
#131984 opened Oct 20, 2024 by dingxiangfei2009 Loading…
Stabilize shorter-tail-lifetimes A-edition-2024 Area: The 2024 edition 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.
#131983 opened Oct 20, 2024 by dingxiangfei2009 Loading…
ProTip! no:milestone will show everything without a milestone.