Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo | Aleksey Kladov | 2018-11-20 | 1 | -2/+2 |
* | Remove ModId | Aleksey Kladov | 2018-11-20 | 2 | -9/+1 |
* | Make more stuff private | Aleksey Kladov | 2018-11-20 | 1 | -3/+3 |
* | Make most of modules impl private | Aleksey Kladov | 2018-11-20 | 4 | -20/+19 |
* | Use OO module API in completion | Aleksey Kladov | 2018-11-20 | 3 | -68/+31 |
* | Use OO API instead of resolve_module | Aleksey Kladov | 2018-11-20 | 2 | -52/+19 |
* | Use OO API in crate_for | Aleksey Kladov | 2018-11-20 | 2 | -12/+50 |
* | Make LikdId private | Aleksey Kladov | 2018-11-20 | 1 | -9/+5 |
* | Use more OO API for parent module | Aleksey Kladov | 2018-11-20 | 2 | -29/+94 |
* | Make some queries private | Aleksey Kladov | 2018-11-20 | 4 | -12/+13 |
* | Add ModId | Aleksey Kladov | 2018-11-20 | 1 | -8/+17 |
* | 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 |
|\ | |||||
| * | 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 |
* | | 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 |