| Age | Commit message (Expand) | Author | Lines |
| 2022-06-16 | bless clippy tests | klensy | -3/+3 |
| 2022-06-16 | bless rustdoc-ui tests | klensy | -2/+2 |
| 2022-06-16 | fix one more case of trailing space | klensy | -1/+1 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -22/+22 |
| 2022-06-16 | Rollup merge of #98119 - EdwinRy:path-parenthesized-type-error, r=estebank | Yuki Okushi | -4/+6 |
| 2022-06-16 | Rollup merge of #97964 - WaffleLapkin:fix_borrow_par_suggestions, r=compiler-... | Yuki Okushi | -9/+17 |
| 2022-06-15 | Refactor path segment parameter error | EdwinRy | -4/+6 |
| 2022-06-11 | Properly replace `impl Trait` in fn args, turn {integer} to i32 | Michael Goulet | -0/+49 |
| 2022-06-11 | Handle empty where-clause better | Michael Goulet | -4/+4 |
| 2022-06-11 | Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkov | bors | -0/+45 |
| 2022-06-11 | Rollup merge of #97812 - TaKO8Ki:suggest-to-swap-struct-and-trait, r=estebank | Dylan DPC | -0/+143 |
| 2022-06-10 | Rollup merge of #97957 - estebank:spancito, r=compiler-errors | Matthias Krüger | -9/+18 |
| 2022-06-10 | Fix suggestions for `&a: T` parameters | Maybe Waffle | -9/+17 |
| 2022-06-10 | Bless tests. | Camille GILLOT | -0/+45 |
| 2022-06-09 | move suggestions to its own method | Takayuki Maeda | -10/+76 |
| 2022-06-07 | Rollup merge of #97845 - estebank:spancito, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2022-06-07 | Make test `run-rustfix` | Esteban Küber | -9/+18 |
| 2022-06-07 | Use more targeted suggestion when confusing i8 with std::i8 | Esteban Küber | -2/+2 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -850/+92 |
| 2022-06-07 | suggest swapping a struct and a trait | Takayuki Maeda | -0/+77 |
| 2022-06-06 | Rollup merge of #97312 - cjgillot:no-path-in-scope, r=compiler-errors | Dylan DPC | -8/+8 |
| 2022-06-06 | Rollup merge of #97721 - compiler-errors:issue-97704, r=jackh726 | Matthias Krüger | -0/+53 |
| 2022-06-05 | Do suggest_await_before_try with infer in self, clean up binders | Michael Goulet | -0/+53 |
| 2022-06-05 | Suggest 'static when in static/const items. | Camille GILLOT | -8/+8 |
| 2022-06-03 | Tighten spans for bad fields in Copy struct | Michael Goulet | -6/+6 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -850/+92 |
| 2022-06-03 | Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebank | bors | -33/+44 |
| 2022-06-03 | Rollup merge of #97664 - estebank:suggest-bound-derive-copy, r=compiler-errors | Dylan DPC | -0/+152 |
| 2022-06-02 | Tweak output | Esteban Küber | -6/+0 |
| 2022-06-02 | On E0204 suggest missing type param bounds | Esteban Küber | -0/+158 |
| 2022-06-02 | use verbose suggestions | lcnr | -4/+12 |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -37/+40 |
| 2022-05-30 | address comments | Michael Goulet | -20/+86 |
| 2022-05-30 | better enum suggestions | Michael Goulet | -0/+151 |
| 2022-05-25 | bless existing test with compare-mode=nll and remove test | b-naber | -0/+50 |
| 2022-05-22 | Use revisions for NLL in suggestions | Jack Huey | -93/+330 |
| 2022-05-20 | Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa... | Matthias Krüger | -0/+6 |
| 2022-05-20 | report ambiguous type parameters when their parents are impl or fn | Takayuki Maeda | -0/+6 |
| 2022-05-18 | Rollup merge of #97123 - ricked-twice:issue-96223-clean-fix, r=jackh726 | Dylan DPC | -0/+1 |
| 2022-05-17 | better lvalue errors for things implementing DerefMut | Michael Goulet | -2/+2 |
| 2022-05-17 | Taking review into account | ricked-twice | -0/+1 |
| 2022-05-08 | Rollup merge of #96617 - ken-matsui:fix-incorrect-syntax-suggestion-with-pub-... | Matthias Krüger | -0/+85 |
| 2022-05-08 | Fix incorrect syntax suggestion with `pub async fn` | Ken Matsui | -0/+85 |
| 2022-05-06 | Resolve vars in note_type_err | Jack Huey | -20/+31 |
| 2022-05-05 | Rollup merge of #96507 - TaKO8Ki:suggest-calling-associated-function, r=lcnr | Matthias Krüger | -0/+57 |
| 2022-05-05 | suggest calling `Self::associated_function()` | Takayuki Maeda | -0/+57 |
| 2022-05-03 | Taking review hints into account. | ricked-twice | -8/+7 |
| 2022-05-03 | Quick fix for #96223. | ricked-twice | -0/+81 |
| 2022-04-30 | Bless nll tests. | Camille GILLOT | -20/+30 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -24/+33 |