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

Add field@ and variant@ doc-link disambiguators 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.
#130587 opened Sep 19, 2024 by coolreader18 Loading…
Test fixing raw-dylib 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.
#130586 opened Sep 19, 2024 by dpaoliello Draft
Add tidy check for rustdoc templates to ensure the whitespace characters are all stripped 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)
#130585 opened Sep 19, 2024 by GuillaumeGomez Loading…
rustdoc: use the correct span for doctests S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#130582 opened Sep 19, 2024 by notriddle Loading…
[NonNull] Document behavior of From<&[mut] T> wrt provenance 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.
#130571 opened Sep 19, 2024 by joshlf Loading…
[beta] backports 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.
#130569 opened Sep 19, 2024 by cuviper Loading…
Make some float methods unstable const fn 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#130568 opened Sep 19, 2024 by eduardosm Loading…
Register tool docs for compiletest A-compiletest Area: the compiletest test runner 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)
#130567 opened Sep 19, 2024 by jieyouxu Loading…
Break up compiletest runtest.rs into smaller helper modules A-compiletest Area: the compiletest test runner 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.
#130566 opened Sep 19, 2024 by jieyouxu Loading…
[perf] skip normalizing param env if it is already normalized S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. 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.
#130561 opened Sep 19, 2024 by lukas-code Loading…
Initial support for riscv32{e|em|emc}_unknown_none_elf O-riscv Target: RISC-V architecture 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.
#130555 opened Sep 19, 2024 by hegza Loading…
Support 128-bit atomics on x86_64-fortanix-unknown-sgx A-atomic Area: atomics, barriers, and sync primitives O-SGX Target: SGX 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.
#130552 opened Sep 19, 2024 by taiki-e Loading…
Fix break_last_token. 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.
#130551 opened Sep 19, 2024 by nnethercote Loading…
Add riscv vxworks targets 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.
#130549 opened Sep 19, 2024 by biabbas Draft
Create Atomic<T> type alias O-hermit Operating System: Hermit O-itron Operating System: ITRON O-SGX Target: SGX O-unix Operating system: Unix-like O-wasm Target: WASM (WebAssembly), http://webassembly.org/ O-windows Operating system: Windows 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.
#130543 opened Sep 19, 2024 by CAD97 Loading…
Add a Lint for Pointer to Integer Transmutes in Consts 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-lang Relevant to the language team, which will review and decide on the PR/issue.
#130540 opened Sep 19, 2024 by veera-sivarajan Loading…
Stabilize const {slice,array}::from_mut I-libs-api-nominated Nominated for discussion during a libs-api team meeting. needs-fcp This change is insta-stable, so needs a completed FCP to proceed. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#130538 opened Sep 19, 2024 by ultrabear Loading…
rustdoc: add doc comment to DocVisitor S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#130537 opened Sep 18, 2024 by lolbinarycat Loading…
bootstrap: Set the dylib path when building books with rustdoc beta-nominated Nominated for backporting to the compiler in the beta channel. 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)
#130536 opened Sep 18, 2024 by cuviper Loading…
Begin experimental support for pin reborrowing F-pin_ergonomics `#![feature(pin_ergonomics)]` 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#130526 opened Sep 18, 2024 by eholk Loading…
Stabilize the map/value methods on ControlFlow I-libs-api-nominated Nominated for discussion during a libs-api team meeting. needs-fcp This change is insta-stable, so needs a completed FCP to proceed. S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#130518 opened Sep 18, 2024 by scottmcm Loading…
Add the library workspace to the suggested rust-analyzer config 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)
#130517 opened Sep 18, 2024 by bjorn3 Loading…
Initial implementation of unsafe binder types A-rustdoc-json Area: Rustdoc JSON backend PG-exploit-mitigations Project group: Exploit mitigations 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative
#130514 opened Sep 18, 2024 by compiler-errors Draft
Get rid of niche selection's dependence on fields's order 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.
#130508 opened Sep 18, 2024 by adwinwhite Loading…
rustc_codegen_llvm cleanups 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.
#130506 opened Sep 18, 2024 by nnethercote Loading…
ProTip! Filter pull requests by the default branch with base:master.