Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #222 | bors[bot] | 2018-11-10 | 9 | -274/+621 |
|\ | | | | | | | | | | | | | | | 222: Validate string literals r=aochagavia a=aochagavia Related: #6 (some validators are still missing), fixes #27 Co-authored-by: Adolfo Ochagavía <[email protected]> | ||||
| * | Validate string literals | Adolfo Ochagavía | 2018-11-09 | 9 | -274/+621 |
|/ | |||||
* | Merge #221 | bors[bot] | 2018-11-09 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | 221: Fix on enter r=matklad a=aochagavia Fixes #219 Co-authored-by: Adolfo Ochagavía <[email protected]> | ||||
| * | Fix on enter | Adolfo Ochagavía | 2018-11-09 | 1 | -2/+2 |
|/ | |||||
* | Fix the test | Aleksey Kladov | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | workspace-symbols function for Emacs | Aleksey Kladov | 2018-11-08 | 4 | -12/+43 |
| | |||||
* | eglot worksapce symbol | Aleksey Kladov | 2018-11-08 | 2 | -1/+60 |
| | |||||
* | Merge #217 | bors[bot] | 2018-11-07 | 3 | -5/+66 |
|\ | | | | | | | | | | | | | | | 217: Complete paths in use trees r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | 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 |
|\ | | | | | | | | | | | | | | | 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 |
| | |