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

Explore adding a reproducibility test to rust test infrastructure. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#139793 opened Apr 14, 2025 by biabbas Draft
drop global where-bounds before merging candidates 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)
#139791 opened Apr 14, 2025 by lcnr Loading…
do not unnecessarily leak auto traits in item bounds 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)
#139789 opened Apr 14, 2025 by lcnr Loading…
Let CStrings be either 1 or 2 byte aligned. 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.
#139785 opened Apr 14, 2025 by fneddy Loading…
Use compiletest-ignore-dir for bootstrap self-tests 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139783 opened Apr 14, 2025 by jieyouxu Loading…
Consistent with treating Ctor Call as Struct in liveness analysis A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. L-unreachable_code Lint: unreachable_code 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.
#139782 opened Apr 14, 2025 by xizheyin Loading…
docs: Add example to Iterator::take with by_ref 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.
#139780 opened Apr 14, 2025 by ongardie Loading…
Add test for issue 34834 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.
#139778 opened Apr 14, 2025 by reddevilmidzy Loading…
Remove define_debug_via_print for ExistentialProjection, use regular structural debug impl 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.
#139777 opened Apr 14, 2025 by compiler-errors Loading…
SGX: Fix fuzzy provenance casts with AtomicUsize O-SGX Target: SGX 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.
#139775 opened Apr 14, 2025 by thaliaarchi Loading…
Fix replacing supertrait aliases in ReplaceProjectionWith 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)
#139774 opened Apr 14, 2025 by compiler-errors Loading…
Implement Iterator::last for vec::IntoIter 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.
#139773 opened Apr 14, 2025 by thaliaarchi Loading…
Remove hir::Map 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.
#139772 opened Apr 13, 2025 by nnethercote Loading…
Rename LifetimeName as LifetimeKind. 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.
#139770 opened Apr 13, 2025 by nnethercote Loading…
[rustdoc] Add new --book-location option to add a link to associated guide and generate it if local 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.
#139769 opened Apr 13, 2025 by GuillaumeGomez Loading…
[Experiment] Split TypeFolder and FallibleTypeFolder 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.
#139768 opened Apr 13, 2025 by compiler-errors Draft
Visit place in BackwardIncompatibleDropHint statement 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.
#139767 opened Apr 13, 2025 by compiler-errors Loading…
[beta] Delay hash_extract_if stabilization from 1.87 to 1.88 S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#139765 opened Apr 13, 2025 by dtolnay Loading…
Consistent trait bounds for ExtractIf Debug impls 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.
#139764 opened Apr 13, 2025 by dtolnay Draft
[Experiment] Check that corresponding trait goal holds when projection is rigid S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139763 opened Apr 13, 2025 by compiler-errors Draft
Don't assemble non-env/bound candidates if projection is rigid 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)
#139762 opened Apr 13, 2025 by compiler-errors Loading…
Use thread local dep graph encoding A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#139758 opened Apr 13, 2025 by Zoxc Draft
opt-dist: use executable-extension for host llvm-profdata S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#139757 opened Apr 13, 2025 by ognevny Loading…
Allow out of order dep graph node encoding A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#139756 opened Apr 13, 2025 by Zoxc Draft
Make #[naked] an unsafe attribute A-attributes Area: Attributes (`#[…]`, `#![…]`) A-run-make Area: port run-make Makefiles to rmake.rs 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.
#139753 opened Apr 13, 2025 by folkertdev Draft
ProTip! Type g i on any issue or pull request to go back to the issue listing page.