| Age | Commit message (Expand) | Author | Lines |
| 2019-08-27 | resolve: Block expansion of a derive container until all its derives are reso... | Vadim Petrochenkov | -46/+59 |
| 2019-08-25 | pprust: Do not print spaces before some tokens | Vadim Petrochenkov | -4/+4 |
| 2019-08-18 | Auto merge of #63269 - Aaron1011:feature/proc-macro-data, r=eddyb,petrochenkov | bors | -20/+32 |
| 2019-08-17 | resolve: Properly integrate derives and `macro_rules` scopes | Vadim Petrochenkov | -0/+25 |
| 2019-08-17 | Serialize additional data for procedural macros | Aaron Hill | -20/+32 |
| 2019-08-16 | Rollup merge of #63535 - petrochenkov:expndata, r=matthewjasper | Mazdak Farrokhzad | -12/+12 |
| 2019-08-15 | resolve: Move macro resolution traces from `Module`s to `Resolver` | Vadim Petrochenkov | -12/+12 |
| 2019-08-15 | Move `test-macros.rs` back to `ui` to fix tests #62593 | Kevin Per | -0/+112 |
| 2019-08-15 | Group all ui tests and move to abi #62593 | Kevin Per | -166/+0 |
| 2019-08-12 | Update tests for excess semicolon lint | Nathan | -2/+2 |
| 2019-08-09 | More explicit diagnostic when using a `vec![]` in a pattern | Esteban Küber | -1/+1 |
| 2019-08-03 | Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras... | Vadim Petrochenkov | -36/+36 |
| 2019-07-27 | tests: Move run-pass tests with naming conflicts to ui | Vadim Petrochenkov | -0/+190 |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+1298 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -17/+10 |
| 2019-07-23 | Normalize use of backticks in compiler messages for libsyntax/* | Samy Kacimi | -1/+1 |
| 2019-07-19 | Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwco | bors | -81/+40 |
| 2019-07-18 | resolve: Visit all scopes to collect suggestion candidates for unresolved macros | Vadim Petrochenkov | -8/+8 |
| 2019-07-18 | resolve: Use `feature(custom_attribute)` fallback only if the feature is enabled | Vadim Petrochenkov | -75/+34 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -2/+2 |
| 2019-07-15 | Rollup merge of #62646 - estebank:wording, r=petrochenkov | Mark Rousskov | -2/+2 |
| 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 | -11/+11 |
| 2019-07-13 | review comments | Esteban Küber | -8/+8 |
| 2019-07-13 | Tweak wording in feature gate errors | Esteban Küber | -10/+10 |
| 2019-07-11 | pretty-print: Do not lose the `$crate` printing flag in `print_tt` | Vadim Petrochenkov | -10/+10 |
| 2019-07-11 | Add a regression test for #44692 | Vadim Petrochenkov | -1/+1 |
| 2019-07-11 | resolve/expand: Catch macro kind mismatches early in resolve | Vadim Petrochenkov | -16/+72 |
| 2019-07-11 | resolve: Make proc macro stubs less stubby | Vadim Petrochenkov | -29/+47 |
| 2019-07-10 | Rollup merge of #62393 - petrochenkov:notto-disu, r=Mark-Simulacrum | Mazdak Farrokhzad | -8/+153 |
| 2019-07-09 | Add a test case with `$crate` from other crate | Vadim Petrochenkov | -0/+66 |
| 2019-07-09 | Resolve `$crate` in all hygienic contexts for pretty-pringing | Vadim Petrochenkov | -25/+15 |
| 2019-07-09 | Pretty-print `$crate` as `crate`/`::my_crate` in tokens | Vadim Petrochenkov | -8/+8 |
| 2019-07-09 | Add a test for `$crate` inside macro invocation | Vadim Petrochenkov | -0/+89 |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -39/+39 |
| 2019-07-06 | resolve: Reserve cfg/cfg_attr/derive only in attribute sub-namespace | Vadim Petrochenkov | -6/+6 |
| 2019-07-05 | Rollup merge of #62133 - petrochenkov:norustc, r=eddyb | Mazdak Farrokhzad | -6/+15 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -11/+11 |
| 2019-06-30 | Feature gate `rustc` attributes harder | Vadim Petrochenkov | -2/+13 |
| 2019-06-30 | Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registered | Vadim Petrochenkov | -6/+4 |
| 2019-06-24 | Address review comments. | Mazdak Farrokhzad | -0/+1 |
| 2019-06-08 | Remove some more `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -6/+25 |
| 2019-05-29 | Rollup merge of #61024 - petrochenkov:proctest, r=nikomatsakis | Mazdak Farrokhzad | -525/+475 |
| 2019-05-25 | Reword malformed attribute input diagnostics | Esteban Küber | -45/+43 |
| 2019-05-24 | Tweak macro parse errors when reaching EOF during macro call parse | Esteban Küber | -2/+2 |
| 2019-05-22 | tests: Centralize proc macros commonly used for testing | Vadim Petrochenkov | -525/+475 |
| 2019-05-11 | Add #[doc(hidden)] attribute on compiler generated proc-macro module. | Mike Boutin | -0/+16 |
| 2019-04-22 | Remove double trailing newlines | varkor | -2/+0 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -4/+4 |
| 2019-04-16 | this panic occurs not just on Windows, normalize it away everywhere | Ralf Jung | -6/+6 |