| Age | Commit message (Expand) | Author | Lines |
| 2019-04-22 | Remove double trailing newlines | varkor | -2/+0 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -373/+121 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -16/+12 |
| 2019-03-23 | Fix span after rebase | Esteban Küber | -6/+2 |
| 2019-03-23 | Tweak spans for E0599 | Esteban Küber | -12/+4 |
| 2019-03-23 | Auto merge of #59058 - petrochenkov:assocrecov3, r=estebank | bors | -4/+135 |
| 2019-03-21 | use suggestions for "enum instead of variant" error | Andy Russell | -13/+61 |
| 2019-03-12 | syntax: Better recovery for `$ty::AssocItem` and `ty!()::AssocItem` | Vadim Petrochenkov | -4/+135 |
| 2019-03-11 | Update NLL tests | Vadim Petrochenkov | -29/+29 |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -66/+66 |
| 2019-01-30 | Suggest to add each of `|` and `()` when unexpected `,` is found in pattern | Knium_ | -6/+54 |
| 2019-01-22 | Auto merge of #57475 - SimonSapin:signed, r=estebank | bors | -3/+3 |
| 2019-01-21 | Fix some non-determinism in help messages for E0277 errors. | Simon Sapin | -3/+3 |
| 2019-01-19 | Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakis | bors | -2/+1 |
| 2019-01-16 | Don't explicitly increment the depth for new trait predicates | Aaron Hill | -1/+6 |
| 2019-01-06 | Auto merge of #57291 - euclio:method-call-suggestion, r=estebank | bors | -6/+2 |
| 2019-01-03 | Improve error generation, fixup recursion limits | Aaron Hill | -7/+1 |
| 2019-01-03 | use structured suggestion for method calls | Andy Russell | -6/+2 |
| 2019-01-02 | Auto merge of #57250 - codeworm96:tyerr_msg, r=varkor | bors | -5/+5 |
| 2018-12-31 | Improve type mismatch error messages | Yuning Zhang | -5/+5 |
| 2018-12-31 | Auto merge of #57047 - euclio:field-structured-suggestions, r=estebank | bors | -3/+3 |
| 2018-12-31 | use structured suggestions for nonexistent fields | Andy Russell | -3/+3 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -8/+16 |
| 2018-12-27 | Fix rebase and more CI failures | Vadim Petrochenkov | -14/+14 |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -12/+94 |
| 2018-12-26 | Fixed more tests. | Alexander Regueiro | -8/+16 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -546/+156 |
| 2018-12-22 | adjust enum type instead of variant suggestions for prelude enums | Zack M. Davis | -0/+2 |
| 2018-12-22 | enum type instead of variant suggestion unification | Zack M. Davis | -0/+51 |
| 2018-11-21 | Enclose type in backticks for "reached the recursion limit while auto-derefer... | varkor | -1/+1 |
| 2018-10-28 | Use token description in "expected/found" parse messages | Esteban Küber | -1/+1 |
| 2018-10-25 | Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk | bors | -2/+27 |
| 2018-10-25 | Rollup merge of #55253 - zackmdavis:some_suggestion, r=pnkfelix | Pietro Albini | -1/+26 |
| 2018-10-21 | only issue "variant of the expected type" suggestion for enums | Zack M. Davis | -1/+26 |
| 2018-10-21 | Move more parsing tests to ui/parser | Vadim Petrochenkov | -35/+0 |
| 2018-10-11 | structured suggestion for E0223 ambiguous associated type | Zack M. Davis | -21/+7 |
| 2018-10-10 | Auto merge of #54831 - davidtwco:issue-52663-struct-field-suggestion, r=nikom... | bors | -0/+6 |
| 2018-10-08 | Change from label to suggestion. | David Wood | -2/+2 |
| 2018-10-08 | Add struct field suggestions. | David Wood | -0/+6 |
| 2018-10-03 | Rewrite the `UnconditionalRecursion` lint to use MIR | Wesley Wiser | -2/+27 |
| 2018-10-03 | Clearer later use messages for calls | Matthew Jasper | -4/+3 |
| 2018-10-02 | Improve mutability error suggestions. | David Wood | -4/+8 |
| 2018-09-20 | Detect `for _ in in bar {}` typo | Esteban Küber | -4/+8 |
| 2018-09-16 | Auto merge of #54270 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -0/+120 |
| 2018-09-15 | issue 54109: use short suggestions | Vitaly _Vi Shukela | -6/+6 |
| 2018-09-13 | Add "while" tests for issue 54109 | Vitaly _Vi Shukela | -1/+38 |
| 2018-09-13 | Use span_suggestion_with_applicability for "and/or" hinter | Vitaly _Vi Shukela | -13/+10 |
| 2018-09-13 | Add tests for issue 54109 | Vitaly _Vi Shukela | -0/+86 |
| 2018-09-12 | use structured suggestion for "missing mut" label | Andy Russell | -5/+5 |
| 2018-08-19 | just check whether a variable is initialized | Niko Matsakis | -11/+8 |