| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-19 | Avoid ICE when include! is used by stdin crate | Nika Layzell | -1/+8 | |
| This should also eliminate the ICE when using `include_bytes!`, `include_str!` and `#[doc(include = "...")]`. Fixes #63900 | ||||
| 2019-10-19 | expand: Simplify expansion of derives | Vadim Petrochenkov | -11/+22 | |
| And make it more uniform with other macros. By merging placeholders for future derives' outputs into the derive container's output fragment early. | ||||
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -0/+1551 | |
