Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Always hide private fields in aliased type 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.
#124939 opened May 9, 2024 by Urgau Loading…
analyse visitor: build proof tree in probe 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
#124936 opened May 9, 2024 by lcnr Loading…
Rollup of 5 pull requests 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.
#124934 opened May 9, 2024 by matthiaskrgr Loading…
codegen: memmove/memset cannot be non-temporal 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.
#124932 opened May 9, 2024 by RalfJung Loading…
Make sure we consume a generic arg when checking mistyped turbofish 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.
#124930 opened May 9, 2024 by compiler-errors Loading…
Stabilize byte_slice_trim_ascii for &[u8]/&str 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.
#124928 opened May 9, 2024 by okaneco Loading…
opt-dist: use xz2 instead of xz crate S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#124927 opened May 9, 2024 by klensy Loading…
Make #![feature] suggestion MaybeIncorrect 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.
#124926 opened May 9, 2024 by Alexendoo Loading…
chore: remove repetitive words 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.
#124924 opened May 9, 2024 by goofylfg Loading…
interpret/miri: better errors on failing offset_from 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.
#124923 opened May 9, 2024 by RalfJung Loading…
offset_from: always allow pointers to point to the same address S-blocked Status: Marked as 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#124921 opened May 9, 2024 by RalfJung Draft
Add ErrorGuaranteed to Recovered::Yes and use it more. 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.
#124919 opened May 9, 2024 by nnethercote Loading…
Eliminate some FIXME(lcnr) comments 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.
#124918 opened May 9, 2024 by nnethercote Loading…
Check whether the next_node is else-less if in get_return_block 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.
#124917 opened May 9, 2024 by cardigan1008 Loading…
rustc_target cleanups 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.
#124915 opened May 9, 2024 by nnethercote Loading…
Remove #[macro_use] extern crate rustc middle from numerous crates A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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
#124914 opened May 8, 2024 by nnethercote Loading…
Fix copy-paste error in #124067 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.
#124912 opened May 8, 2024 by riking Loading…
Allow optimizing u32::from::<char>. 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.
#124905 opened May 8, 2024 by reitermarkus Loading…
reachable computation: extend explanation of what this does, and why 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.
#124904 opened May 8, 2024 by RalfJung Loading…
Fix MemCategorization and ExprUse visitors for new solver (this time it's better) 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.
#124902 opened May 8, 2024 by compiler-errors Loading…
bootstrap: add comments for the automatic dry run 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)
#124899 opened May 8, 2024 by RalfJung Loading…
miri: rename intrinsic_fallback_checks_ub to intrinsic_fallback_is_spec 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.
#124896 opened May 8, 2024 by RalfJung Loading…
Disallow hidden references to mutable static 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.
#124895 opened May 8, 2024 by obeis Draft
Make a minimal amount of region APIs public 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.
#124893 opened May 8, 2024 by xldenis Loading…
Migrate run-make/rustdoc-output-path to rmake 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)
#124888 opened May 8, 2024 by GuillaumeGomez Loading…
ProTip! no:milestone will show everything without a milestone.