| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-10 | Attach `TokenStream` to `ast::Path` | Aaron Hill | -1/+1 | |
| 2020-09-10 | Attach tokens to `NtMeta` (`ast::AttrItem`) | Aaron Hill | -1/+1 | |
| An `AttrItem` does not have outer attributes, so we only capture tokens when parsing a `macro_rules!` matcher | ||||
| 2020-09-03 | Rename IsJoint -> Spacing | Aleksey Kladov | -8/+8 | |
| To match better naming from proc-macro | ||||
| 2020-08-30 | Factor out StmtKind::MacCall fields into `MacCallStmt` struct | Aaron Hill | -7/+2 | |
| In PR #76130, I add a fourth field, which makes using a tuple variant somewhat unwieldy. | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+684 | |
