Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #217 | bors[bot] | 2018-11-07 | 3 | -5/+66 |
|\ | |||||
| * | Complete paths in use trees | Aleksey Kladov | 2018-11-07 | 3 | -5/+66 |
|/ | |||||
* | Do more work in classify | Aleksey Kladov | 2018-11-07 | 1 | -38/+30 |
* | Use cached module scopes for completion | Aleksey Kladov | 2018-11-07 | 5 | -51/+71 |
* | split completion mod | Aleksey Kladov | 2018-11-07 | 2 | -272/+339 |
* | reorganize completion | Aleksey Kladov | 2018-11-07 | 2 | -88/+75 |
* | rename module source | Aleksey Kladov | 2018-11-07 | 4 | -32/+32 |
* | rename ROOT -> SOURCE_FILE | Aleksey Kladov | 2018-11-07 | 185 | -236/+235 |
* | Rename File -> SourceFileNode | Aleksey Kladov | 2018-11-07 | 23 | -102/+117 |
* | Cargo update | Jeremy A. Kolb | 2018-11-07 | 2 | -41/+38 |
* | Rustfmt to pass CI | Jeremy A. Kolb | 2018-11-07 | 3 | -6/+12 |
* | Remove unused variable | Jeremy A. Kolb | 2018-11-07 | 1 | -1/+0 |
* | Show documentation for hover requests | Jeremy A. Kolb | 2018-11-07 | 6 | -4/+71 |
* | Add some more DocCommentsOwner | Jeremy A. Kolb | 2018-11-07 | 2 | -2/+14 |
* | Merge #207 | bors[bot] | 2018-11-07 | 8 | -13/+235 |
|\ | |||||
| * | Fix backslash escape | Adolfo Ochagavía | 2018-11-07 | 1 | -2/+4 |
| * | Use ArrayString instead of hand rolled data structure | Adolfo Ochagavía | 2018-11-07 | 5 | -39/+6 |
| * | cargo format | Adolfo Ochagavía | 2018-11-07 | 2 | -30/+39 |
| * | Add lots of tests | Adolfo Ochagavía | 2018-11-07 | 3 | -6/+125 |
| * | Store hex digits in a stack-allocated buffer | Adolfo Ochagavía | 2018-11-07 | 2 | -5/+45 |
| * | Finish implementing char validation | Adolfo Ochagavía | 2018-11-06 | 3 | -8/+93 |
* | | Merge #213 | bors[bot] | 2018-11-06 | 1 | -0/+1 |
|\ \ | |||||
| * | | remove the last changing file from cache | Aleksey Kladov | 2018-11-06 | 1 | -0/+1 |
|/ / | |||||
* | | Merge #212 | bors[bot] | 2018-11-06 | 1 | -1/+1 |
|\ \ | |||||
| * | | evitct more stuff from cache | Aleksey Kladov | 2018-11-06 | 1 | -1/+1 |
|/ / | |||||
* | | Merge #211 | bors[bot] | 2018-11-06 | 4 | -206/+969 |
|\ \ | |||||
| * | | ra_syntax::File is just RootNode | Aleksey Kladov | 2018-11-06 | 4 | -206/+969 |
|/ / | |||||
* | | Merge #210 | bors[bot] | 2018-11-06 | 1 | -1/+1 |
|\ \ | |||||
| * | | cleanup cahces more aggressively | Aleksey Kladov | 2018-11-06 | 1 | -1/+1 |
* | | | Merge #209 | bors[bot] | 2018-11-06 | 7 | -1818/+1265 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add a pinch of comments | Aleksey Kladov | 2018-11-06 | 3 | -0/+16 |
| * | | Generalize Owned nodes | Aleksey Kladov | 2018-11-06 | 6 | -1818/+1249 |
|/ / | |||||
* | | Merge #208 | bors[bot] | 2018-11-06 | 3 | -1/+35 |
|\ \ | |||||
| * | | grammar: fix where clause parsing | Aleksey Kladov | 2018-11-06 | 3 | -1/+35 |
|/ / | |||||
* / | upstream basic tree algorithms to rowan | Aleksey Kladov | 2018-11-06 | 4 | -110/+13 |
|/ | |||||
* | new discord | Aleksey Kladov | 2018-11-06 | 1 | -4/+2 |
* | Merge #199 | bors[bot] | 2018-11-06 | 1 | -1/+1 |
|\ | |||||
| * | Use closing paren as a trigger character | Jeremy A. Kolb | 2018-11-05 | 1 | -1/+1 |
|/ | |||||
* | Merge #188 | bors[bot] | 2018-11-05 | 11 | -68/+193 |
|\ | |||||
| * | cargo format | Adolfo Ochagavía | 2018-11-05 | 2 | -5/+9 |
| * | Introduce Location and make SyntaxError fields private | Adolfo Ochagavía | 2018-11-05 | 10 | -52/+82 |
| * | Introduce SyntaxErrorKind and TextRange in SyntaxError | Adolfo Ochagavía | 2018-11-04 | 10 | -64/+155 |
* | | bring back testutils | Aleksey Kladov | 2018-11-05 | 1 | -1/+1 |
* | | add description | Aleksey Kladov | 2018-11-05 | 1 | -1/+3 |
* | | Switch ra_syntax to 2015 edition | Aleksey Kladov | 2018-11-05 | 2 | -1/+4 |
* | | Introduce var works with tail exprs | Aleksey Kladov | 2018-11-05 | 1 | -11/+45 |
* | | Merge #194 | bors[bot] | 2018-11-05 | 7 | -165/+132 |
|\ \ | |||||
| * | | Use FilePosition everywhere | Aleksey Kladov | 2018-11-05 | 7 | -157/+124 |
| * | | rename Position to FilePostion | Aleksey Kladov | 2018-11-05 | 2 | -9/+9 |
|/ / | |||||
* | | don't send backtraces for canceled requests | Aleksey Kladov | 2018-11-05 | 1 | -5/+15 |