aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename File -> SourceFileNodeAleksey Kladov2018-11-0723-102/+117
* Cargo updateJeremy A. Kolb2018-11-072-41/+38
* Rustfmt to pass CIJeremy A. Kolb2018-11-073-6/+12
* Remove unused variableJeremy A. Kolb2018-11-071-1/+0
* Show documentation for hover requestsJeremy A. Kolb2018-11-076-4/+71
* Add some more DocCommentsOwnerJeremy A. Kolb2018-11-072-2/+14
* Merge #207bors[bot]2018-11-078-13/+235
|\
| * Fix backslash escapeAdolfo Ochagavía2018-11-071-2/+4
| * Use ArrayString instead of hand rolled data structureAdolfo Ochagavía2018-11-075-39/+6
| * cargo formatAdolfo Ochagavía2018-11-072-30/+39
| * Add lots of testsAdolfo Ochagavía2018-11-073-6/+125
| * Store hex digits in a stack-allocated bufferAdolfo Ochagavía2018-11-072-5/+45
| * Finish implementing char validationAdolfo Ochagavía2018-11-063-8/+93
* | Merge #213bors[bot]2018-11-061-0/+1
|\ \
| * | remove the last changing file from cacheAleksey Kladov2018-11-061-0/+1
|/ /
* | Merge #212bors[bot]2018-11-061-1/+1
|\ \
| * | evitct more stuff from cacheAleksey Kladov2018-11-061-1/+1
|/ /
* | Merge #211bors[bot]2018-11-064-206/+969
|\ \
| * | ra_syntax::File is just RootNodeAleksey Kladov2018-11-064-206/+969
|/ /
* | Merge #210bors[bot]2018-11-061-1/+1
|\ \
| * | cleanup cahces more aggressivelyAleksey Kladov2018-11-061-1/+1
* | | Merge #209bors[bot]2018-11-067-1818/+1265
|\ \ \ | |/ / |/| |
| * | Add a pinch of commentsAleksey Kladov2018-11-063-0/+16
| * | Generalize Owned nodesAleksey Kladov2018-11-066-1818/+1249
|/ /
* | Merge #208bors[bot]2018-11-063-1/+35
|\ \
| * | grammar: fix where clause parsingAleksey Kladov2018-11-063-1/+35
|/ /
* / upstream basic tree algorithms to rowanAleksey Kladov2018-11-064-110/+13
|/
* new discordAleksey Kladov2018-11-061-4/+2
* Merge #199bors[bot]2018-11-061-1/+1
|\
| * Use closing paren as a trigger characterJeremy A. Kolb2018-11-051-1/+1
|/
* Merge #188bors[bot]2018-11-0511-68/+193
|\
| * cargo formatAdolfo Ochagavía2018-11-052-5/+9
| * Introduce Location and make SyntaxError fields privateAdolfo Ochagavía2018-11-0510-52/+82
| * Introduce SyntaxErrorKind and TextRange in SyntaxErrorAdolfo Ochagavía2018-11-0410-64/+155
* | bring back testutilsAleksey Kladov2018-11-051-1/+1
* | add descriptionAleksey Kladov2018-11-051-1/+3
* | Switch ra_syntax to 2015 editionAleksey Kladov2018-11-052-1/+4
* | Introduce var works with tail exprsAleksey Kladov2018-11-051-11/+45
* | Merge #194bors[bot]2018-11-057-165/+132
|\ \
| * | Use FilePosition everywhereAleksey Kladov2018-11-057-157/+124
| * | rename Position to FilePostionAleksey Kladov2018-11-052-9/+9
|/ /
* | don't send backtraces for canceled requestsAleksey Kladov2018-11-051-5/+15
* | Merge #193bors[bot]2018-11-0512-87/+198
|\ \
| * | Fully add inline modules to module treeAleksey Kladov2018-11-059-47/+99
| * | Submodule is enumAleksey Kladov2018-11-053-21/+67
| * | collect all submodulesAleksey Kladov2018-11-052-20/+30
| * | submodules works with module sourcesAleksey Kladov2018-11-052-13/+20
| * | use module_for_sourceAleksey Kladov2018-11-053-12/+8
| * | Introduce modules_from_source fnAleksey Kladov2018-11-051-6/+6
|/ /
* | reduce code duplicationAleksey Kladov2018-11-052-21/+19