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 7 pull requests A-testsuite Area: The testsuite used to check the correctness of rustc 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-infra Relevant to the infrastructure 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.
#136087 opened Jan 26, 2025 by jhpratt Loading…
Rollup of 7 pull requests O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ 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.
#136085 opened Jan 26, 2025 by jhpratt Loading…
Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc 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.
#136083 opened Jan 26, 2025 by bend-n Draft
Incorporate iter_nodes into graph::DirectedGraph 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.
#136082 opened Jan 26, 2025 by Zalathar Loading…
Rollup of 7 pull requests A-testsuite Area: The testsuite used to check the correctness of rustc O-unix Operating system: Unix-like rollup A PR which is a rollup 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) 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#136081 opened Jan 26, 2025 by matthiaskrgr Loading…
[Debuginfo] Use Reference DINode for references, delineate between mut/non-mut ref/ptr 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.
#136080 opened Jan 26, 2025 by Walnut356 Loading…
compiler_fence: fix example 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.
#136079 opened Jan 26, 2025 by RalfJung Loading…
Weekly cargo update S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#136077 opened Jan 26, 2025 by github-actions bot Loading…
Properly deeply normalize in the next solver 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.
#136074 opened Jan 25, 2025 by compiler-errors Draft
Always compute coroutine layout when checking for recursive opaques 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.
#136073 opened Jan 25, 2025 by compiler-errors Draft
add two old crash tests 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.
#136072 opened Jan 25, 2025 by cyrgani Loading…
[Clippy] Add vec_reserve & vecdeque_reserve diagnostic items 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.
#136071 opened Jan 25, 2025 by wowinter13 Loading…
Simplify slice indexing in next trait solver 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)
#136069 opened Jan 25, 2025 by yotamofek Loading…
crashes: more tests 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.
#136068 opened Jan 25, 2025 by matthiaskrgr Loading…
Pass spans to perform_locally_in_new_solver 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.
#136066 opened Jan 25, 2025 by compiler-errors Loading…
Add a suggestion to cast target_feature fn items to fn pointers. 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.
#136064 opened Jan 25, 2025 by veluca93 Loading…
Remove opt_item_ident 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.
#136061 opened Jan 25, 2025 by compiler-errors Loading…
Implement MIR const trait stability checks 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.
#136055 opened Jan 25, 2025 by fee1-dead Loading…
coverage: Defer part of counter-creation until codegen A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) 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.
#136053 opened Jan 25, 2025 by Zalathar Loading…
Correct comment for FreeBSD and DragonFly BSD in unix/thread O-unix Operating system: Unix-like 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.
#136052 opened Jan 25, 2025 by no1wudi Loading…
handle --release flag separately for tools 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)
#136048 opened Jan 25, 2025 by onur-ozkan 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…
Simplify and consolidate the way we handle construct OutlivesEnvironment for lexical region resolution A-rustc-dev-guide Area: rustc-dev-guide 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.
#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-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.
#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
ProTip! Filter pull requests by the default branch with base:master.