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

Don't record trait aliases as marker traits 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.
#128174 opened Jul 25, 2024 by compiler-errors Loading…
Remove crashes for misuses of intrinsics S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#128173 opened Jul 25, 2024 by compiler-errors Loading…
Don't ICE if HIR and middle types disagree in borrowck error reporting 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.
#128172 opened Jul 25, 2024 by compiler-errors Loading…
Make sure that args are compatible in resolve_associated_item 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.
#128171 opened Jul 25, 2024 by compiler-errors Loading…
Make Clone::clone a lang item 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.
#128170 opened Jul 25, 2024 by saethlin Loading…
Improved checked_isqrt and isqrt methods 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.
#128166 opened Jul 25, 2024 by ChaiTRex Loading…
Let InstCombine remove Clone shims inside Clone shims PG-exploit-mitigations Project group: Exploit mitigations 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.
#128165 opened Jul 25, 2024 by saethlin Loading…
Cleanup sys module to match house style O-windows Operating system: Windows 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.
#128162 opened Jul 24, 2024 by ChrisDenton Loading…
nested aux-build in tests/rustdoc/ tests A-testsuite Area: The testsuite used to check the correctness of rustc 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. 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#128161 opened Jul 24, 2024 by EtomicBomb Loading…
Suggest using matches or adding == on x == a || b || c 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.
#128159 opened Jul 24, 2024 by compiler-errors Loading…
std: unsafe-wrap personality::gcc 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.
#128158 opened Jul 24, 2024 by workingjubilee Loading…
deduplicate and clarify rules for converting pointers to references 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.
#128157 opened Jul 24, 2024 by lolbinarycat Loading…
Return an empty list when item is not present in the attributes table 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.
#128154 opened Jul 24, 2024 by momvart Loading…
Stop using MoveDataParamEnv for places that don't need a param-env 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.
#128153 opened Jul 24, 2024 by compiler-errors Loading…
Structured suggestion for extern crate foo when foo isn't resolved in import 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.
#128151 opened Jul 24, 2024 by estebank Loading…
Stop using unsized_const_parameters in core/std 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.
#128150 opened Jul 24, 2024 by BoxyUwU Loading…
nontemporal_store: make sure that the intrinsic is truly just a hint 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.
#128149 opened Jul 24, 2024 by RalfJung Loading…
migrate fmt-write-bloat to rmake A-run-make Area: port run-make Makefiles to rmake.rs 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)
#128147 opened Jul 24, 2024 by lolbinarycat Loading…
Set branch protection function 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.
#128141 opened Jul 24, 2024 by nikic Loading…
#[naked]: use an allowlist for allowed options on asm! in naked functions 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.
#128138 opened Jul 24, 2024 by folkertdev Loading…
CStr: derive PartialEq, Eq; add test for Ord 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.
#128137 opened Jul 24, 2024 by GrigorenkoPV Loading…
std: move allocators to sys O-hermit Operating System: Hermit O-SGX Target: SGX O-solid Operating System: SOLID O-unix Operating system: Unix-like O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ O-windows Operating system: Windows 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.
#128134 opened Jul 24, 2024 by joboet Loading…
Reject blanket object impls that are possibly incoherent wrt associated types 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.
#128126 opened Jul 24, 2024 by compiler-errors Draft
Don't add inlinehint to big closures 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.
#128118 opened Jul 23, 2024 by saethlin Draft
refactor search graph even more! 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
#128115 opened Jul 23, 2024 by lcnr Loading…
ProTip! Filter pull requests by the default branch with base:master.