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
Assigned to nobody Loading
Sort

Pull requests list

Make obligation cause code suggestions verbose 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.
#142045 opened Jun 4, 2025 by estebank Loading…
compiler: Document the offset invariant of OperandValue::Pair 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.
#142044 opened Jun 4, 2025 by workingjubilee Loading…
Verbose suggestion to make param const 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.
#142043 opened Jun 4, 2025 by estebank Loading…
Make E0621 missing lifetime suggestion verbose 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.
#142042 opened Jun 4, 2025 by estebank Loading…
transmutability: shift abstraction boundary T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142040 opened Jun 4, 2025 by jswrenn Draft
Optimize std::str::Chars::next and std::str::Chars::next_back 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.
#142038 opened Jun 4, 2025 by Kmeakin Loading…
Update the compiler-builtins subtree A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) has-merge-commits PR has merge commits, merge with caution. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#142036 opened Jun 4, 2025 by tgross35 Loading…
Add Command::resolve_in_parent_path 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.
#142035 opened Jun 4, 2025 by ChrisDenton Loading…
Detect method not being present that is present in other tuple types 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.
#142034 opened Jun 4, 2025 by estebank Loading…
Rollup of 11 pull requests A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#142033 opened Jun 4, 2025 by matthiaskrgr Loading…
Fix parsing of frontmatters with inner hyphens 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.
#142032 opened Jun 4, 2025 by matthewjasper Loading…
Start moving wf checking away from HIR 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#142030 opened Jun 4, 2025 by oli-obk Loading…
bootstrap: Fix file permissions when dereferencing symlinks 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)
#142026 opened Jun 4, 2025 by smpdt Loading…
Don't refer to 'local binding' in extern macro. A-diagnostics Area: Messages for errors, warnings, and lints 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.
#142025 opened Jun 4, 2025 by m-ou-se Loading…
Don't refer to 'this tail expression' in expansion. A-diagnostics Area: Messages for errors, warnings, and lints 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.
#142024 opened Jun 4, 2025 by m-ou-se Loading…
bootstrap: Document that setting description changes the version hash 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)
#142022 opened Jun 4, 2025 by ArtemIsmagilov Loading…
Doc: clarify priority of lint level sources A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. 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.
#142021 opened Jun 4, 2025 by HamidrezaSK Loading…
Fix incorrect use of "recommend" over "recommended" S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#142017 opened Jun 4, 2025 by Rageking8 Loading…
Report the actual item that evaluation failed for 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.
#142015 opened Jun 4, 2025 by oli-obk Loading…
Replace some Option<Span> with Span and use DUMMY_SP instead of None PG-exploit-mitigations Project group: Exploit mitigations 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.
#142012 opened Jun 4, 2025 by oli-obk Loading…
const-eval error: always say in which item the error occurred 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.
#142008 opened Jun 4, 2025 by RalfJung Loading…
Change tag_field to FieldIdx in Variants::Multiple A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#142005 opened Jun 4, 2025 by scottmcm Loading…
Experiment: hashbrown that doesn't depend on compiler-builtins A-tidy Area: The tidy tool T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#142001 opened Jun 4, 2025 by tgross35 Draft
Visit the ident in PreciseCapturingNonLifetimeArg. 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.
#141999 opened Jun 4, 2025 by nnethercote Loading…
Experiment: Switch to a cfg-if that does not depend on `compiler_Bu… A-tidy Area: The tidy tool rla-silenced Silences rust-log-analyzer postings to the PR it's added on. 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.
#141998 opened Jun 4, 2025 by tgross35 Draft
ProTip! Type g i on any issue or pull request to go back to the issue listing page.