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

Stabilize feature(trait_upcasting) disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. F-trait_upcasting `#![feature(trait_upcasting)]` finished-final-comment-period The final comment period is finished for this PR / Issue. relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-lang Relevant to the language team
#134367 by WaffleLapkin was merged Feb 7, 2025 Loading… 1.86.0
stabilize -Znext-solver=coherence again I-types-nominated Nominated for discussion during a types team meeting. merged-by-bors This PR was explicitly merged by bors. relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-types Relevant to the types team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#130654 by lcnr was merged Oct 15, 2024 Loading… 1.84.0
exhaustiveness: Explain why a given pattern is considered unreachable merged-by-bors This PR was explicitly merged by bors. relnotes Marks issues that should be documented in the release notes of the next release. 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.
#128034 by Nadrieril was merged Jul 26, 2024 Loading… 1.82.0
Stabilize #[diagnostic::do_not_recommend] disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-lang Relevant to the language team
#132056 by weiznich was merged Dec 19, 2024 Loading… 1.85.0
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-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.
#133605 by traviscross was merged Jan 24, 2025 Loading… 1.86.0
Report all lints, even if other errors already occurred. needs-mcp This change is large enough that it needs a major change proposal before starting work. 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.
#108813 by oli-obk was closed Jan 3, 2024 Loading…
Suggest replacing typeof(...) with an actual type 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.
#95784 by WaffleLapkin was merged Apr 10, 2022 Loading… 1.62.0
Clarify the match ergonomics 2024 migration lint's output 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.
#134394 by dianne was merged Dec 18, 2024 Loading… 1.85.0
Implement lint against ambiguous negative literals disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. relnotes Marks issues that should be documented in the release notes of the next release. 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-lang Relevant to the language team
#121364 by Urgau was merged Jul 25, 2024 Loading… 1.82.0
cache type sizes in type-size limit visitor merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. 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.
#127288 by lqd was merged Jul 4, 2024 Loading… 1.81.0
Turn order dependent trait objects future incompat warning into a hard error disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-lang Relevant to the language team T-types Relevant to the types team, which will review and decide on the PR/issue.
#136968 by oli-obk was merged Mar 9, 2025 Loading… 1.87.0
Clean up all dead files inside tests/ui/ A-tidy Area: The tidy tool C-cleanup Category: PRs that clean code up or issues documenting cleanup. 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#136112 by fmease was merged Jan 27, 2025 Loading… 1.86.0
Add a couple of missing ensure_sufficient_stacks beta-accepted Accepted for backporting to the compiler in the beta channel. merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. 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.
#136352 by lqd was merged Feb 3, 2025 Loading… 1.85.0
dont randomly use _ to print out const generic arguments A-const-generics Area: const generics (parameters and arguments) 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.
#106873 by BoxyUwU was merged Jan 18, 2023 Loading… 1.68.0
Suggest {var:?} when finding {?:var} in inline format strings A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#106805 by madsravn was merged Feb 3, 2023 Loading… 1.69.0
minor changes to make method lookup diagnostic code easier to read 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.
#103937 by BoxyUwU was merged Nov 4, 2022 Loading… 1.67.0
Only do parser recovery on retried macro matching 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.
#104335 by Noratrieb was merged Nov 16, 2022 Loading… 1.67.0
Impove diagnostic for .awaiting non-futures 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.
#101723 by lukas-code was merged Sep 13, 2022 Loading… 1.65.0
check universes when instantiating infer vars with placeholders 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.
#109813 by lcnr was closed Apr 12, 2023 Draft
Fix and slightly improve AstValidator 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.
#120698 by fmease was closed Aug 7, 2024 Draft
do not rerun trait solver cycles on ambiguity 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#125981 by lcnr was closed Aug 15, 2024 Loading…
Begin fixing all the broken doctests in compiler/ merged-by-bors This PR was explicitly merged by bors. 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.
#96094 by Elliot-Roberts was merged May 7, 2022 Loading… 1.62.0
delay bug when adjusting NeverToAny twice during diagnostic code 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.
#96379 by PrestonFrom was merged Apr 26, 2022 Loading… 1.62.0
Use MixedBitSets in const qualif merged-by-bors This PR was explicitly merged by bors. 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.
#134438 by lqd was merged Dec 20, 2024 Loading… 1.85.0
Avoid no-op unlink+link dances in incr comp merged-by-bors This PR was explicitly merged by bors. 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.
#128320 by saethlin was merged Mar 22, 2025 Loading… 1.87.0
ProTip! Follow long discussions with comments:>50.