Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Update tests to reflect new completions | nathanwhit | 2020-04-22 | 1 | -1/+1 | |
| * | | | | | Add tests for enum completion | nathanwhit | 2020-04-22 | 1 | -0/+178 | |
| * | | | | | Complete unqualified enum variants when possible | nathanwhit | 2020-04-22 | 1 | -5/+26 | |
| * | | | | | Add utility fn for expected type of a node | nathanwhit | 2020-04-22 | 1 | -1/+12 | |
| | |_|_|/ | |/| | | | ||||||
* / | | | | Ignore proc-macro in completion | Edwin Cheng | 2020-04-18 | 1 | -0/+6 | |
|/ / / / | ||||||
* | | | | Don\t suggest import itself as a completion for import | Aleksey Kladov | 2020-04-17 | 1 | -1/+39 | |
* | | | | Better snippet when completing trait method | Aleksey Kladov | 2020-04-17 | 1 | -9/+10 | |
| |_|/ |/| | | ||||||
* | | | Align grammar for record patterns and literals | Aleksey Kladov | 2020-04-11 | 4 | -5/+22 | |
| |/ |/| | ||||||
* | | Make records grammar more orthogonal | Aleksey Kladov | 2020-04-11 | 2 | -2/+2 | |
* | | Rename some tokens | Aleksey Kladov | 2020-04-10 | 1 | -2/+2 | |
* | | Simpler acessors for keywords | Aleksey Kladov | 2020-04-09 | 1 | -2/+2 | |
* | | Drop needless trait | Aleksey Kladov | 2020-04-09 | 1 | -14/+16 | |
* | | Be consistent about token accesors | Aleksey Kladov | 2020-04-09 | 1 | -1/+4 | |
|/ | ||||||
* | Move computation of missing fields into hir | Aleksey Kladov | 2020-04-07 | 1 | -50/+9 | |
* | Add functional update test | Aleksey Kladov | 2020-04-07 | 1 | -0/+33 | |
* | Fix names of test modules | Aleksey Kladov | 2020-04-07 | 1 | -2/+2 | |
* | A more precise panic macro | Aleksey Kladov | 2020-04-07 | 1 | -1/+1 | |
* | Don't insert !() if there's already some | Aleksey Kladov | 2020-04-07 | 2 | -3/+44 | |
* | Reorder imports | Aleksey Kladov | 2020-04-07 | 1 | -3/+6 | |
* | Better naming for scope completion | Aleksey Kladov | 2020-04-07 | 2 | -2/+2 | |
* | Better naming for path completion | Aleksey Kladov | 2020-04-07 | 2 | -0/+0 | |
* | Fix unnecessary braces warnings | Laurențiu Nicola | 2020-04-06 | 2 | -5/+5 | |
* | Add parens for enums | Aleksey Kladov | 2020-04-03 | 4 | -46/+175 | |
* | Generalize call parenthesis insertion | Aleksey Kladov | 2020-04-03 | 1 | -27/+46 | |
* | Remove the second code-path for completing names in patterns | Aleksey Kladov | 2020-04-03 | 3 | -70/+28 | |
* | Unite record completion logic into a single module | Kirill Bulatov | 2020-04-01 | 3 | -386/+411 | |
* | Split draft | Kirill Bulatov | 2020-04-01 | 2 | -59/+25 | |
* | Complete only missing fields in pats | Kirill Bulatov | 2020-04-01 | 1 | -1/+62 | |
* | Better names for config structs | Aleksey Kladov | 2020-03-31 | 4 | -14/+14 | |
* | Start stdx | Aleksey Kladov | 2020-03-28 | 1 | -24/+21 | |
* | Align naming | Aleksey Kladov | 2020-03-24 | 1 | -1/+1 | |
* | Merge #3694 | bors[bot] | 2020-03-24 | 1 | -1/+61 | |
|\ | ||||||
| * | Code review fixes | Kirill Bulatov | 2020-03-24 | 1 | -3/+4 | |
| * | Complete only missing fields | Kirill Bulatov | 2020-03-23 | 1 | -1/+60 | |
* | | Consider references when applying postfix completions | Kirill Bulatov | 2020-03-23 | 1 | -17/+123 | |
|/ | ||||||
* | Remove const | Steffen Lyngbaek | 2020-03-19 | 3 | -6/+48 | |
* | Fixes to more accurately give complete_scope completions | Steffen Lyngbaek | 2020-03-19 | 3 | -15/+38 | |
* | - Exclude Local Scope for BindPats | Steffen Lyngbaek | 2020-03-19 | 2 | -58/+16 | |
* | Completition for type name? #3418 | Steffen Lyngbaek | 2020-03-19 | 2 | -3/+120 | |
* | Add test, remove printlns | Florian Diebold | 2020-03-16 | 1 | -0/+53 | |
* | Get tests working | Florian Diebold | 2020-03-16 | 2 | -2/+13 | |
* | wip | Florian Diebold | 2020-03-16 | 2 | -4/+13 | |
* | Attempt to implement ranking of rules when none matches perfectly (wip) | Florian Diebold | 2020-03-16 | 1 | -1/+38 | |
* | Make MBE expansion more resilient (WIP) | Florian Diebold | 2020-03-16 | 1 | -0/+37 | |
* | Fix completion of trait items | Florian Diebold | 2020-03-14 | 1 | -0/+32 | |
* | Don't use generic DB where a concrete one will do | Aleksey Kladov | 2020-03-13 | 1 | -3/+6 | |
* | Fix completion of HashMap::new | Florian Diebold | 2020-03-13 | 2 | -2/+36 | |
* | Restore cargo-fmt gating | Aleksey Kladov | 2020-03-13 | 1 | -1/+0 | |
* | Merge #3553 | bors[bot] | 2020-03-13 | 1 | -0/+39 | |
|\ | ||||||
| * | fix issue 3444 | Josh Mcguigan | 2020-03-13 | 1 | -0/+39 |