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

Rollup of 9 pull requests A-tidy Area: The tidy tool O-unix Operating system: Unix-like 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-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.
#136041 opened Jan 25, 2025 by matthiaskrgr Loading…
Remove unused trait BoundedSize 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.
#136040 opened Jan 25, 2025 by mu001999 Loading…
docs: fix typo in std::pin overview 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.
#136039 opened Jan 25, 2025 by nvanbenschoten Loading…
Simplify and consolidate the way we handle construct OutlivesEnvironment for lexical region resolution A-rustc-dev-guide Area: rustc-dev-guide 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.
#136038 opened Jan 25, 2025 by compiler-errors Loading…
Mark all NuttX targets as tier 3 target and support the standard library 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.
#136037 opened Jan 25, 2025 by no1wudi Loading…
Rewrite docs for fetch_update for clarity 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.
#136036 opened Jan 25, 2025 by hkBst Draft
miri: optimize zeroed alloc 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.
#136035 opened Jan 25, 2025 by SpecificProtagonist Loading…
fix(bootstrap): deserialize null as f64::NAN S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#136034 opened Jan 25, 2025 by weihanglo Loading…
Account for mutable borrow in argument suggestion 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.
#136032 opened Jan 24, 2025 by estebank Loading…
Expand polonius MIR dump 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.
#136031 opened Jan 24, 2025 by lqd Loading…
Bootstrap: Don't move ownership of job object S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#136029 opened Jan 24, 2025 by ChrisDenton Loading…
Skip suggestions in derived code 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.
#136027 opened Jan 24, 2025 by estebank Loading…
Update rustc_codegen_gcc subtree has-merge-commits PR has merge commits, merge with caution. 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.
#136024 opened Jan 24, 2025 by GuillaumeGomez Loading…
Port ui/simd tests to use the intrinsic macro 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.
#136022 opened Jan 24, 2025 by vayunbiyani Draft
Add an unchecked_div alias to the Div<NonZero<_>> impls 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.
#136019 opened Jan 24, 2025 by scottmcm Loading…
Use short ty string for move errors 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.
#136018 opened Jan 24, 2025 by estebank Loading…
[beta] backports A-run-make Area: port run-make Makefiles to rmake.rs O-windows Operating system: Windows 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#136017 opened Jan 24, 2025 by cuviper Loading…
Improve check-cfg allow-same-level test 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.
#136016 opened Jan 24, 2025 by Urgau Loading…
Document powf and powi values that are always 1.0 S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#136012 opened Jan 24, 2025 by hkBst Loading…
Revert #135914: Remove usages of QueryNormalizer in the compiler 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.
#136011 opened Jan 24, 2025 by compiler-errors Loading…
bootstrap: Handle bootstrap lockfile race condition better S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#136009 opened Jan 24, 2025 by clubby789 Loading…
Start using pattern types in libcore S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#136006 opened Jan 24, 2025 by oli-obk Loading…
ports last few library files to new intrinsic style 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.
#136005 opened Jan 24, 2025 by BLANKatGITHUB Loading…
tests: Skip const OOM tests on aarch64-unknown-linux-gnu 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-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.
#136004 opened Jan 24, 2025 by mrkajetanp Loading…
Removed dependency on the field-offset crate. A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) A-tidy Area: The tidy tool 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-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.
#136003 opened Jan 24, 2025 by davidv1992 Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.