about summary refs log tree commit diff
path: root/crates/ra_syntax/src/lib.rs
AgeCommit message (Expand)AuthorLines
2019-02-23introduce tree builderAleksey Kladov-1/+1
2019-02-21add API guide to ra_syntaxAleksey Kladov-0/+173
2019-02-21kill utils moduleAleksey Kladov-3/+8
2019-02-21docsAleksey Kladov-13/+14
2019-02-21fix compilationAleksey Kladov-2/+1
2019-02-20rearrange modules in a suggestd reading orderAleksey Kladov-8/+9
2019-02-20flatten modulesAleksey Kladov-1/+5
2019-02-20move all parsing related bits to a separate moduleAleksey Kladov-12/+4
2019-02-12rename yellow -> syntax_nodeAleksey Kladov-4/+4
2019-02-08reformat the worldAleksey Kladov-7/+2
2019-01-23introduced better typed AstPtrAleksey Kladov-1/+1
2019-01-23move SyntaxPtr to ra_syntaxAleksey Kladov-0/+2
2019-01-14Fixup testsMarcus Klaas de Vries-1/+1
2019-01-14Implement type inference for literals (WIP)Marcus Klaas de Vries-0/+5
2019-01-11rename TreePtr -> TreeArcAleksey Kladov-7/+7
2019-01-08kill text utilsAleksey Kladov-3/+1
2019-01-08switch ra_syntax to new rowan APIAleksey Kladov-24/+14
2019-01-01save top-level macros in module itemsAleksey Kladov-1/+1
2018-12-11rename Edit to TextEdit and AtomEdit to AtomTextEditBernardo-4/+4
2018-12-10extract AtomEdit and Edit into new ra_text_edit crateBernardo-1/+1
2018-12-06modernize even moreAleksey Kladov-4/+0
2018-12-06modernize some filesAleksey Kladov-8/+1
2018-11-07rename ROOT -> SOURCE_FILEAleksey Kladov-6/+5
2018-11-07Rename File -> SourceFileNodeAleksey Kladov-11/+11
2018-11-07Merge #207bors[bot]-0/+1
2018-11-07Use ArrayString instead of hand rolled data structureAdolfo Ochagavía-0/+1
2018-11-06ra_syntax::File is just RootNodeAleksey Kladov-8/+7
2018-11-05Merge #188bors[bot]-1/+1
2018-11-05Introduce Location and make SyntaxError fields privateAdolfo Ochagavía-1/+1
2018-11-05Switch ra_syntax to 2015 editionAleksey Kladov-0/+3
2018-11-04Add character literal parsing and validationAdolfo Ochagavía-2/+5
2018-10-31Reformat allAleksey Kladov-1/+3
2018-10-17Update rowanAleksey Kladov-1/+1
2018-10-16Cargo FormatJeremy A. Kolb-18/+16
2018-10-15start salsa migrationAleksey Kladov-1/+1
2018-10-15Run cargo fixAleksey Kladov-2/+2
2018-10-08Simplify event processingAleksey Kladov-1/+2
2018-10-02Make siblings an inherent methodAleksey Kladov-1/+1
2018-10-02Move to rowan for syntax tree implAleksey Kladov-8/+5
2018-09-16rename all thingsAleksey Kladov-0/+105