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

remove more redundant into() conversions 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.
#135321 opened Jan 10, 2025 by matthiaskrgr Loading…
Fix typo in #[coroutine] gating error 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.
#135320 opened Jan 10, 2025 by camelid Loading…
Rollup of 8 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. T-libs Relevant to the library 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.
#135319 opened Jan 10, 2025 by matthiaskrgr Loading…
Fix deduplication mismatches in vtables leading to upcasting unsoundness 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.
#135318 opened Jan 10, 2025 by compiler-errors Loading…
Eagerly collect mono items for non-generic closures 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.
#135314 opened Jan 10, 2025 by compiler-errors Loading…
Eagerly mono drop for structs with lifetimes 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.
#135313 opened Jan 10, 2025 by compiler-errors Loading…
Always force non-trimming of path in unreachable_patterns lint 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.
#135310 opened Jan 9, 2025 by estebank Loading…
Make sure to walk into nested const blocks in RegionResolutionVisitor 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.
#135308 opened Jan 9, 2025 by compiler-errors Loading…
Cleanup opaque_type_cycle_error 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.
#135307 opened Jan 9, 2025 by yotamofek Loading…
Add tests cases from review of #132289 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.
#135304 opened Jan 9, 2025 by steffahn Loading…
for purely return-type based searches, deprioritize clone-like functions 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.
#135302 opened Jan 9, 2025 by lolbinarycat Loading…
re-add a warning for old master branch, but with much simpler logic 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)
#135301 opened Jan 9, 2025 by lolbinarycat Loading…
[EXPERIMENTAL] bootstrap: add structured tracing to ./x test tests/ui and ./x build compiler/rustc_codegen_gcc flows S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#135299 opened Jan 9, 2025 by jieyouxu Draft
interpret: adjust vtable validity check for higher-ranked types 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.
#135296 opened Jan 9, 2025 by lukas-code Loading…
Check empty SIMD vector in inline asm 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.
#135295 opened Jan 9, 2025 by eyraudh Loading…
Make bare-fn-no-impl-fn-ptr-99875 test less dependent on path width 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.
#135294 opened Jan 9, 2025 by ChrisDenton Loading…
bump rustc-perf submodule S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#135292 opened Jan 9, 2025 by lqd Draft
Encode constraints that hold at all points as logical edges in location-sensitive polonius 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.
#135290 opened Jan 9, 2025 by lqd Draft
it-self → itself, build-system → build system, type-alias → type alias 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#135285 opened Jan 9, 2025 by tbu- Loading…
centralize build stamp logic A-bootstrap-stamp Area: bootstrap stamp logic A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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)
#135281 opened Jan 9, 2025 by onur-ozkan Loading…
Exclude dependencies of std for diagnostics 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.
#135278 opened Jan 9, 2025 by tgross35 Loading…
Add Pin::as_deref_mut to 1.84 relnotes 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.
#135275 opened Jan 9, 2025 by coolreader18 Loading…
Add an InstSimplify for repetitive array expressions 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.
#135274 opened Jan 9, 2025 by saethlin Loading…
Remove special-casing for argument patterns in MIR typeck (attempt to fix perf regression of #133858) 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.
#135273 opened Jan 9, 2025 by dianne Loading…
[PERF] dont represent infer vars two different ways in hir visitors 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#135272 opened Jan 8, 2025 by BoxyUwU Draft
ProTip! Type g i on any issue or pull request to go back to the issue listing page.