Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | Clean up completion matching. | Steffen Lyngbaek | 2020-03-09 | 1 | -24/+53 |
| * | Don't allow nested completions | Steffen Lyngbaek | 2020-03-08 | 1 | -13/+18 |
| * | Next steps in assoc item completion #3183 | Steffen Lyngbaek | 2020-03-07 | 1 | -6/+99 |
* | | Merge #3513 | bors[bot] | 2020-03-09 | 9 | -36/+421 |
|\ \ | |||||
| * | | Move hypothetical expansion to hir_expand | Florian Diebold | 2020-03-08 | 1 | -1/+5 |
| * | | Fix CompletionContext module field (by removing it) | Florian Diebold | 2020-03-07 | 3 | -8/+6 |
| * | | Add some sanity checks | Florian Diebold | 2020-03-07 | 1 | -1/+10 |
| * | | Fix record pattern completion | Florian Diebold | 2020-03-07 | 3 | -1/+30 |
| * | | Fix record literal completion | Florian Diebold | 2020-03-07 | 2 | -3/+33 |
| * | | Fix range for postfix snippets | Florian Diebold | 2020-03-07 | 1 | -2/+63 |
| * | | Add more tests | Florian Diebold | 2020-03-07 | 2 | -0/+51 |
| * | | Try to complete within macros | Florian Diebold | 2020-03-07 | 4 | -27/+230 |
| |/ | |||||
* | | Handle visibility for assoc item path completion as well | Florian Diebold | 2020-03-08 | 1 | -2/+65 |
* | | Handle visibility for path completion (not in all cases yet) | Florian Diebold | 2020-03-08 | 1 | -4/+40 |
* | | Handle visibility in method call completion | Florian Diebold | 2020-03-07 | 1 | -1/+37 |
|/ | |||||
* | Don't creat public APIs with typos | Aleksey Kladov | 2020-03-06 | 1 | -1/+1 |
* | Trigger parameter info automatically | Aleksey Kladov | 2020-03-06 | 2 | -0/+16 |
* | Feature flag for arg snippets | Aleksey Kladov | 2020-03-06 | 1 | -4/+13 |
* | Fix comment order | Aleksey Kladov | 2020-03-06 | 1 | -2/+2 |
* | Skip self param when completing methods | Aleksey Kladov | 2020-03-04 | 1 | -13/+45 |
* | Support function's completion snippet | Avishay Matayev | 2020-03-04 | 2 | -14/+22 |