| Age | Commit message (Expand) | Author | Lines |
| 2019-01-20 | Tweak field parse error recovery | Esteban Küber | -36/+14 |
| 2019-01-20 | Extend incorrect float literal recovery to account for suffixes | Esteban Küber | -16/+58 |
| 2019-01-20 | Reword message for incorrect float literal | Esteban Küber | -3/+3 |
| 2019-01-20 | Remove unnecessary dummy span checks | Esteban Küber | -8/+8 |
| 2019-01-20 | Add "dereference boxed value" suggestion. | David Wood | -0/+164 |
| 2019-01-21 | Fix tests | Yuki Okushi | -3/+3 |
| 2019-01-20 | Do not suggest angle brackets when there are no type arguments | Esteban Küber | -40/+34 |
| 2019-01-20 | Recover with suggestion from writing `.42` instead of `0.42` | Esteban Küber | -12/+21 |
| 2019-01-20 | Recover from parse errors in struct literal fields | Esteban Küber | -7/+93 |
| 2019-01-20 | Auto merge of #57651 - JohnTitor:give-char-type, r=estebank | bors | -50/+128 |
| 2019-01-20 | Remove whitespace | Yuki Okushi | -5/+4 |
| 2019-01-20 | Fix tests | Yuki Okushi | -96/+56 |
| 2019-01-19 | Suggest correct cast for struct fields with shorthand syntax | Esteban Küber | -0/+96 |
| 2019-01-19 | Suggest usage of angle brackets | Esteban Küber | -20/+35 |
| 2019-01-19 | Accept parenthesized type args for error recovery | Esteban Küber | -24/+15 |
| 2019-01-19 | Continune parsing after encountering Trait with paren args | Esteban Küber | -12/+40 |
| 2019-01-20 | [WIP] Fix tests | Yuki Okushi | -6/+91 |
| 2019-01-19 | Don't ignore `_` in type casts and ascriptions | Matthew Jasper | -0/+78 |
| 2019-01-19 | Rollup merge of #57723 - estebank:fix, r=davidtwco | Mazdak Farrokhzad | -3/+139 |
| 2019-01-19 | Type check unnanotated constant items with NLL | Matthew Jasper | -0/+79 |
| 2019-01-19 | Handle lifetime annotations in unreachable code | Matthew Jasper | -16/+387 |
| 2019-01-19 | Rollup merge of #57649 - petrochenkov:privexist, r=arielb1 | Mazdak Farrokhzad | -6/+33 |
| 2019-01-19 | Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakis | Mazdak Farrokhzad | -0/+122 |
| 2019-01-19 | Make `str` indexing generic on `SliceIndex`. | Alexis Hunt | -40/+107 |
| 2019-01-19 | Rollup merge of #57666 - pnkfelix:generalize-huge-enum-test-to-work-cross-pla... | Mazdak Farrokhzad | -5/+3 |
| 2019-01-19 | Rollup merge of #57610 - mark-i-m:nested-matchers, r=petrochenkov | Mazdak Farrokhzad | -20/+243 |
| 2019-01-19 | Rollup merge of #57501 - petrochenkov:highvar, r=alexreg | Mazdak Farrokhzad | -0/+89 |
| 2019-01-19 | Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakis | bors | -9/+6 |
| 2019-01-19 | Auto merge of #56479 - mark-i-m:unsat, r=nikomatsakis | bors | -94/+89 |
| 2019-01-18 | Rollup merge of #57725 - estebank:parens, r=michaelwoerister | Mazdak Farrokhzad | -3/+9 |
| 2019-01-18 | Rollup merge of #57720 - dlrobertson:fix_57521, r=estebank | Mazdak Farrokhzad | -2/+58 |
| 2019-01-18 | Rollup merge of #57657 - AB1908:regression-test-case, r=nikomatsakis | Mazdak Farrokhzad | -0/+32 |
| 2019-01-18 | Rollup merge of #57650 - AB1908:master, r=petrochenkov | Mazdak Farrokhzad | -0/+13 |
| 2019-01-18 | Rollup merge of #57635 - euclio:path-separators, r=michaelwoerister | Mazdak Farrokhzad | -15/+25 |
| 2019-01-18 | Rollup merge of #57350 - folex:master, r=estebank | Mazdak Farrokhzad | -0/+4 |
| 2019-01-18 | Rollup merge of #57302 - sinkuu:unused_assignments_fp, r=estebank | Mazdak Farrokhzad | -0/+9 |
| 2019-01-18 | Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis | Mazdak Farrokhzad | -0/+36 |
| 2019-01-18 | Rollup merge of #57551 - petrochenkov:regrtest, r=nikomatsakis | Mazdak Farrokhzad | -0/+26 |
| 2019-01-18 | Allow evaluating trivial drop glue in constants | Oliver Scherer | -0/+13 |
| 2019-01-18 | Point at return type when appropriate | Esteban Küber | -3/+16 |
| 2019-01-17 | Fix test after rebase | Esteban Küber | -4/+6 |
| 2019-01-17 | Correct error location indicated by comments | Kevin Leimkuhler | -4/+4 |
| 2019-01-17 | Override `Iterator::is_sorted_by` in `slice::Iter` impl | Lukas Kalbertodt | -14/+4 |
| 2019-01-17 | Add is_sorted unstable documentation | Kevin Leimkuhler | -3/+26 |
| 2019-01-17 | Add is_sorted impl for [T] | Kevin Leimkuhler | -1/+1 |
| 2019-01-17 | Add initial impl of is_sorted to Iterator | Kevin Leimkuhler | -0/+35 |
| 2019-01-17 | Point at more cases involving return types | Esteban Küber | -0/+3 |
| 2019-01-17 | Avoid pointing at multiple places on return type error | Esteban Küber | -8/+2 |
| 2019-01-17 | Point more places where expectation comes from | Esteban Küber | -2/+9 |
| 2019-01-17 | Do not give incorrect label for return type mismatch | Esteban Küber | -0/+117 |