| Age | Commit message (Expand) | Author | Lines |
| 2024-05-30 | update UI tests | lcnr | -1/+1 |
| 2024-05-25 | Auto merge of #124187 - compiler-errors:self-ctor, r=petrochenkov | bors | -0/+66 |
| 2024-05-18 | Warn/error on self ctor from outer item in inner item | Michael Goulet | -0/+66 |
| 2024-05-17 | Detect when a lifetime is being reused in suggestion | Esteban Küber | -2/+2 |
| 2024-05-17 | Tweak suggested lifetimes to modify return type instead of `&self` receiver | Esteban Küber | -93/+93 |
| 2024-05-17 | Run `rustfmt` on modified tests | Esteban Küber | -65/+84 |
| 2024-05-17 | Account for owning item lifetimes in suggestion and annotate tests as `run-ru... | Esteban Küber | -51/+325 |
| 2024-05-17 | Always constrain the return type in lifetime suggestion | Esteban Küber | -64/+64 |
| 2024-05-17 | Suggest setting lifetime in borrowck error involving types with elided lifetimes | Esteban Küber | -0/+10 |
| 2024-04-30 | Replace item names containing an error code with something more meaningful | León Orell Valerian Liehr | -2/+2 |
| 2024-04-04 | Switch `can_eq` and `can_sub` to `DefineOpaqueTypes::Yes` | Oli Scherer | -0/+32 |
| 2024-02-22 | Deduplicate some logic and reword output | Esteban Küber | -2/+2 |
| 2024-02-22 | Make confusable suggestions `verbose` | Esteban Küber | -2/+10 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -93/+93 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -0/+1 |
| 2024-02-01 | Improve the diagnostics for unused generic parameters | León Orell Valerian Liehr | -2/+2 |
| 2024-01-13 | Bless tests | George-lewis | -0/+1 |
| 2024-01-07 | update ui tests | Gray Olson | -1/+1 |
| 2023-12-12 | Rollup merge of #117914 - estebank:issue-85843, r=wesleywiser | Matthias Krüger | -1/+10 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -10/+10 |
| 2023-11-20 | Tweak wording | Esteban Küber | -1/+1 |
| 2023-11-20 | On borrow return type, suggest borrowing from arg or owned return type | Esteban Küber | -1/+10 |
| 2023-11-16 | Smaller span for unnessary `mut` suggestion | Esteban Küber | -1/+1 |
| 2023-10-30 | Auto merge of #117415 - matthiaskrgr:rollup-jr2p1t2, r=matthiaskrgr | bors | -4/+19 |
| 2023-10-30 | Poison check_well_formed if method receivers are invalid to prevent typeck fr... | Oli Scherer | -4/+19 |
| 2023-10-29 | On object safety error, mention new enum as alternative | Esteban Küber | -0/+3 |
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -6/+23 |
| 2023-10-17 | Unify suggestion wording | Esteban Küber | -2/+2 |
| 2023-10-03 | Rollup merge of #114654 - estebank:suggest-pin-macro, r=davidtwco | Matthias Krüger | -7/+6 |
| 2023-09-25 | When suggesting `self.x` for `S { x }`, use `S { x: self.x }` | Esteban Küber | -1/+6 |
| 2023-09-23 | Tweak wording and logic | Esteban Küber | -1/+1 |
| 2023-08-14 | rebase and review comments | Esteban Küber | -7/+6 |
| 2023-08-04 | Add tests for #57994 | Esteban Küber | -0/+167 |
| 2023-08-04 | Detect method not found on arbitrary self type with different mutability | Esteban Küber | -0/+40 |
| 2023-05-23 | Don't ICE if method receiver fails to unify with arbitrary_self_types | Michael Goulet | -0/+25 |
| 2023-05-14 | Add test. | Camille GILLOT | -0/+15 |
| 2023-05-14 | Revert "Validate resolution for SelfCtor too." | Camille GILLOT | -50/+0 |
| 2023-05-12 | Note base types of coercion | Michael Goulet | -4/+2 |
| 2023-05-04 | Rollup merge of #110982 - cjgillot:elided-self-const, r=petrochenkov | Matthias Krüger | -0/+51 |
| 2023-05-03 | Do not recurse into const generic args when resolving self lifetime elision. | Camille GILLOT | -0/+51 |
| 2023-05-03 | Validate resolution for SelfCtor too. | Camille GILLOT | -0/+50 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -1/+0 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -1/+2 |
| 2023-03-11 | Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=Nilstrieb | Matthias Krüger | -2/+3 |
| 2023-03-03 | Add unuseless `#[allow(unused_allocation)]` | Maybe Waffle | -2/+3 |
| 2023-03-03 | Label opaque type for 'captures lifetime' error message | Michael Goulet | -4/+6 |
| 2023-02-22 | diagnostics: update test cases to refer to assoc fn with `self` as method | Michael Howell | -64/+64 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -1/+1 |
| 2023-01-26 | Rollup merge of #97373 - dimpolo:cell_dispatch_from_dyn, r=dtolnay | Matthias Krüger | -0/+22 |
| 2023-01-24 | impl DispatchFromDyn for Cell and UnsafeCell | dimi | -0/+22 |