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

Add BoundKind in visit_param_bounds to check questions in bounds 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.
#96246 by SparrowLii was merged Apr 25, 2022 Loading… updated Apr 25, 2022 1.62.0
Optimize the diagnostic generation for extern unsafe 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.
#97172 by SparrowLii was merged May 31, 2022 Loading… updated May 31, 2022 1.63.0
nit: Fixed several error_codes/Exxxx.md messages which used UpperCamelCase… 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.
#97941 by CorinJG was merged Jun 11, 2022 Loading… updated Jun 11, 2022 1.63.0
Improve parser diagnostics 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.
#95211 by terrarier2111 was merged Jun 14, 2022 Loading… updated Jun 14, 2022 1.63.0
[rustc_parse] Forbid lets in certain places 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.
#97295 by c410-f3r was merged Jun 26, 2022 Loading… updated Jun 26, 2022 1.64.0
fix universes in the NLL type tests 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.
#98109 by nikomatsakis was merged Jun 24, 2022 Loading… updated Jun 28, 2022 1.63.0
Fix #95079 unhelpful error when missing move in nested closure 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.
#99612 by yanchen4791 was merged Aug 16, 2022 Loading… updated Aug 16, 2022 1.65.0
Suggest unwrap_or_else when a closure is given 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.
#102441 by chenyukang was merged Oct 4, 2022 Loading… updated Oct 4, 2022 1.66.0
Add tests for static async functions in traits 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.
#102642 by bryangarza was merged Oct 28, 2022 Loading… updated Oct 28, 2022 1.66.0
Add test for issue 98634 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.
#103342 by Rageking8 was merged Oct 29, 2022 Loading… updated Oct 31, 2022 1.66.0
Detect incorrect chaining of if and if let conditions and recover 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.
#103405 by chenyukang was merged Nov 18, 2022 Loading… updated Nov 18, 2022 1.67.0
Allow impl Fn() -> impl Trait in return position 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-types Relevant to the types team, which will review and decide on the PR/issue.
#93582 by WaffleLapkin was merged Oct 30, 2022 Loading… updated Nov 28, 2022 1.67.0
Add def path data variant S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#104648 by spastorino was closed Nov 30, 2022 Loading… updated Nov 30, 2022
Replace pointer address checks in the parser 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.
#103700 by Noratrieb was closed Nov 4, 2022 Loading… updated Dec 23, 2022
Switch #[track_caller] back to a no-op unless feature gate is enabled A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic beta-accepted Accepted for backporting to the compiler in the beta channel. 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.
#104741 by bryangarza was merged Dec 22, 2022 Loading… updated Dec 28, 2022 1.67.0
Migrating rustc_infer to session diagnostics (part 3) A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic perf-regression Performance regression. 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.
#101936 by IntQuant was merged Jan 8, 2023 Loading… updated Jan 10, 2023 1.68.0
Initial implementation of dyn* F-dyn_star `#![feature(dyn_star)]` 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#101212 by eholk was merged Sep 14, 2022 Loading… updated Feb 6, 2023 1.65.0
Extend Infer ty for binary operators 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.
#107567 by chenyukang was closed Feb 24, 2023 Draft updated Feb 24, 2023
Recover from for-else and while-else 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.
#108427 by y21 was merged Mar 1, 2023 Loading… updated Mar 1, 2023 1.69.0
Improve safe transmute error reporting 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#109800 by bryangarza was merged Apr 14, 2023 Loading… updated Apr 14, 2023 1.70.0
Strict region folders 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#110312 by nnethercote was closed Apr 26, 2023 Loading… updated Apr 26, 2023
migrate rustc_hir_analysis to session diagnostic [Part Two] 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.
#108460 by obeis was merged Mar 8, 2023 Loading… updated May 13, 2023 1.70.0
Recover form missing expression in for loop A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#107526 by obeis was merged Feb 5, 2023 Loading… updated May 13, 2023 1.69.0
Emits E0599 when meeting MyTrait::missing_method 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.
#111588 by mu001999 was merged May 17, 2023 Loading… updated May 19, 2023 1.71.0
fix: prevent infinity evaluate predicate for auto-trait 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.
#111985 by bvanjoi was closed Jun 5, 2023 Loading… updated Jun 5, 2023
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.