| Age | Commit message (Expand) | Author | Lines |
| 2022-06-07 | Remove arg_matrix.rs, bless tests | Michael Goulet | -251/+61 |
| 2022-05-12 | Add tests. | Camille GILLOT | -0/+2 |
| 2022-05-11 | Gracefully fail to resolve associated items instead of `delay_span_bug`. | Camille GILLOT | -4/+13 |
| 2022-05-08 | Move some tests to more reasonable places | Caio | -174/+0 |
| 2022-05-06 | Resolve vars before emitting coerce suggestions too | Jack Huey | -0/+8 |
| 2022-05-06 | Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li... | bors | -14/+2 |
| 2022-05-02 | Auto merge of #96600 - c410-f3r:z-errors, r=petrochenkov | bors | -525/+0 |
| 2022-05-01 | Move some tests to more reasonable places | Caio | -525/+0 |
| 2022-04-30 | Bless the UI tests | Scott McMurray | -1/+3 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -2/+11 |
| 2022-04-27 | Auto merge of #96371 - c410-f3r:z-errors, r=petrochenkov | bors | -341/+0 |
| 2022-04-26 | Move some tests to more reasonable places | Caio | -341/+0 |
| 2022-04-27 | Auto merge of #96459 - Dylan-DPC:rollup-de6ud9d, r=Dylan-DPC | bors | -8/+14 |
| 2022-04-27 | Rollup merge of #96385 - marmeladema:nll-fix-trait-lifetime-bound-suggestions... | Dylan DPC | -0/+5 |
| 2022-04-26 | Auto merge of #96425 - oli-obk:fix_incremental_regression_unsafety_checking, ... | bors | -3/+3 |
| 2022-04-26 | Add new diagnostic | George | -8/+9 |
| 2022-04-26 | Revert "add `DefId` to unsafety violations and display function path in E0133" | Oli Scherer | -3/+3 |
| 2022-04-26 | Auto merge of #94034 - willcrichton:fix-trait-suggestion-for-binops, r=estebank | bors | -3/+3 |
| 2022-04-25 | Replace suggest_constraining_param with suggest_restricting_param_bound | Will Crichton | -3/+3 |
| 2022-04-25 | Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLL | marmeladema | -0/+5 |
| 2022-04-24 | only show a simple description in E0133 span label | Emil Gardström | -6/+6 |
| 2022-04-24 | add `DefId` to unsafety violations and display function path in E0133 | Emil Gardström | -12/+12 |
| 2022-04-22 | Auto merge of #96144 - c410-f3r:z-errors, r=petrochenkov | bors | -293/+0 |
| 2022-04-21 | Move some tests to more reasonable directories | Caio | -293/+0 |
| 2022-04-20 | Remove mutable_borrow_reservation_conflict lint | Jack Huey | -14/+2 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -1/+5 |
| 2022-04-17 | Bless tests. | Camille GILLOT | -21/+25 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -67/+249 |
| 2022-04-12 | Don't test -Cdefault-linker-libraries=yes when cross compiling. | Mara Bos | -0/+1 |
| 2022-04-11 | Auto merge of #95758 - compiler-errors:issue-54771, r=estebank | bors | -1/+1 |
| 2022-04-10 | only suggest removing semicolon when expr implements trait | Michael Goulet | -1/+1 |
| 2022-04-10 | --bless tests | Maybe Waffle | -0/+5 |
| 2022-04-05 | Rollup merge of #95654 - notriddle:notriddle/issue-95616, r=davidtwco | Dylan DPC | -3/+3 |
| 2022-04-05 | Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er... | Dylan DPC | -0/+12 |
| 2022-04-05 | Suggest derivable trait on E0277 | ohno418 | -0/+12 |
| 2022-04-05 | Rollup merge of #95603 - compiler-errors:dyn-return, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-04-05 | Rollup merge of #91873 - estebank:mention-impls-for-unsatisfied-trait, r=davi... | Dylan DPC | -2/+55 |
| 2022-04-04 | Refer to the TraitRef::identity in the message to be clearer | Esteban Kuber | -4/+4 |
| 2022-04-04 | Dedup logic and improve output for other types that impl trait | Esteban Kuber | -17/+17 |
| 2022-04-04 | Fix list length | Esteban Kuber | -0/+20 |
| 2022-04-04 | Fix #90970, doesn't address #87437 | Esteban Kuber | -0/+1 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -2/+34 |
| 2022-04-04 | diagnostics: use correct span for const generics | Michael Howell | -3/+3 |
| 2022-04-04 | Rollup merge of #95609 - compiler-errors:borrow-unsized-to-dyn, r=nagisa | Dylan DPC | -0/+4 |
| 2022-04-03 | Improve method name suggestions | Oliver Downard | -2/+2 |
| 2022-04-02 | Suggest borrowing when trying to coerce unsized type into dyn Trait | Michael Goulet | -0/+4 |
| 2022-04-02 | Fix late-bound ICE in unsized return suggestion | Michael Goulet | -1/+1 |
| 2022-04-01 | Rollup merge of #95260 - compiler-errors:fn, r=davidtwco | Matthias Krüger | -0/+2 |
| 2022-03-31 | Specialize suggestion for Option<T> | Michael Goulet | -12/+12 |
| 2022-03-29 | Rollup merge of #95386 - compiler-errors:try-wrapping, r=oli-obk | Dylan DPC | -0/+16 |