| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-03-28 | Remove duplicated and unused test files | Caio | -51/+0 |
| 2022-03-27 | suggest wrapping patterns with compatible enum variants | Michael Goulet | -0/+16 |
| 2022-03-27 | Auto merge of #94495 - estebank:missing-closing-gt, r=jackh726 | bors | -0/+5 |
| 2022-03-27 | Rollup merge of #93469 - compiler-errors:issue-93450, r=estebank | Dylan DPC | -25/+14 |
| 2022-03-27 | Rollup merge of #91981 - estebank:tweakaroo, r=lcnr | Dylan DPC | -9/+26 |
| 2022-03-27 | Provide suggestion for missing `>` in a type parameter list | Esteban Kuber | -0/+5 |
| 2022-03-27 | Point (again) to more expressions with their type, even if not fully resolved | Esteban Kuber | -6/+23 |
| 2022-03-27 | Eagerly replace `{integer}`/`{float}` with `i32`/`f64` for suggestion | Esteban Kuber | -3/+3 |
| 2022-03-26 | Auto merge of #95149 - cjgillot:once-diag, r=estebank | bors | -3/+16 |
| 2022-03-23 | Better suggestions for Fn trait selection errors | Michael Goulet | -0/+2 |
| 2022-03-21 | move `adt_const_params` to its own tracking issue | lcnr | -39/+1 |
| 2022-03-20 | Filter OnceNote in diagnostic infra. | Camille GILLOT | -3/+16 |
| 2022-03-10 | Auto merge of #94802 - matthiaskrgr:rollup-4plu0fi, r=matthiaskrgr | bors | -3/+3 |
| 2022-03-10 | Rollup merge of #94746 - notriddle:notriddle/method-rustc-on-unimplemented, r... | Matthias Krüger | -2/+2 |
| 2022-03-10 | Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwco | Matthias Krüger | -1/+1 |
| 2022-03-10 | Auto merge of #94764 - nikic:update-llvm-3, r=nagisa | bors | -1/+0 |
| 2022-03-09 | Permit `#[deprecated]` in stdlib | Jacob Pratt | -1/+1 |
| 2022-03-09 | diagnostics: use rustc_on_unimplemented to recommend `[].iter()` | Michael Howell | -2/+2 |
| 2022-03-09 | Enable issue-23036.rs on wasm32 | Nikita Popov | -1/+0 |
| 2022-03-09 | Auto merge of #94515 - estebank:tweak-move-error, r=davidtwco | bors | -12/+12 |
| 2022-03-06 | use impl substs in on_unimplemented | Michael Goulet | -2/+3 |
| 2022-03-04 | Change `rustc_deprecated` to use `note` | Jacob Pratt | -1/+1 |
| 2022-03-04 | Add known-bug directive to issue #47511 test case | marmeladema | -4/+5 |
| 2022-03-04 | Rollup merge of #94236 - reez12g:add_track_caller_87707, r=yaahc | Matthias Krüger | -0/+18 |
| 2022-03-03 | Add #[track_caller] to track callers when initializing poisoned Once | reez12g | -0/+18 |
| 2022-03-03 | Tweak move error | Esteban Kuber | -12/+12 |
| 2022-03-03 | Bless nll tests. | Camille GILLOT | -1/+1 |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -35/+24 |