aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixup testsMarcus Klaas de Vries2019-01-141-1/+1
|
* Implement type inference for literals (WIP)Marcus Klaas de Vries2019-01-141-0/+5
|
* rename TreePtr -> TreeArcAleksey Kladov2019-01-111-7/+7
| | | | This is much clearer about the semantics
* kill text utilsAleksey Kladov2019-01-081-3/+1
|
* switch ra_syntax to new rowan APIAleksey Kladov2019-01-081-24/+14
|
* save top-level macros in module itemsAleksey Kladov2019-01-011-1/+1
|
* rename Edit to TextEdit and AtomEdit to AtomTextEditBernardo2018-12-111-4/+4
|
* extract AtomEdit and Edit into new ra_text_edit crateBernardo2018-12-101-1/+1
|
* modernize even moreAleksey Kladov2018-12-061-4/+0
|
* modernize some filesAleksey Kladov2018-12-061-8/+1
|
* rename ROOT -> SOURCE_FILEAleksey Kladov2018-11-071-6/+5
|
* Rename File -> SourceFileNodeAleksey Kladov2018-11-071-11/+11
|
* Merge #207bors[bot]2018-11-071-0/+1
|\ | | | | | | | | | | | | | | 207: Finish implementing char validation r=aochagavia a=aochagavia The only thing missing right now are good integration tests (and maybe more descriptive error messages) Co-authored-by: Adolfo Ochagavía <[email protected]>
| * Use ArrayString instead of hand rolled data structureAdolfo Ochagavía2018-11-071-0/+1
| |
* | ra_syntax::File is just RootNodeAleksey Kladov2018-11-061-8/+7
|/
* Merge #188bors[bot]2018-11-051-1/+1
|\ | | | | | | | | | | | | | | | | 188: Introduce `SyntaxErrorKind` and `TextRange` to `SyntaxError` r=matklad a=aochagavia Co-authored-by: Adolfo Ochagavía <[email protected]> Co-authored-by: Adolfo Ochagavía <[email protected]>
| * Introduce Location and make SyntaxError fields privateAdolfo Ochagavía2018-11-051-1/+1
| |
* | Switch ra_syntax to 2015 editionAleksey Kladov2018-11-051-0/+3
|/
* Add character literal parsing and validationAdolfo Ochagavía2018-11-041-2/+5
|
* Reformat allAleksey Kladov2018-10-311-1/+3
|
* Update rowanAleksey Kladov2018-10-171-1/+1
|
* Cargo FormatJeremy A. Kolb2018-10-161-18/+16
| | | | Run `cargo fmt` and ignore generated files
* start salsa migrationAleksey Kladov2018-10-151-1/+1
|
* Run cargo fixAleksey Kladov2018-10-151-2/+2
|
* Simplify event processingAleksey Kladov2018-10-081-1/+2
|
* Make siblings an inherent methodAleksey Kladov2018-10-021-1/+1
|
* Move to rowan for syntax tree implAleksey Kladov2018-10-021-8/+5
|
* rename all thingsAleksey Kladov2018-09-161-0/+105