| Age | Commit message (Expand) | Author | Lines |
| 2021-07-21 | Rollup merge of #87206 - matthiaskrgr:clippy_collect, r=davidtwco | Guillaume Gomez | -7/+3 |
| 2021-07-19 | Auto merge of #87225 - estebank:cleanup, r=oli-obk | bors | -6/+5 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -6/+5 |
| 2021-07-17 | Compute a better `lint_node_id` during expansion | Aaron Hill | -3/+3 |
| 2021-07-17 | Use LocalExpnId where possible. | Camille GILLOT | -8/+10 |
| 2021-07-17 | avoid temporary vectors | Matthias Krüger | -7/+3 |
| 2021-07-13 | expand: Support helper attributes for built-in derive macros | Vadim Petrochenkov | -76/+7 |
| 2021-07-10 | rustc_expand: Remove redundant field from proc macro expander structures | Vadim Petrochenkov | -5/+1 |
| 2021-06-25 | Auto merge of #86599 - Amanieu:asm_raw, r=nagisa | bors | -0/+10 |
| 2021-06-24 | Add a "raw" option for asm! which ignores format string specifiers | Amanieu d'Antras | -0/+10 |
| 2021-06-20 | cfg_eval: Replace multiple `unwrap`s with a single `unwrap` | Vadim Petrochenkov | -24/+24 |
| 2021-06-20 | expand: Move some more derive logic to `rustc_builtin_macros` | Vadim Petrochenkov | -8/+9 |
| 2021-06-17 | Rollup merge of #86388 - JohnTitor:static-symbol-s, r=LeSeulArtichaut | Mara Bos | -6/+1 |
| 2021-06-17 | Make `s` pre-interned | Yuki Okushi | -6/+1 |
| 2021-06-07 | Fix span calculation in format strings | Fabian Wolff | -1/+14 |
| 2021-06-06 | Auto merge of #84863 - ABouttefeux:libtest, r=m-ou-se | bors | -0/+4 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -99/+74 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -1/+3 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -1/+5 |
| 2021-05-05 | Disallows `#![feature(no_coverage)]` on stable and beta | Rich Kadel | -11/+3 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -1/+3 |
| 2021-05-03 | proof of concept add test type on prints | Aliénore Bouttefeux | -0/+4 |
| 2021-04-27 | adds feature gating of `no_coverage` at either crate- or function-level | Rich Kadel | -1/+10 |
| 2021-04-27 | Derived Eq no longer shows uncovered | Rich Kadel | -1/+2 |
| 2021-04-16 | builtin derive macros: fix error with const generics default | Soveu | -2/+13 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -6/+6 |
| 2021-04-11 | Implement token-based handling of attributes during expansion | Aaron Hill | -55/+167 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -2/+2 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -2/+2 |
| 2021-04-04 | resolve/expand: Cache intermediate results of `#[derive]` expansion | Vadim Petrochenkov | -25/+32 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -5/+4 |
| 2021-03-26 | Rollup merge of #83486 - Aaron1011:fix/global-alloc-error, r=petrochenkov | Dylan DPC | -16/+16 |
| 2021-03-25 | Don't ICE when using `#[global_alloc]` on a non-item statement | Aaron Hill | -16/+16 |
| 2021-03-25 | Refactor #82270 as lint instead of an error | Amanieu d'Antras | -65/+30 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-18 | Rollup merge of #82270 - asquared31415:asm-syntax-directive-errors, r=nagisa | Dylan DPC | -1/+72 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -13/+13 |
| 2021-03-14 | Bump recursion_limit in a few places | Aaron Hill | -0/+1 |
| 2021-03-10 | Rollup merge of #82217 - m-ou-se:edition-prelude, r=nikomatsakis | Dylan DPC | -11/+19 |
| 2021-03-08 | Move default inline asm dialect to Session | asquared31415 | -6/+2 |
| 2021-03-08 | Rollup merge of #82682 - petrochenkov:cfgeval, r=Aaron1011 | Dylan DPC | -21/+162 |
| 2021-03-07 | rustc_builtin_macros: Share some more logic between `derive` and `cfg_eval` | Vadim Petrochenkov | -26/+14 |
| 2021-03-07 | cfg_eval: Configure everything through mutable visitor methods | Vadim Petrochenkov | -70/+27 |
| 2021-03-07 | Move full configuration logic from `rustc_expand` to `rustc_builtin_macros` | Vadim Petrochenkov | -7/+178 |
| 2021-03-06 | Implement built-in attribute macro `#[cfg_eval]` | Vadim Petrochenkov | -0/+31 |
| 2021-03-06 | rustc_ast: Replace `AstLike::finalize_tokens` with a getter `tokens_mut` | Vadim Petrochenkov | -9/+3 |
| 2021-03-05 | expand: Some more consistent naming in module loading | Vadim Petrochenkov | -2/+2 |
| 2021-03-05 | expand: Move module file path stack from global session to expansion data | Vadim Petrochenkov | -4/+3 |
| 2021-02-25 | Pick the injected prelude based on the edition. | Mara Bos | -11/+19 |