]> git.lizzy.rs Git - rust.git/history - src/syntax_kinds.rs
Convert SyntaxKind to an enum
[rust.git] / src / syntax_kinds.rs
2018-01-28 Christopher DurhamConvert SyntaxKind to an enum
2018-01-13 Aleksey KladovG: struct flavors
2018-01-13 Aleksey KladovG: use trees
2018-01-13 Aleksey KladovG: allow self & super in paths
2018-01-12 Aleksey KladovG: visibility
2018-01-09 Aleksey KladovG: simplest use items
2018-01-09 Aleksey KladovG: mod item
2018-01-08 Aleksey KladovG: extern crate
2018-01-08 Aleksey KladovG: inner attributes
2018-01-08 Aleksey KladovL: true and false are keywords
2018-01-07 Aleksey KladovG: some attributes
2018-01-07 Aleksey KladovG: start attributes
2018-01-07 Aleksey KladovG: function item
2018-01-06 Aleksey KladovG: struct fields
2018-01-01 Aleksey KladovParser: first scraches
2018-01-01 Aleksey KladovParser: guess what? Groundwork!
2017-12-31 Aleksey KladovParser test boilerplate
2017-12-31 Aleksey KladovLexer: comments groundwork
2017-12-31 Aleksey KladovLexer: more symbols
2017-12-31 Aleksey KladovLexer: byte strings
2017-12-31 Aleksey KladovLexer: basic chars & lifetimes
2017-12-30 Aleksey KladovLexer: angle brackets
2017-12-30 Aleksey KladovMore symbols
2017-12-30 Aleksey KladovLexer: symbols
2017-12-30 Aleksey KladovLexer: start numbers
2017-12-29 Aleksey KladovCleanup character classes
2017-12-29 Aleksey KladovUse array for infos
2017-12-28 Aleksey KladovGrammar in ron
2017-12-28 Aleksey KladovLexer scaffold