| Age | Commit message (Expand) | Author | Lines |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-15 | Remove unnecessary `.clone()` | Shotaro Yamada | -1/+1 |
| 2019-06-09 | Introduce InnerSpan abstraction | Mark Rousskov | -8/+6 |
| 2019-06-09 | Shift padding out of suggestions for format strings | Mark Rousskov | -4/+4 |
| 2019-06-09 | Use Symbol for named arguments in fmt_macros | Mark Rousskov | -13/+12 |
| 2019-06-07 | parser: `self.span` -> `self.token.span` | Vadim Petrochenkov | -2/+2 |
| 2019-06-06 | syntax: Remove duplicate span from `token::Ident` | Vadim Petrochenkov | -3/+3 |
| 2019-06-06 | syntax: Use `Token` in `Parser` | Vadim Petrochenkov | -1/+1 |
| 2019-05-27 | Pass symbols to `ExtCtxt::std_path` instead of strings. | Nicholas Nethercote | -5/+5 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -3/+3 |
| 2019-04-04 | Fix cases of conflicting two-phase borrows | Matthew Jasper | -2/+2 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -3/+3 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -2/+2 |
| 2019-02-11 | Require a list of features to allow in `allow_internal_unstable` | Oliver Scherer | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -3/+3 |
| 2019-02-04 | libsyntax_ext => 2018 | Taiki Endo | -16/+17 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -2/+2 |
| 2019-01-22 | Rollup merge of #57537 - sinkuu:fmt_perf, r=alexcrichton | Mazdak Farrokhzad | -1/+4 |
| 2019-01-12 | Fix simple formatting optimization | Shotaro Yamada | -1/+4 |
| 2019-01-11 | don't unwrap unexpected tokens in `format!` | Andy Russell | -1/+1 |
| 2019-01-02 | make `panictry!` private to libsyntax | Andy Russell | -21/+27 |
| 2018-12-31 | Use structured suggestion for braceless unicode escape squence | Esteban Küber | -2/+2 |
| 2018-12-31 | Account for `\xFF` and `\u{FF}` sequences in string format errors | Esteban Küber | -0/+45 |
| 2018-12-30 | Improve error recovery for some built-in macros | Vadim Petrochenkov | -12/+14 |
| 2018-12-29 | Auto merge of #57140 - estebank:str-err, r=varkor | bors | -2/+9 |
| 2018-12-27 | Make sure feature gate errors are recoverable | Vadim Petrochenkov | -1/+0 |
| 2018-12-27 | Fix `trace_macros` and `log_syntax` | Vadim Petrochenkov | -3/+3 |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -2/+2 |
| 2018-12-26 | Add span label to unused string formatting argument | Esteban Küber | -1/+6 |
| 2018-12-26 | Point at correct span for arguments in format strings | Esteban Küber | -1/+3 |
| 2018-12-26 | Various changes to string format diagnostics | Esteban Küber | -8/+69 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-14 | format: minor stylistic improvements | ljedrz | -12/+6 |
| 2018-12-14 | format: refactor verify_arg_type | ljedrz | -22/+16 |
| 2018-12-14 | format: refactor report_invalid_references | ljedrz | -25/+21 |
| 2018-12-14 | format: remove unreachable condition | ljedrz | -22/+9 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-09-17 | Whitespace fix again. | Vitaly _Vi Shukela | -3/+3 |
| 2018-09-17 | Fill in suggestions Applicability according to @estebank | Vitaly _Vi Shukela | -3/+3 |
| 2018-09-16 | Attach Applicability to multipart_suggestion and span_suggestions | Vitaly _Vi Shukela | -1/+2 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -8/+8 |
| 2018-08-22 | Rollup merge of #53504 - ekse:suggestions-applicability-2, r=estebank | Guillaume Gomez | -1/+3 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-20 | Set applicability for more suggestions. | Sébastien Duquette | -1/+3 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -1/+1 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-09 | Use Cow<str> in describe_num_args | ljedrz | -6/+8 |
| 2018-08-09 | Refactor expand_preparsed_format_args | ljedrz | -55/+62 |
| 2018-08-06 | Point at correct span when missing comma in `println` | Esteban Küber | -1/+1 |