| Age | Commit message (Expand) | Author | Lines |
| 2021-08-30 | `feature(const_param_types)` -> `feature(adt_const_params)` | lcnr | -5/+5 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -19/+7 |
| 2021-08-26 | Rollup merge of #88123 - camelid:tup-pat-precise-spans, r=estebank | Manish Goregaokar | -13/+13 |
| 2021-08-25 | Adjust spans | Noah Lev | -6/+6 |
| 2021-08-23 | Detect incorrect number of lang item generics | asquared31415 | -3/+3 |
| 2021-08-22 | Rollup merge of #87166 - de-vri-es:show-discriminant-before-overflow, r=jackh726 | Guillaume Gomez | -2/+23 |
| 2021-08-21 | Make E0023 spans even more precise | Noah Lev | -23/+13 |
| 2021-08-20 | Change example and tests for E0161. | Anton Golov | -56/+26 |
| 2021-08-18 | Use more accurate spans when proposing adding lifetime to item | Esteban Kuber | -1/+1 |
| 2021-08-17 | Make spans for tuple patterns in E0023 more precise | Noah Lev | -10/+20 |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -12/+22 |
| 2021-08-15 | Fix ui tests for llvm_asm! deprecation | Amanieu d'Antras | -7/+12 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -54/+55 |
| 2021-08-09 | Use smaller spans when suggesting method call disambiguation | Esteban Kuber | -2/+2 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -3/+3 |
| 2021-07-28 | Show discriminant before overflow in diagnostic. | Maarten de Vries | -2/+23 |
| 2021-07-27 | Permit deriving default on enums with `#[default]` | Jacob Pratt | -19/+0 |
| 2021-07-20 | Support HIR wf checking for function signatures | Aaron Hill | -2/+2 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -5/+10 |
| 2021-07-14 | bless mir-opt, codegen, and remaining ui tests | Ralf Jung | -10/+4 |
| 2021-07-02 | Improve error reporting for modifications behind `&` references | Fabian Wolff | -2/+2 |
| 2021-06-22 | Updated tests to reflect specified types in E0121 | Deadbeef | -2/+2 |
| 2021-06-21 | Rollup merge of #83739 - JohnTitor:issue-75889, r=estebank | Yuki Okushi | -2/+1 |
| 2021-06-10 | Auto merge of #82639 - jyn514:stable-options, r=Mark-Simulacrum | bors | -31/+3 |
| 2021-06-10 | Account for bad placeholder errors on consts/statics with trait objects | Yuki Okushi | -2/+1 |
| 2021-06-06 | Don't pass -Z unstable-options by default for UI tests | Joshua Nelson | -31/+3 |
| 2021-06-05 | Remove `_` from E0121 diagnostic suggestions | Deadbeef | -1/+1 |
| 2021-05-31 | Auto merge of #85597 - 0yoyoyo:fix-issue-71563-remove-redundant-args, r=petro... | bors | -5/+115 |
| 2021-05-30 | Fix span of redundant generic arguments | 0yoyoyo | -5/+115 |
| 2021-05-28 | Auto merge of #84968 - FabianWolff:master, r=estebank | bors | -1/+6 |
| 2021-05-13 | Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | bors | -1/+15 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -2/+2 |
| 2021-05-11 | Test `-Zthir-unsafeck` for unsafe function calls | LeSeulArtichaut | -1/+15 |
| 2021-05-11 | improve diagnosts for GATs | b-naber | -6/+6 |
| 2021-05-06 | E0583: Include secondary path in error message | Deadbeef | -1/+1 |
| 2021-05-06 | Fix incorrect suggestions for E0605 | Fabian Wolff | -1/+6 |
| 2021-05-03 | Rollup merge of #84784 - JulianKnodt:suggest_const, r=lcnr | Dylan DPC | -0/+1 |
| 2021-05-01 | Closure capture borrow diagnostics for disjoint captures | Chris Pardy | -1/+1 |
| 2021-05-01 | Add help message for unused type param | kadmin | -0/+1 |
| 2021-04-19 | fix suggestion for unsized function parameters | lcnr | -2/+2 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -20/+0 |
| 2021-04-08 | Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco | Dylan DPC | -4/+20 |
| 2021-04-06 | Point at `impl` and type defs introducing requirements on E0277 | Esteban Küber | -4/+20 |
| 2021-04-06 | Remove trailing `:` from E0119 message | Esteban Küber | -9/+9 |
| 2021-04-06 | Auto merge of #81234 - repnop:fn-alignment, r=lcnr | bors | -10/+3 |
| 2021-04-05 | Allow specifying alignment for functions | Wesley Norris | -10/+3 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -6/+4 |
| 2021-03-24 | resolve late lifetimes by item | Jack Huey | -11/+11 |
| 2021-03-23 | Some refactoring | varkor | -2/+2 |
| 2021-02-25 | Rollup merge of #82220 - henryboisdequin:fixes-80853, r=varkor | Dylan DPC | -1/+1 |