| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2022-03-02 | Rollup merge of #94464 - kckeiks:lifetime-elision-mismatch-hint-for-traits, r... | Matthias Krüger | -0/+6 |
| 2022-02-28 | Suggest adding a new lifetime parameter when two elided lifetimes should matc... | Fausto | -0/+6 |
| 2022-02-28 | Rollup merge of #94449 - GuillaumeGomez:explanation-e0726, r=Urgau | Matthias Krüger | -1/+2 |
| 2022-02-28 | Tweak diagnostics | Esteban Kuber | -4/+6 |
| 2022-02-28 | Update ui test with the add of E0726 explanation | Guillaume Gomez | -1/+2 |
| 2022-02-26 | Auto merge of #94078 - TaKO8Ki:suggest-float-literal-for-float-divided-by-int... | bors | -0/+4 |
| 2022-02-26 | suggest a float literal when dividing a floating-point type by {integer} | Takayuki Maeda | -0/+4 |
| 2022-02-25 | Do not suggest using a const parameter when there are bounds on an unused typ... | Chayim Refael Friedman | -2/+0 |
| 2022-02-19 | Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplett | Matthias Krüger | -1/+0 |
| 2022-02-18 | Rollup merge of #92806 - compiler-errors:better-impl-trait-deny, r=estebank | Matthias Krüger | -8/+8 |
| 2022-02-18 | Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebank | Matthias Krüger | -14/+0 |
| 2022-02-17 | skip pointing out ambuguous impls in alloc/std crates too | Michael Goulet | -25/+14 |
| 2022-02-17 | fix impl trait message, bless tests | Michael Goulet | -16/+8 |
| 2022-02-17 | Add more information to `impl Trait` deny error | Michael Goulet | -4/+12 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -7/+11 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -2/+2 |
| 2022-02-13 | Rollup merge of #93810 - matthewjasper:chalk-and-canonical-universes, r=jackh726 | Matthias Krüger | -32/+32 |
| 2022-02-13 | Rollup merge of #90532 - fee1-dead:improve-const-fn-err-msg, r=oli-obk | Matthias Krüger | -6/+27 |
| 2022-02-12 | Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk | bors | -11/+7 |
| 2022-02-12 | Auto merge of #93697 - the8472:fix-windows-path-hash, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-02-12 | Update chalk tests | Matthew Jasper | -32/+32 |