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

Move cmp_in_dominator_order out of graph dominator computation A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#132022 opened Oct 22, 2024 by Zalathar Loading…
nuttx.md: typo S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#132021 opened Oct 22, 2024 by tshepang Loading…
Rollup of 6 pull requests A-ABI Area: Concerning the application binary interface (ABI) A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-testsuite Area: The testsuite used to check the correctness of rustc O-riscv Target: RISC-V architecture O-x86_32 Target: x86 processors, 32 bit (like i686-*) 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.
#132020 opened Oct 22, 2024 by workingjubilee Loading…
Document PartialEq impl for OnceLock 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.
#132019 opened Oct 22, 2024 by daboross Loading…
Update triagebot.toml A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#132017 opened Oct 22, 2024 by celinval Loading…
Move const trait tests from ui/rfcs/rfc-2632-const-trait-impl to ui/traits/const-traits A-testsuite Area: The testsuite used to check the correctness of rustc 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.
#132015 opened Oct 22, 2024 by compiler-errors Loading…
Introduce RefCell::{try_replace, try_replace_with, try_swap} 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.
#132011 opened Oct 21, 2024 by daboross Loading…
ci: Enable full debuginfo-level=2 in DEPLOY_ALT A-testsuite Area: The testsuite used to check the correctness of rustc S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#132010 opened Oct 21, 2024 by cuviper Draft
Update books S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#132007 opened Oct 21, 2024 by rustbot Loading…
don't stage-off to previous compiler when CI rustc is available 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)
#132006 opened Oct 21, 2024 by onur-ozkan Loading…
abi/compatibility: also test Option-like types A-ABI Area: Concerning the application binary interface (ABI) 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.
#132002 opened Oct 21, 2024 by RalfJung Loading…
Add core::ops::Bound::from_opt API 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.
#131998 opened Oct 21, 2024 by krtab Loading…
Represent trait constness as a distinct predicate 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. 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#131985 opened Oct 20, 2024 by compiler-errors Loading…
Stabilize if_let_rescope A-edition-2024 Area: The 2024 edition 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.
#131984 opened Oct 20, 2024 by dingxiangfei2009 Loading…
Stabilize shorter-tail-lifetimes A-edition-2024 Area: The 2024 edition 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.
#131983 opened Oct 20, 2024 by dingxiangfei2009 Loading…
Represent hir::TraitBoundModifiers as distinct parts in HIR 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.
#131982 opened Oct 20, 2024 by compiler-errors Loading…
Minor tweaks to compare_impl_item.rs 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)
#131979 opened Oct 20, 2024 by compiler-errors Loading…
rustdoc: prefer showing enum variants as written A-rustdoc-ui Area: Rustdoc UI (generated HTML) 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#131975 opened Oct 20, 2024 by lolbinarycat Loading…
Allow #[link(kind = "dylib")] without a name 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131966 opened Oct 20, 2024 by ChrisDenton Draft
coverage: Pass coverage mappings to LLVM as separate structs 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.
#131956 opened Oct 20, 2024 by Zalathar Loading…
Set signext or zeroext for integer arguments on RISC-V and LoongArch64 A-ABI Area: Concerning the application binary interface (ABI) O-loongarch Target: LoongArch (LA32R, LA32S, LA64) O-riscv Target: RISC-V architecture PG-exploit-mitigations Project group: Exploit mitigations 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.
#131955 opened Oct 20, 2024 by SpriteOvO Loading…
shave 150ms off bootstrap 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)
#131954 opened Oct 20, 2024 by the8472 Loading…
rustdoc: hash assets at rustdoc build time 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.
#131951 opened Oct 19, 2024 by notriddle Loading…
Don't allow test revisions that conflict with built in cfgs A-compiletest Area: The compiletest test runner 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131930 opened Oct 19, 2024 by clubby789 Loading…
better default capacity for str::replace perf-regression Performance regression. 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.
#131929 opened Oct 19, 2024 by LaihoE Loading…
ProTip! Adding no:label will show everything without a label.