Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use loc2id for FnIds | Aleksey Kladov | 2018-11-18 | 6 | -22/+70 |
| | |||||
* | Add Loc2IdMap | Aleksey Kladov | 2018-11-18 | 5 | -0/+83 |
| | |||||
* | cargo format | Adolfo Ochagavía | 2018-11-16 | 1 | -14/+98 |
| | |||||
* | Rename col to col_utf16 | Adolfo Ochagavía | 2018-11-16 | 2 | -23/+28 |
| | |||||
* | Support UTF-16 chars in LineIndex | Adolfo Ochagavía | 2018-11-16 | 2 | -108/+197 |
| | |||||
* | Split string lexing and run rustfmt | Adolfo Ochagavía | 2018-11-11 | 10 | -521/+548 |
| | |||||
* | Validate byte string literals | Adolfo Ochagavía | 2018-11-11 | 8 | -24/+305 |
| | |||||
* | Add validator for byte | Adolfo Ochagavía | 2018-11-11 | 8 | -90/+416 |
| | |||||
* | Fix typos | Adolfo Ochagavía | 2018-11-11 | 2 | -2/+2 |
| | |||||
* | Validate string literals | Adolfo Ochagavía | 2018-11-09 | 9 | -274/+621 |
| | |||||
* | Fix the test | Aleksey Kladov | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | workspace-symbols function for Emacs | Aleksey Kladov | 2018-11-08 | 2 | -11/+34 |
| | |||||
* | eglot worksapce symbol | Aleksey Kladov | 2018-11-08 | 1 | -1/+24 |
| | |||||
* | 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 | 22 | -100/+115 |
| | |||||
* | Cargo update | Jeremy A. Kolb | 2018-11-07 | 1 | -1/+1 |
| | |||||
* | 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 | 7 | -13/+234 |
|\ | | | | | | | | | | | | | | | 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 | 4 | -39/+5 |
| | | |||||
| * | 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 |
| | | |||||
* | | ra_syntax::File is just RootNode | Aleksey Kladov | 2018-11-06 | 4 | -206/+969 |
| | | |||||
* | | Add a pinch of comments | Aleksey Kladov | 2018-11-06 | 3 | -0/+16 |
| | | |||||
* | | Generalize Owned nodes | Aleksey Kladov | 2018-11-06 | 6 | -1818/+1249 |
| | | |||||
* | | 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 | 3 | -107/+10 |
|/ | |||||
* | 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 |
| | | |||||
* | | 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 |
| | |