Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
* | | Add test for completion of unresolved items | Aleksey Kladov | 2020-03-13 | 1 | -0/+34 | |
* | | Fix completion tests | Aleksey Kladov | 2020-03-12 | 3 | -0/+12 | |
|/ | ||||||
* | Introduce completion test utils | Aleksey Kladov | 2020-03-11 | 15 | -46/+47 | |
* | Add a test for disabled argument snippets | Aleksey Kladov | 2020-03-11 | 2 | -4/+56 | |
* | Fix completion with a partially unknown type | Florian Diebold | 2020-03-10 | 1 | -0/+31 | |
* | Pull completion options up to the rust-analyzer | Aleksey Kladov | 2020-03-10 | 1 | -4/+1 | |
* | Introduce CompletionOptions | Aleksey Kladov | 2020-03-10 | 4 | -14/+14 | |
* | Merge pull request #3506 from slyngbaek/3183 | Aleksey Kladov | 2020-03-10 | 1 | -16/+128 | |
|\ | ||||||
| * | Switch to explicit offsets for impl_def | Steffen Lyngbaek | 2020-03-09 | 1 | -26/+11 |