| Age | Commit message (Expand) | Author | Lines |
| 2019-09-21 | Remove constraints argument from path_all | Mark Rousskov | -8/+8 |
| 2019-09-20 | factor out pluralisation remains after #64280 | gaolei | -1/+2 |
| 2019-09-17 | Generate proc macro harness in AST order. | Aaron Hill | -47/+62 |
| 2019-09-15 | Remove `with_legacy_ctxt` | Matthew Jasper | -8/+10 |
| 2019-09-15 | Give more `Idents` spans | Matthew Jasper | -62/+66 |
| 2019-09-15 | Avoid some unnecessary `&str` to `Ident` conversions | Matthew Jasper | -16/+14 |
| 2019-09-14 | Auto merge of #64080 - estebank:parse-format-comma, r=zackmdavis | bors | -4/+12 |
| 2019-09-09 | Resolve attributes in several places | Caio | -0/+1 |
| 2019-09-07 | Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov | Mazdak Farrokhzad | -6/+4 |
| 2019-09-07 | Rollup merge of #64243 - petrochenkov:cmdattr, r=alexcrichton | Mazdak Farrokhzad | -0/+31 |
| 2019-09-07 | Rollup merge of #64233 - varkor:correct-pluralisation, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-09-07 | Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkov | Mazdak Farrokhzad | -251/+194 |
| 2019-09-06 | Move injection of attributes from command line to `libsyntax_ext` | Vadim Petrochenkov | -0/+31 |
| 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 | -13/+9 |
| 2019-09-05 | Simplify std lib injection | Matthew Jasper | -120/+36 |
| 2019-09-05 | Remove rustc_diagnostic_macros feature | Mark Rousskov | -1/+0 |
| 2019-09-05 | Replace diagnostic plugins with macro_rules | Mark Rousskov | -2/+0 |
| 2019-09-05 | Restrict error code length to 80 columns | Mark Rousskov | -3/+4 |
| 2019-09-05 | Document test harness generation | Matthew Jasper | -27/+55 |
| 2019-09-05 | Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span` | Vadim Petrochenkov | -8/+13 |
| 2019-09-05 | Make use of hygiene in AST passes | Matthew Jasper | -210/+204 |
| 2019-09-05 | Rollup merge of #64041 - matklad:token-stream-tt, r=petrochenkov | Mazdak Farrokhzad | -69/+72 |
| 2019-09-05 | or-patterns: syntax: adjust derive, format, and building. | Mazdak Farrokhzad | -13/+9 |
| 2019-09-04 | remove XID and Pattern_White_Space unicode tables from libcore | Aleksey Kladov | -0/+1 |
| 2019-09-03 | use consistent naming for buildin expansion functions | Aleksey Kladov | -9/+9 |
| 2019-09-03 | use TokenStream rather than &[TokenTree] for built-in macros | Aleksey Kladov | -61/+64 |
| 2019-09-01 | Be accurate on `format!` parse error expectations | Esteban Küber | -4/+12 |
| 2019-08-28 | Auto merge of #63127 - kper:pr, r=nikomatsakis | bors | -8/+8 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -8/+8 |
| 2019-08-27 | proc_macro: Turn `quote` into a regular built-in macro | Vadim Petrochenkov | -0/+8 |
| 2019-08-23 | Audit uses of `apply_mark` in built-in macros | Vadim Petrochenkov | -24/+23 |
| 2019-08-17 | Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm} | Matthew Jasper | -7/+3 |
| 2019-08-17 | Remove gensyms from built-in derives | Matthew Jasper | -86/+67 |
| 2019-08-16 | Rollup merge of #63613 - petrochenkov:stdhyg, r=alexcrichton | Mazdak Farrokhzad | -1/+0 |
| 2019-08-16 | Rollup merge of #63525 - matklad:centraliza-file-loading, r=petrochenkov | Mazdak Farrokhzad | -26/+11 |
| 2019-08-15 | Remove `__rust_unstable_column` | Vadim Petrochenkov | -1/+0 |
| 2019-08-15 | hygiene: `ExpnInfo` -> `ExpnData` | Vadim Petrochenkov | -12/+12 |
| 2019-08-15 | hygiene: Merge `ExpnInfo` and `InternalExpnData` | Vadim Petrochenkov | -13/+11 |
| 2019-08-15 | `Ident::with_empty_ctxt` -> `Ident::with_dummy_span` | Vadim Petrochenkov | -20/+20 |
| 2019-08-15 | syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()` | Vadim Petrochenkov | -3/+3 |
| 2019-08-15 | Remove `Spanned` from `{ast,hir}::FieldPat` | Vadim Petrochenkov | -9/+7 |
| 2019-08-15 | Remove `Spanned` from `ast::Mac` | Vadim Petrochenkov | -6/+3 |
| 2019-08-15 | Remove `Spanned` from `mk_name_value_item_str` and `expr_to_spanned_string` | Vadim Petrochenkov | -8/+8 |
| 2019-08-15 | Make sure that all file loading happens via SourceMap | Aleksey Kladov | -26/+11 |
| 2019-08-14 | Rollup merge of #63543 - c410-f3r:variant, r=c410-f3r | Mazdak Farrokhzad | -14/+14 |
| 2019-08-14 | Rollup merge of #63542 - c410-f3r:node_ids, r=petrochenkov | Mazdak Farrokhzad | -0/+1 |
| 2019-08-14 | Rollup merge of #63537 - petrochenkov:novisit, r=alexcrichton | Mazdak Farrokhzad | -16/+20 |
| 2019-08-14 | Merge Variant and Variant_ | Caio | -14/+14 |
| 2019-08-13 | Add NodeId for Arm, Field and FieldPat | Caio | -0/+1 |