Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
* | Fix completion snippet for reexported functions | Florian Diebold | 2020-03-03 | 2 | -4/+54 | |
* | Merge #3384 | bors[bot] | 2020-03-01 | 1 | -0/+39 | |
|\ | ||||||
| * | fix completion for super::super:: | Josh Mcguigan | 2020-03-01 | 1 | -0/+39 | |
* | | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 2 | -32/+26 | |
|/ | ||||||
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 10 | -60/+66 | |
* | Refactor how builtins are resolved | Florian Diebold | 2020-02-21 | 1 | -6/+7 | |
* | Cleanup | Shotaro Yamada | 2020-02-19 | 1 | -5/+1 | |
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 2 | -6/+6 | |
* | Merge #3169 | bors[bot] | 2020-02-17 | 1 | -6/+95 | |
|\ | ||||||
| * | add space before/after wrapping braces | adamrk | 2020-02-16 | 1 | -2/+2 | |
| * | show names for record fields in enum completion | adamrk | 2020-02-16 | 1 | -6/+95 | |
* | | Added module doc comment to explain the purpose of the completion. | Kevin DeLorey | 2020-02-15 | 1 | -1/+32 | |
* | | Fixed bug that allowed for completion in a nested method. | Kevin DeLorey | 2020-02-15 | 1 | -7/+36 | |
* | | Reordered the `use` items. | Kevin DeLorey | 2020-02-15 | 1 | -9/+8 | |
* | | Adjusted the completion lookups to filter by just the name. | Kevin DeLorey | 2020-02-14 | 1 | -29/+44 | |
* | | Completion now replaces whole fn/const/type def with snippet. | Kevin DeLorey | 2020-02-13 | 1 | -16/+31 | |
* | | Cheese const tests as they requre an ident before becoming a CONST_DEF. | Kevin DeLorey | 2020-02-13 | 1 | -28/+21 | |
* | | Started to refactor the trigger of the trait_impl completion. | Kevin DeLorey | 2020-02-13 | 1 | -33/+77 | |
* | | Formatting. | Kevin DeLorey | 2020-02-11 | 1 | -1/+3 |