aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix on enterAdolfo Ochagavía2018-11-091-2/+2
|
* Fix the testAleksey Kladov2018-11-081-1/+1
|
* workspace-symbols function for EmacsAleksey Kladov2018-11-084-12/+43
|
* eglot worksapce symbolAleksey Kladov2018-11-082-1/+60
|
* Merge #217bors[bot]2018-11-073-5/+66
|\ | | | | | | | | | | | | | | 217: Complete paths in use trees r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * Complete paths in use treesAleksey Kladov2018-11-073-5/+66
|/
* Do more work in classifyAleksey Kladov2018-11-071-38/+30
|
* Use cached module scopes for completionAleksey Kladov2018-11-075-51/+71
|
* split completion modAleksey Kladov2018-11-072-272/+339
|
* reorganize completionAleksey Kladov2018-11-072-88/+75
|
* rename module sourceAleksey Kladov2018-11-074-32/+32
|
* rename ROOT -> SOURCE_FILEAleksey Kladov2018-11-07185-236/+235
|
* 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
|\ | | | | | | | | | | | | | | 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]>
| * 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
|\ \ | | | | | | | | | | | | | | | | | | | | | 213: remove the last changing file from cache r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | remove the last changing file from cacheAleksey Kladov2018-11-061-0/+1
|/ /
* | Merge #212bors[bot]2018-11-061-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | 212: evitct more stuff from cache r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | evitct more stuff from cacheAleksey Kladov2018-11-061-1/+1
|/ /
* | Merge #211bors[bot]2018-11-064-206/+969
|\ \ | | | | | | | | | | | | | | | | | | | | | 211: ra_syntax::File is just RootNode r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | ra_syntax::File is just RootNodeAleksey Kladov2018-11-064-206/+969
|/ /
* | Merge #210bors[bot]2018-11-061-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | 210: cleanup cahces more aggressively r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | cleanup cahces more aggressivelyAleksey Kladov2018-11-061-1/+1
| | |
* | | Merge #209bors[bot]2018-11-067-1818/+1265
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 209: Owned nodes r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | 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
|\ \ | | | | | | | | | | | | | | | | | | | | | 208: grammar: fix where clause parsing r=matklad a=matklad closes #205 Co-authored-by: Aleksey Kladov <[email protected]>
| * | grammar: fix where clause parsingAleksey Kladov2018-11-063-1/+35
|/ / | | | | | | closes #205
* / 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
|\ | | | | | | | | | | | | | | 199: Use closing paren as a trigger character r=matklad a=kjeremy This seems counter-intuitive based on the concept of "trigger character" but it provides a better function signature experience. Co-authored-by: Jeremy A. Kolb <[email protected]>
| * Use closing paren as a trigger characterJeremy A. Kolb2018-11-051-1/+1
|/ | | | | This seems counter-intuitive based on the concept of "trigger character" but it provides a better function signature experience.
* Merge #188bors[bot]2018-11-0511-68/+193
|\ | | | | | | | | | | | | | | | | 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]>
| * 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
| |