| Age | Commit message (Expand) | Author | Lines |
| 2021-10-22 | Rollup merge of #89922 - JohnTitor:update-e0637, r=jackh726 | Yuki Okushi | -17/+32 |
| 2021-10-17 | Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisa | Matthias Krüger | -1/+1 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -1/+1 |
| 2021-10-16 | Update E0637 description to mention `&` w/o an explicit lifetime name | Yuki Okushi | -17/+32 |
| 2021-10-15 | Bless tests | Cameron Steffen | -2/+2 |
| 2021-10-13 | Auto merge of #89555 - oli-obk:nll_member_constraint_diag, r=estebank | bors | -9/+9 |
| 2021-10-13 | Remove textual span from diagnostic string | Oli Scherer | -9/+9 |
| 2021-10-12 | Work around different filenames for DLLs | Noah Lev | -1/+1 |
| 2021-10-12 | Add long explanation for E0464 | Noah Lev | -0/+44 |
| 2021-10-09 | Show detailed expected/found types in error message when trait paths are the ... | rhysd | -2/+2 |
| 2021-10-06 | Rollup merge of #89528 - FabianWolff:issue-89497, r=jackh726 | Manish Goregaokar | -2/+3 |
| 2021-10-04 | Rollup merge of #89483 - hkmatsumoto:patch-diagnostics-2, r=estebank | Jubilee | -1/+1 |
| 2021-10-04 | Fix suggestion to borrow when casting from pointer to reference | Fabian Wolff | -2/+3 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -1/+1 |
| 2021-10-02 | Consistently use 'supertrait'. | Bruce Mitchener | -2/+2 |
| 2021-09-30 | Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e... | Manish Goregaokar | -1/+4 |
| 2021-09-30 | Auto merge of #89386 - ehuss:rollup-idf4dmj, r=ehuss | bors | -2/+2 |
| 2021-09-29 | Rollup merge of #89232 - rossmacarthur:fix-76424, r=wesleywiser | Eric Huss | -2/+2 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -10/+10 |
| 2021-09-28 | Improve help for recursion limit errors | Ross MacArthur | -2/+2 |
| 2021-09-29 | Suggest similarly named assoc items in trait impls | Hirochika Matsumoto | -1/+4 |
| 2021-09-25 | Fix incorrect disambiguation suggestion for associated items | Fabian Wolff | -4/+4 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -10/+10 |
| 2021-09-19 | Rollup merge of #88855 - calebzulawski:feature/simd_shuffle, r=nagisa | Yuki Okushi | -17/+0 |
| 2021-09-16 | Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa | bors | -1/+3 |
| 2021-09-16 | Point at call span that introduced obligation for the arg | Esteban Kuber | -1/+3 |
| 2021-09-15 | Move object safety suggestions to the end of the error | Esteban Kuber | -1/+1 |
| 2021-09-13 | Auto merge of #87915 - estebank:fancy-spans, r=oli-obk | bors | -6/+7 |
| 2021-09-11 | Allow simd_shuffle to accept vectors of any length | Caleb Zulawski | -17/+0 |
| 2021-09-07 | A bit of cleanup to astconv | jackh726 | -1/+1 |
| 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-12 | Use smaller spans for some structured suggestions | Esteban Kuber | -6/+7 |
| 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 |