| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2021-09-24 | derive: Do not configure or clone items unless necessary | Vadim Petrochenkov | -7/+33 |
| 2021-09-24 | builtin_macros: Make #[derive(A, B, ...)] cfg-eval its input only for `A, B, ... | Vadim Petrochenkov | -2/+2 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -1/+4 |
| 2021-06-20 | expand: Move some more derive logic to `rustc_builtin_macros` | Vadim Petrochenkov | -2/+4 |
| 2021-04-04 | resolve/expand: Cache intermediate results of `#[derive]` expansion | Vadim Petrochenkov | -25/+32 |
| 2021-03-07 | rustc_builtin_macros: Share some more logic between `derive` and `cfg_eval` | Vadim Petrochenkov | -18/+3 |
| 2021-03-07 | Move full configuration logic from `rustc_expand` to `rustc_builtin_macros` | Vadim Petrochenkov | -3/+6 |
| 2021-03-06 | rustc_ast: Replace `AstLike::finalize_tokens` with a getter `tokens_mut` | Vadim Petrochenkov | -9/+3 |
| 2021-02-07 | expand/resolve: Turn `#[derive]` into a regular macro attribute | Vadim Petrochenkov | -0/+132 |
