| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -598/+0 |
| 2020-08-30 | Rollup merge of #76057 - matklad:remove-retokenize, r=petrochenkov | Dylan DPC | -28/+2 |
| 2020-08-29 | Move retokenize hack to save_analysis | Aleksey Kladov | -28/+2 |
| 2020-08-21 | Auto merge of #75642 - matklad:lexer-comments, r=petrochenkov | bors | -41/+55 |
| 2020-08-20 | Rename rustc_lexer::TokenKind::Not to Bang | Aleksey Kladov | -1/+1 |
| 2020-08-19 | Simplify search for bare `\r` in doc comments | Aleksey Kladov | -14/+11 |
| 2020-08-19 | Move doc comment parsing to rustc_lexer | Aleksey Kladov | -41/+58 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -1/+1 |
| 2020-08-06 | Add some comments for magic numbers + Add tests | Vadim Petrochenkov | -0/+3 |
| 2020-08-06 | rustc_ast: Stop using "string typing" for doc comment tokens | Vadim Petrochenkov | -10/+11 |
| 2020-07-04 | Create new E0768 error code for "no valid digits found for number" error | Guillaume Gomez | -1/+8 |
| 2020-06-25 | Add E0766 error for unterminated double quote byte string | Guillaume Gomez | -6/+9 |
| 2020-06-21 | Create E0765 error for unterminated double quote strings | Guillaume Gomez | -2/+9 |
| 2020-06-16 | Create new E0763 error code for unterminated byte constant | Guillaume Gomez | -2/+9 |
| 2020-06-11 | Rollup merge of #73172 - matthiaskrgr:cl9ppy, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-06-10 | Create new error code E0762 for unterminated char literals | Guillaume Gomez | -1/+9 |
| 2020-06-09 | Fix more clippy warnings | Matthias Krüger | -1/+1 |
| 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-16 | Rollup merge of #72047 - Julian-Wollersberger:literal_error_reporting_cleanup... | Ralf Jung | -122/+30 |
| 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-03 | Implement `confusable_idents` lint. | Charles Lew | -1/+2 |
| 2020-04-01 | Rollup merge of #70522 - rcoh:60762-raw-string-errors, r=petrochenkov | Mazdak Farrokhzad | -34/+59 |
| 2020-03-30 | remove obsolete comment | Tshepang Lekhonkhobe | -3/+0 |
| 2020-03-29 | Cleanup error messages, improve docstrings | Russell Cohen | -5/+4 |
| 2020-03-29 | Improve error messages for raw strings (#60762) | Russell Cohen | -34/+60 |
| 2020-03-22 | Rollup merge of #70254 - matthiaskrgr:cl4ppy, r=Centril | Dylan DPC | -8/+4 |
| 2020-03-22 | don't create variable bindings just to return the bound value immediately (cl... | Matthias Krüger | -8/+4 |
| 2020-03-20 | parse/lexer: support `StringReader::retokenize` called on external files. | Eduard-Mihai Burtescu | -4/+12 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-28 | Add E0747 error code | Guillaume Gomez | -2/+6 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -10/+5 |
| 2020-02-09 | Make issue references consistent | Matthias Prechtl | -2/+3 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -3/+3 |
| 2019-12-31 | Inline and remove `nfc_symbol_from` method. | Charles Lew | -8/+1 |
| 2019-12-31 | Add symbol normalization for proc_macro_server. | Charles Lew | -8/+12 |
| 2019-12-26 | Normalize identifiers in librustc_parse. | Charles Lew | -2/+15 |
| 2019-12-22 | Format the world | Mark Rousskov | -101/+99 |
| 2019-12-05 | rustc_parser: cleanup imports | Mazdak Farrokhzad | -6/+5 |
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -0/+643 |