| Age | Commit message (Expand) | Author | Lines |
| 2019-05-11 | Simplify conversions between tokens and semantic literals | Vadim Petrochenkov | -79/+133 |
| 2019-05-11 | Keep the original token in `ast::Lit` | Vadim Petrochenkov | -0/+1 |
| 2019-05-09 | Rollup merge of #60188 - estebank:recover-block, r=varkor | Mazdak Farrokhzad | -2/+25 |
| 2019-05-06 | review comments: fix typo and add comments | Esteban Küber | -2/+2 |
| 2019-05-06 | Auto merge of #60261 - matklad:one-escape, r=petrochenkov | bors | -222/+47 |
| 2019-05-02 | Deduplicate needed parentheses suggestion code | Esteban Küber | -1/+22 |
| 2019-05-02 | don't amplify errors in format! with bad literals | Aleksey Kladov | -7/+14 |
| 2019-05-02 | introduce unescape module | Aleksey Kladov | -222/+40 |
| 2019-05-02 | Rollup merge of #60348 - agnxy:refactor-parser, r=petrochenkov | Mazdak Farrokhzad | -0/+1 |
| 2019-05-01 | move some functions from parser.rs to diagostics.rs | Andrew Xu | -0/+1 |
| 2019-04-29 | Identify when a stmt could have been parsed as an expr | Esteban Küber | -1/+3 |
| 2019-04-23 | reduce visibility | Aleksey Kladov | -1/+1 |
| 2019-03-09 | Expose new_sub_parser_from_file | topecongiro | -1/+1 |
| 2019-03-09 | Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini | bors | -1/+1 |
| 2019-03-06 | Make `-Z treat-err-as-bug` take a number of errors to be emitted | Esteban Küber | -1/+1 |
| 2019-03-06 | Simplify code | Esteban Küber | -2/+9 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -1/+1 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -22/+21 |
| 2019-02-07 | unify error handling to single method | Esteban Küber | -0/+1 |
| 2019-02-07 | Deduplicate mismatched delimiter errors | Esteban Küber | -17/+40 |
| 2019-02-07 | libsyntax => 2018 | Taiki Endo | -30/+32 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -22/+17 |
| 2019-01-20 | Auto merge of #57651 - JohnTitor:give-char-type, r=estebank | bors | -0/+1 |
| 2019-01-20 | Mark incorrect recovered `char` literals as `TyErr` to avoid type errors | Yuki Okushi | -1/+1 |
| 2019-01-19 | Rollup merge of #57486 - nnethercote:simplify-TokenStream-more, r=petrochenkov | Mazdak Farrokhzad | -3/+3 |
| 2019-01-16 | Add new literal type Err | Yuki Okushi | -0/+1 |
| 2019-01-14 | Remove `ThinTokenStream`. | Nicholas Nethercote | -3/+3 |
| 2019-01-11 | Add label for invalid literal suffix | Esteban Küber | -0/+2 |
| 2019-01-11 | Continue evaluating after incorrect float literal | Esteban Küber | -1/+5 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-17 | Tweak query code for performance | John Kåre Alsaker | -0/+1 |
| 2018-12-17 | Auto merge of #56737 - nnethercote:TokenStream-improvements, r=petrochenkov | bors | -3/+3 |
| 2018-12-14 | Rollup merge of #56658 - Xanewok:non-panicking-file-parser, r=petrochenkov | kennytm | -8/+29 |
| 2018-12-12 | Rename `TokenStream::concat` and remove `TokenStream::concat_rc_vec`. | Nicholas Nethercote | -3/+3 |
| 2018-12-10 | Remove `tokenstream::Delimited`. | Nicholas Nethercote | -32/+29 |
| 2018-12-09 | Add missing, non-panicking `maybe_new_parser_from_file` variant | Igor Matuszewski | -8/+29 |
| 2018-12-06 | Auto merge of #54517 - mcr431:53956-panic-on-include_bytes-of-own-file, r=mic... | bors | -4/+6 |
| 2018-12-04 | adds DocTest filename variant, refactors doctest_offset out of source_map, fi... | Matthew Russo | -4/+6 |
| 2018-12-04 | Use iterator and pattern APIs instead of `char_at` | Shotaro Yamada | -9/+6 |
| 2018-11-14 | Clean up some non-mod-rs stuff. | Eric Huss | -4/+0 |
| 2018-11-04 | Auto merge of #54861 - rep-nop:find_main_in_doctest, r=estebank | bors | -8/+42 |
| 2018-11-02 | implement existing parser fns in terms of fallible fns | QuietMisdreavus | -14/+4 |
| 2018-11-01 | buffer errors from initial tokenization when parsing | QuietMisdreavus | -2/+46 |
| 2018-10-29 | Rename other occs of (Code/File)Map to Source(Map/File) #51574 | David Lavati | -4/+4 |
| 2018-10-26 | Avoid unnecessary allocations in `float_lit` and `integer_lit`. | Nicholas Nethercote | -4/+19 |
| 2018-10-21 | Fix a few tests with target-specific output | Vadim Petrochenkov | -1/+1 |
| 2018-09-08 | Track distinct spans for open and close delimiter | David Tolnay | -3/+3 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -4/+4 |