Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | | | | | | | | | | | | | | | 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 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 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 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 cache | Aleksey Kladov | 2018-11-06 | 1 | -0/+1 |
|/ / | |||||
* | | Merge #212 | bors[bot] | 2018-11-06 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 212: evitct more stuff from cache r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | evitct more stuff from cache | Aleksey Kladov | 2018-11-06 | 1 | -1/+1 |
|/ / | |||||
* | | Merge #211 | bors[bot] | 2018-11-06 | 4 | -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 RootNode | Aleksey Kladov | 2018-11-06 | 4 | -206/+969 |
|/ / | |||||
* | | Merge #210 | bors[bot] | 2018-11-06 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 210: cleanup cahces more aggressively r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | cleanup cahces more aggressively | Aleksey Kladov | 2018-11-06 | 1 | -1/+1 |
| | | | |||||
* | | | Merge #209 | bors[bot] | 2018-11-06 | 7 | -1818/+1265 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | 209: Owned nodes r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | 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 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 208: grammar: fix where clause parsing r=matklad a=matklad closes #205 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | grammar: fix where clause parsing | Aleksey Kladov | 2018-11-06 | 3 | -1/+35 |
|/ / | | | | | | | closes #205 | ||||
* / | 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 |
|\ | | | | | | | | | | | | | | | 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 character | Jeremy A. Kolb | 2018-11-05 | 1 | -1/+1 |
|/ | | | | | This seems counter-intuitive based on the concept of "trigger character" but it provides a better function signature experience. | ||||
* | Merge #188 | bors[bot] | 2018-11-05 | 11 | -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 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 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 194: Introduce FilePosition r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | 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 |
| | | |||||
* | | Merge #193 | bors[bot] | 2018-11-05 | 12 | -87/+198 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 193: Inline modules r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | Fully add inline modules to module tree | Aleksey Kladov | 2018-11-05 | 9 | -47/+99 |
| | | | |||||
| * | | Submodule is enum | Aleksey Kladov | 2018-11-05 | 3 | -21/+67 |
| | | | |||||
| * | | collect all submodules | Aleksey Kladov | 2018-11-05 | 2 | -20/+30 |
| | | | |||||
| * | | submodules works with module sources | Aleksey Kladov | 2018-11-05 | 2 | -13/+20 |
| | | |