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 extensive set of drop order tests A-edition-2024 Area: The 2024 edition F-let_chains `#![feature(let_chains)]` L-if_let_rescope Lint: if_let_rescope L-tail_expr_drop_order Lint: tail_expr_drop_order 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.
#133605 opened Nov 29, 2024 by traviscross Draft
Eliminate magic numbers from expression precedence A-parser Area: The parsing of Rust source code to an AST A-pretty Area: Pretty printing (including `-Z unpretty`) 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.
#133603 opened Nov 28, 2024 by dtolnay Loading…
fix: fix codeblocks in PathBuf 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.
#133602 opened Nov 28, 2024 by SanchithHegde Loading…
Rollup of 7 pull requests CI-spurious-fail-msvc CI spurious failure: target env msvc 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.
#133600 opened Nov 28, 2024 by jhpratt Loading…
Add +forced-atomics feature to esp32s2 no_std target 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.
#133599 opened Nov 28, 2024 by MabezDev Loading…
Change GetManyMutError to match T-libs-api decision 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.
#133598 opened Nov 28, 2024 by ChayimFriedman2 Loading…
Do not emit missing_doc_code_examples rustdoc lint on module and a few other items 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.
#133595 opened Nov 28, 2024 by GuillaumeGomez Loading…
Misc: better instructions for envrc, ignore /build instead of build/ 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.
#133592 opened Nov 28, 2024 by WaffleLapkin Loading…
Rename -Zparse-only 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.
#133590 opened Nov 28, 2024 by nnethercote Loading…
Remove hir::ArrayLen 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#133589 opened Nov 28, 2024 by voidc Draft
Clippy subtree update S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#133588 opened Nov 28, 2024 by flip1995 Loading…
Fix target_feature handling in freg of LoongArch inline assembly A-inline-assembly Area: Inline assembly (`asm!(…)`) O-loongarch Target: LoongArch (LA32R, LA32S, LA64) 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.
#133587 opened Nov 28, 2024 by taiki-e Loading…
Do not call extern_crate on current trait on crate mismatch errors A-run-make Area: port run-make Makefiles to rmake.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.
#133585 opened Nov 28, 2024 by estebank Loading…
Update more 2024 tests to remove -Zunstable-options 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#133584 opened Nov 28, 2024 by ehuss Loading…
Fix type (exit → exist) 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.
#133583 opened Nov 28, 2024 by tbu- Loading…
Document s390x machine access via community cloud O-SystemZ Target: SystemZ processors (s390x) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#133577 opened Nov 28, 2024 by uweigand Loading…
clarify requirements of byte_{offset,add,sub} for zero-sized referents 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.
#133576 opened Nov 28, 2024 by jswrenn Loading…
Fix typo in RELEASES.md 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.
#133575 opened Nov 28, 2024 by slanterns Loading…
Implement alloc::sync::UniqueArc 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.
#133572 opened Nov 28, 2024 by frank-king Loading…
Mark visionOS as supporting std O-visionos Apple visionOS 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.
#133571 opened Nov 28, 2024 by madsmtm Loading…
Arbitrary self types v2: simulated stabilization, do not merge 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.
#133570 opened Nov 28, 2024 by adetaylor Draft
Bump ruzstd to 0.7.3 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#133569 opened Nov 28, 2024 by paolobarbolini Loading…
A bunch of cleanups A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#133567 opened Nov 28, 2024 by bjorn3 Loading…
fast-reject: add counter to avoid hangs 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#133566 opened Nov 28, 2024 by lcnr Loading…
chore: fix 404 status URL S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#133565 opened Nov 28, 2024 by longxiangqiao Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.