| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-10 | Fully integrate token collection for additional AST structs | Aaron Hill | -2/+5 | |
| This commit contains miscellaneous changes that don't fit into any of the other commits in this PR | ||||
| 2020-09-10 | Attach `TokenStream` to `ast::Visibility` | Aaron Hill | -1/+1 | |
| A `Visibility` does not have outer attributes, so we only capture tokens when parsing a `macro_rules!` matcher | ||||
| 2020-09-10 | Syntactically permit unsafety on mods | David Tolnay | -2/+9 | |
| 2020-09-02 | Auto merge of #76170 - matklad:notrivia, r=petrochenkov | bors | -4/+0 | |
| Remove trivia tokens r? @ghost | ||||
| 2020-09-01 | Remove trivia tokens | Aleksey Kladov | -4/+0 | |
| 2020-08-30 | Factor out StmtKind::MacCall fields into `MacCallStmt` struct | Aaron Hill | -4/+3 | |
| 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/+3606 | |
