| Age | Commit message (Expand) | Author | Lines |
| 2020-06-19 | Rollup merge of #73280 - GuillaumeGomez:add-e0763, r=petrochenkov | Ralf Jung | -2/+9 |
| 2020-06-18 | Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwco | Manish Goregaokar | -1/+1 |
| 2020-06-18 | Rollup merge of #71976 - mibac138:let-recovery, r=estebank | Manish Goregaokar | -2/+22 |
| 2020-06-16 | Create new E0763 error code for unterminated byte constant | Guillaume Gomez | -2/+9 |
| 2020-06-15 | Tweak "non-primitive cast" error | Esteban Küber | -1/+1 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -2/+4 |
| 2020-06-11 | Rollup merge of #73172 - matthiaskrgr:cl9ppy, r=Dylan-DPC | Dylan DPC | -5/+5 |
| 2020-06-11 | Rollup merge of #73164 - GuillaumeGomez:add-e0761, r=petrochenkov | Dylan DPC | -1/+9 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -2/+4 |
| 2020-06-10 | Create new error code E0762 for unterminated char literals | Guillaume Gomez | -1/+9 |
| 2020-06-10 | Rollup merge of #73157 - Aaron1011:where-oh-where-has-my-little-span-gone, r=... | Dylan DPC | -2/+7 |
| 2020-06-09 | Fix more clippy warnings | Matthias Krüger | -5/+5 |
| 2020-06-08 | Don't lose empty `where` clause when pretty-printing | Aaron Hill | -2/+7 |
| 2020-06-07 | Create new error code E0758 for unterminated multi-line comments | Guillaume Gomez | -1/+9 |
| 2020-06-01 | Cleanup: Inline `struct_span_fatal()`, which is only called once, and remove ... | Julian Wollersberger | -24/+5 |
| 2020-06-01 | Simplify raw string error reporting. | Julian Wollersberger | -27/+24 |
| 2020-05-30 | Rollup merge of #72585 - Aaron1011:feature/opt-item-tokens, r=petrochenkov | Ralf Jung | -5/+16 |
| 2020-05-30 | Rollup merge of #72724 - Aaron1011:revert-tokenstream-expand, r=petrochenkov | Yuki Okushi | -209/+4 |
| 2020-05-29 | Fix missing import lost in revert | Aaron Hill | -1/+1 |
| 2020-05-29 | Revert "Move functions to librustc_parse" | Aaron Hill | -123/+2 |
| 2020-05-29 | Revert "Recursively expand nonterminals" | Aaron Hill | -95/+14 |
| 2020-05-29 | Revert "Fix rebase fallout" | Aaron Hill | -4/+1 |
| 2020-05-27 | improve diagnostics suggestion for missing `@` in slice id binding to rest p... | Chris Simpkins | -0/+20 |
| 2020-05-27 | Rollup merge of #72348 - chrissimpkins:fix-72253, r=estebank | Dylan DPC | -0/+13 |
| 2020-05-26 | improve error message for unexpected comma token in multiline block | Chris Simpkins | -0/+13 |
| 2020-05-25 | Only capture tokens for items with outer attributes | Aaron Hill | -5/+16 |
| 2020-05-24 | Collect tokens for `ast::Expr` | Aaron Hill | -14/+43 |
| 2020-05-24 | Auto merge of #72529 - RalfJung:rollup-ydthv90, r=RalfJung | bors | -73/+113 |
| 2020-05-22 | Fix rebase fallout | Aaron Hill | -1/+4 |
| 2020-05-22 | Recursively expand nonterminals | Aaron Hill | -14/+95 |
| 2020-05-22 | Move functions to librustc_parse | Aaron Hill | -2/+123 |
| 2020-05-22 | Rewrite `Parser::collect_tokens` | Aaron Hill | -73/+113 |
| 2020-05-21 | Adjust according to petrochenkov's review comments | mibac138 | -43/+22 |
| 2020-05-20 | Adjust according to estebank's review comments | mibac138 | -11/+8 |
| 2020-05-20 | Error recovery for `let` with `+=` | mibac138 | -33/+32 |
| 2020-05-20 | Expand partial error recovery for `let` with `BinOpEq` | mibac138 | -10/+30 |
| 2020-05-20 | Implement partial error recovery for `let` with `BinOpEq` | mibac138 | -2/+27 |
| 2020-05-16 | Rollup merge of #72254 - ehuss:double-backtick, r=dtolnay | Ralf Jung | -1/+1 |
| 2020-05-16 | Rollup merge of #72047 - Julian-Wollersberger:literal_error_reporting_cleanup... | Ralf Jung | -122/+30 |
| 2020-05-15 | Remove redundant backtick in error message. | Eric Huss | -1/+1 |
| 2020-05-14 | cleanup stale FIXME(#64197) | sergey-melnychuk | -2/+5 |
| 2020-05-13 | Unified `validate_{byte,str,raw_str,raw_byte_str}_escape` methods into one me... | Julian Wollersberger | -122/+30 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -18/+16 |
| 2020-05-05 | Detect errors caused by `async` block in 2015 edition | Esteban Küber | -22/+36 |
| 2020-05-03 | Implement `confusable_idents` lint. | Charles Lew | -1/+2 |
| 2020-04-30 | Rollup merge of #71433 - antoyo:error/missing-right-operand, r=Dylan-DPC | Dylan DPC | -0/+5 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -2/+2 |
| 2020-04-23 | Rollup merge of #70633 - kper:master, r=estebank | Dylan DPC | -6/+35 |
| 2020-04-22 | Rollup merge of #71256 - cuviper:must_use_replace, r=estebank | Dylan DPC | -9/+8 |
| 2020-04-22 | Add help message for missing right operand in condition | Antoni Boucher | -0/+5 |