| Age | Commit message (Expand) | Author | Lines |
| 2019-09-25 | Fix format macro expansions spans to be macro-generated | Stephen Crane | -6/+6 |
| 2019-09-23 | cleanup librustc_errors Handler code. | Mazdak Farrokhzad | -2/+2 |
| 2019-09-20 | factor out pluralisation remains after #64280 | gaolei | -1/+2 |
| 2019-09-15 | Give more `Idents` spans | Matthew Jasper | -11/+11 |
| 2019-09-14 | Auto merge of #64080 - estebank:parse-format-comma, r=zackmdavis | bors | -4/+12 |
| 2019-09-06 | Correct pluralisation of various diagnostic messages | varkor | -1/+1 |
| 2019-09-06 | Rollup merge of #64111 - Centril:ast-only-patkind-or, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-09-05 | or-patterns: syntax: adjust derive, format, and building. | Mazdak Farrokhzad | -1/+1 |
| 2019-09-03 | use TokenStream rather than &[TokenTree] for built-in macros | Aleksey Kladov | -5/+5 |
| 2019-09-01 | Be accurate on `format!` parse error expectations | Esteban Küber | -4/+12 |
| 2019-08-23 | Audit uses of `apply_mark` in built-in macros | Vadim Petrochenkov | -6/+5 |
| 2019-08-15 | Remove `Spanned` from `mk_name_value_item_str` and `expr_to_spanned_string` | Vadim Petrochenkov | -8/+8 |
| 2019-08-13 | syntax: Remove `DummyResult::expn_only` | Vadim Petrochenkov | -1/+1 |
| 2019-08-09 | Rollup merge of #63114 - matthewjasper:hygienic-format-args, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2019-08-05 | Remove gensym from format_args | Matthew Jasper | -2/+2 |
| 2019-08-03 | Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkov | Mazdak Farrokhzad | -1/+0 |
| 2019-07-31 | fix dedup | Esteban Küber | -1/+1 |
| 2019-07-31 | Replace AstBuilder with inherent methods | Mark Rousskov | -1/+0 |
| 2019-07-29 | review comments | Esteban Küber | -1/+1 |
| 2019-07-29 | Improve handling of invalid references in `format!()` | Esteban Küber | -13/+34 |
| 2019-07-29 | On `format!()` arg count mismatch provide extra info | Esteban Küber | -15/+92 |
| 2019-07-23 | Rollup merge of #62791 - estebank:type-ascription, r=petrochenkov | Mark Rousskov | -1/+4 |
| 2019-07-20 | Auto merge of #62710 - estebank:bad-named-args, r=petrochenkov | bors | -15/+24 |
| 2019-07-19 | Handle more cases of typos misinterpreted as type ascription | Esteban Küber | -1/+4 |
| 2019-07-19 | Adjust other names after the `Mark` renaming | Vadim Petrochenkov | -4/+4 |
| 2019-07-15 | Specific error for positional args after named args in `format!()` | Esteban Küber | -15/+24 |
| 2019-07-07 | syntax: Migrate built-in macros to the regular stability checking | Vadim Petrochenkov | -30/+17 |
| 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 |