aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/parser_impl/event.rs
Commit message (Collapse)AuthorAgeFilesLines
* move all parsing related bits to a separate moduleAleksey Kladov2019-02-201-251/+0
|
* rename yellow -> syntax_nodeAleksey Kladov2019-02-121-1/+1
| | | | why yellow in the first place? Its red + green.
* reformat the worldAleksey Kladov2019-02-081-31/+10
|
* Add docs to struct fieldsJeremy A. Kolb2019-01-251-1/+1
|
* Make EnumVariant a DocCommentsOwnerJeremy A. Kolb2019-01-231-1/+2
|
* consume trivias for type/const defcsmoe2019-01-041-2/+1
|
* doc parsing eventscsmoe2019-01-041-13/+27
|
* docing parser methodscsmoe2018-12-311-6/+6
|
* rename ROOT -> SOURCE_FILEAleksey Kladov2018-11-071-1/+1
|
* cargo formatAdolfo Ochagavía2018-11-051-3/+4
|
* Introduce Location and make SyntaxError fields privateAdolfo Ochagavía2018-11-051-2/+2
|
* Introduce SyntaxErrorKind and TextRange in SyntaxErrorAdolfo Ochagavía2018-11-041-2/+9
|
* Cargo FormatJeremy A. Kolb2018-10-161-22/+32
| | | | Run `cargo fmt` and ignore generated files
* Run cargo fixAleksey Kladov2018-10-151-1/+1
|
* Attach comments smartlyAleksey Kladov2018-10-081-18/+75
|
* replace loop with iteratorsAleksey Kladov2018-10-081-6/+7
|
* Simplify event processingAleksey Kladov2018-10-081-60/+88
|
* rename all thingsAleksey Kladov2018-09-161-0/+154