| Age | Commit message (Expand) | Author | Lines |
| 2019-02-16 | help suggestion when trying to delimit string literals with directed unicode ... | Patrick McCarter | -0/+22 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -3/+2 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -2/+2 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -2/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -6/+6 |
| 2019-02-07 | Deduplicate mismatched delimiter errors | Esteban Küber | -0/+11 |
| 2019-02-07 | libsyntax => 2018 | Taiki Endo | -16/+19 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -2/+2 |
| 2019-01-20 | Auto merge of #56884 - euclio:codeblock-diagnostics, r=QuietMisdreavus | bors | -13/+0 |
| 2019-01-20 | Revert change | Yuki Okushi | -3/+2 |
| 2019-01-20 | [WIP] Improve error behavior | Yuki Okushi | -6/+8 |
| 2019-01-18 | Continue cheking | Yuki Okushi | -1/+1 |
| 2019-01-16 | Cancel process | Yuki Okushi | -1/+1 |
| 2019-01-14 | rustdoc: check code block syntax in early pass | Andy Russell | -13/+0 |
| 2019-01-11 | Continue evaluating after parsing incorrect binary literal | Esteban Küber | -1/+1 |
| 2018-12-31 | Do not use unicode character in diagnostic help | Esteban Küber | -1/+1 |
| 2018-12-31 | Use structured suggestion for braceless unicode escape squence | Esteban Küber | -6/+30 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-06 | Auto merge of #54517 - mcr431:53956-panic-on-include_bytes-of-own-file, r=mic... | bors | -1/+1 |
| 2018-12-04 | adds DocTest filename variant, refactors doctest_offset out of source_map, fi... | Matthew Russo | -1/+1 |
| 2018-12-04 | Use iterator and pattern APIs instead of `char_at` | Shotaro Yamada | -17/+19 |
| 2018-11-26 | Update outdated code comments in StringReader | Jason Langenauer | -3/+2 |
| 2018-11-14 | Clean up some non-mod-rs stuff. | Eric Huss | -1/+0 |
| 2018-11-04 | Auto merge of #54861 - rep-nop:find_main_in_doctest, r=estebank | bors | -1/+22 |
| 2018-11-01 | buffer errors from initial tokenization when parsing | QuietMisdreavus | -1/+22 |
| 2018-10-29 | Rename other occs of (Code/File)Map to Source(Map/File) #51574 | David Lavati | -54/+54 |
| 2018-09-29 | Add a sentence before rustc errors | Guillaume Gomez | -1/+3 |
| 2018-09-29 | Improve error display for codeblocks in rustdoc | Guillaume Gomez | -0/+11 |
| 2018-09-09 | Don't compute padding of braces unless they are unmatched | Esteban Küber | -3/+3 |
| 2018-09-05 | Provide more context for unenclosed delimiters | Esteban Küber | -0/+5 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-08-19 | fix tidy errors | Donato Sciarra | -6/+6 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -19/+19 |
| 2018-08-19 | mv FileMap SourceFile | Donato Sciarra | -5/+5 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -18/+18 |
| 2018-08-17 | Rollup merge of #53373 - estebank:unclosed, r=petrochenkov | kennytm | -0/+2 |
| 2018-08-15 | Do not emit "incorrect close delimiter" twice in the same place | Esteban Küber | -0/+2 |
| 2018-08-13 | A few cleanups and minor improvements for the lexer | ljedrz | -67/+112 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -3/+1 |
| 2018-07-23 | Allow by default, fix tests | mark | -0/+1 |
| 2018-07-20 | proc_macro: move some implementation details to a rustc module. | Eduard-Mihai Burtescu | -6/+0 |
| 2018-07-14 | Remove some tests using AST comparisons, fix other tests | Vadim Petrochenkov | -2/+4 |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -1/+1 |
| 2018-06-27 | Make FileMap::{lines, multibyte_chars, non_narrow_chars} non-mutable. | Michael Woerister | -19/+1 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -2/+2 |
| 2018-06-15 | Auto merge of #50296 - cmdd:master, r=nikomatsakis | bors | -0/+14 |