about summary refs log tree commit diff
path: root/xtask/src/ast_src.rs
AgeCommit message (Expand)AuthorLines
2020-04-29Validate the location of `crate` in pathsJohn Renner-1/+1
2020-04-12Align grammar for record patterns and literalsAleksey Kladov-1/+1
2020-04-10SimplifyAleksey Kladov-1/+1
2020-04-10Rename some tokensAleksey Kladov-9/+9
2020-04-10Generate only minimal set of ineresting tokensAleksey Kladov-0/+2
2020-04-10Scale token generation backAleksey Kladov-74/+40
2020-04-10Convert more tokensAleksey Kladov-49/+17
2020-04-10Other delimitersAleksey Kladov-18/+18
2020-04-10Curley tokensAleksey Kladov-17/+15
2020-04-10Start replacing tokensAleksey Kladov-1/+1
2020-04-10Semicolon tokenAleksey Kladov-11/+11
2020-04-10More readable ast_src for keywordsAleksey Kladov-70/+77
2020-04-10SimplifyAleksey Kladov-4/+4
2020-04-09Simpler acessors for keywordsAleksey Kladov-2/+2
2020-04-09Drop needless traitAleksey Kladov-4/+4
2020-04-09Be consistent about token accesorsAleksey Kladov-2/+3
2020-04-09Move the rest of the tokens to generated/tokensAleksey Kladov-5/+8
2020-04-09Scale back to only two traitsAleksey Kladov-8/+0
2020-04-09Provide more complete AST accessors to support usage in rustcLuca Barbieri-91/+292
2020-04-03Macro patterns are not confused with expressions.Aleksey Kladov-0/+3
2020-03-26Get rid of ItemOrMacroAleksey Kladov-0/+1
2020-02-29Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov-3/+3
2020-02-27Some docsAleksey Kladov-0/+2
2020-02-11Merge #3062bors[bot]-4/+4
2020-02-11Implement slice pattern AST > HIR loweringJonas Platte-4/+4
2020-02-09Add or- and parenthesized-patternsMatthew Jasper-1/+7
2020-01-07Improve const generics parsingMichael Chesser-0/+3
2020-01-03Switch ast declaration from ron to a macroAleksey Kladov-0/+618