| Age | Commit message (Expand) | Author | Lines |
| 2019-07-27 | Fix typo in Delimited::open_tt | Julien Cretin | -22/+22 |
| 2019-07-26 | Auto merge of #62086 - petrochenkov:builtout, r=eddyb | bors | -0/+28 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -0/+28 |
| 2019-07-25 | Implement slow-path for FirstSets::first | Julien Cretin | -0/+93 |
| 2019-07-23 | Rollup merge of #62791 - estebank:type-ascription, r=petrochenkov | Mark Rousskov | -1/+1 |
| 2019-07-20 | Auto merge of #62710 - estebank:bad-named-args, r=petrochenkov | bors | -14/+22 |
| 2019-07-19 | Implement checks for meta-variables in macros | Julien Cretin | -0/+220 |
| 2019-07-19 | Handle more cases of typos misinterpreted as type ascription | Esteban Küber | -1/+1 |
| 2019-07-19 | Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwco | bors | -11/+7 |
| 2019-07-18 | resolve: Visit all scopes to collect suggestion candidates for unresolved macros | Vadim Petrochenkov | -5/+5 |
| 2019-07-18 | resolve: Use `feature(custom_attribute)` fallback only if the feature is enabled | Vadim Petrochenkov | -8/+4 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -3/+3 |
| 2019-07-15 | Specific error for positional args after named args in `format!()` | Esteban Küber | -14/+22 |
| 2019-07-15 | pprust: Fix formatting regressions from the previous commits | Vadim Petrochenkov | -1/+1 |
| 2019-07-15 | pprust: Use `print_mac_common` for delimited token groups | Vadim Petrochenkov | -6/+6 |
| 2019-07-11 | pretty-print: Do not lose the `$crate` printing flag in `print_tt` | Vadim Petrochenkov | -0/+18 |
| 2019-07-11 | Add a regression test for #44692 | Vadim Petrochenkov | -0/+31 |
| 2019-07-11 | expand: Merge `expand_{bang,attr,derive}_invoc` into a single function | Vadim Petrochenkov | -1/+1 |
| 2019-07-11 | expand: It's always possible to create a dummy AST fragment | Vadim Petrochenkov | -2/+0 |
| 2019-07-11 | resolve: Divide macro path resolution into speculative and error reporting parts | Vadim Petrochenkov | -7/+7 |
| 2019-07-11 | resolve/expand: Catch macro kind mismatches early in resolve | Vadim Petrochenkov | -3/+3 |
| 2019-07-11 | resolve/expand: `resolve_macro_invocation` no longer returns determinate errors | Vadim Petrochenkov | -2/+2 |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -7/+7 |
| 2019-07-07 | Address review comments + Fix rebase | Vadim Petrochenkov | -1/+1 |
| 2019-07-07 | Support deprecation checking for macros | Vadim Petrochenkov | -3/+81 |
| 2019-07-07 | resolve: Use standard stability diagnostics for macros | Vadim Petrochenkov | -4/+4 |
| 2019-07-07 | resolve: Check stability for local macros as well | Vadim Petrochenkov | -2/+10 |
| 2019-07-06 | `#[rustc_transparent_macro]` -> `#[rustc_macro_transparency = ...]` | Vadim Petrochenkov | -12/+12 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -8/+8 |
| 2019-06-10 | syntax: Remove `SyntaxExtension::DeclMacro` | Vadim Petrochenkov | -0/+3 |
| 2019-06-09 | Fix typo in comment. | Mazdak Farrokhzad | -1/+1 |
| 2019-06-09 | Fix inaccurate comments in '?' Kleene operator tests. | Mazdak Farrokhzad | -25/+27 |
| 2019-06-09 | Update tests since ? macro op is supported on 2015. | Mazdak Farrokhzad | -83/+148 |
| 2019-06-09 | Rollup merge of #61669 - petrochenkov:tokderef2, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2019-06-08 | Introduce `#[rustc_dummy]` attribute and use it in tests | Vadim Petrochenkov | -4/+4 |
| 2019-06-08 | syntax: Keep full `Token`s for `macro_rules` separators | Vadim Petrochenkov | -2/+2 |
| 2019-05-24 | Tweak macro parse errors when reaching EOF during macro call parse | Esteban Küber | -6/+6 |
| 2019-05-22 | add ui tests | Mark Mansi | -0/+47 |
| 2019-05-11 | Move literal parsing code into a separate file | Vadim Petrochenkov | -2/+2 |
| 2019-04-29 | Auto merge of #60039 - rasendubi:assert-trailing-junk, r=alexcrichton | bors | -0/+84 |
| 2019-04-24 | Add guard for missing comma in macro call suggestion | Esteban Küber | -7/+23 |
| 2019-04-25 | Handle common assert! misuses | Alexey Shmalko | -1/+49 |
| 2019-04-22 | Remove double trailing newlines | varkor | -2/+0 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -19/+5 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -3/+2 |
| 2019-04-17 | Make assert! ensure the macro is parsed completely | Alexey Shmalko | -0/+36 |
| 2019-04-14 | Rollup merge of #59858 - mark-i-m:dup-matcher-bindings-3, r=Centril | Mazdak Farrokhzad | -33/+37 |
| 2019-04-12 | Rollup merge of #59862 - estebank:tweak-unstable-diag, r=petrochenkov | Mazdak Farrokhzad | -4/+8 |
| 2019-04-11 | remove warn | Mark Mansi | -1/+0 |
| 2019-04-11 | Reword tracking issue note | Esteban Küber | -4/+4 |