Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move item specific completion tests | Lukas Wirth | 2021-06-17 | 1 | -20/+0 |
| | |||||
* | Refine `self`, `super` and `crate` completion in use paths | Lukas Wirth | 2021-06-17 | 1 | -1/+1 |
| | |||||
* | Move out and rewrite UseTree completion tests | Lukas Wirth | 2021-06-17 | 1 | -157/+0 |
| | |||||
* | Move test_utils into tests module | Lukas Wirth | 2021-06-16 | 1 | -3/+3 |
| | |||||
* | Start refactoring ide_completion tests | Lukas Wirth | 2021-06-16 | 1 | -18/+0 |
| | |||||
* | Filter out non-type completions in the respective completions modules instead | Lukas Wirth | 2021-06-16 | 1 | -27/+58 |
| | |||||
* | clippy::redudant_borrow | Maan2003 | 2021-06-13 | 1 | -1/+1 |
| | |||||
* | Implement dummy expansions for builtin attributes | Lukas Wirth | 2021-06-09 | 1 | -0/+26 |
| | |||||
*-. | Merge #9181 #9182 | bors[bot] | 2021-06-08 | 1 | -1/+40 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9181: Don't complete values in type position r=jonas-schievink a=Veykril Will add some proper tests in a bit 9182: fix: don't complete derive macros as fn-like macros r=jonas-schievink a=jonas-schievink Part of https://github.com/rust-analyzer/rust-analyzer/issues/8518 bors r+ Co-authored-by: Lukas Wirth <[email protected]> Co-authored-by: Jonas Schievink <[email protected]> | ||||
| | * | fix: don't complete derive macros as fn-like macros | Jonas Schievink | 2021-06-08 | 1 | -1/+10 |
| |/ |/| | |||||
| * | Add tests checking no value completion in type pos | Lukas Wirth | 2021-06-08 | 1 | -0/+30 |
|/ | |||||
* | Remove unnecessary completion::macro_in_item_position | Lukas Wirth | 2021-06-07 | 1 | -5/+6 |
| | |||||
* | Move more things into PathCompletionContext | Lukas Wirth | 2021-06-07 | 1 | -2/+2 |
| | |||||
* | Use `Name`s instead of Strings in the completion rendering api | Lukas Wirth | 2021-05-31 | 1 | -19/+19 |
| | |||||
* | Complete modules in item lists | Lukas Wirth | 2021-05-27 | 1 | -2/+20 |
| | |||||
* | Complete modules in assoc item lists | Lukas Wirth | 2021-05-27 | 1 | -2/+6 |
| | |||||
* | Cleanup `ImmediateLocation` determination | Lukas Wirth | 2021-05-27 | 1 | -2/+20 |
| | |||||
* | Don't complete non-macro item paths in impls and modules | Lukas Wirth | 2021-05-27 | 1 | -0/+12 |
| | |||||
* | simplify | Lukas Wirth | 2021-05-27 | 1 | -6/+4 |
| | |||||
* | Add some cov marks for qualified_path completion | Lukas Tobias Wirth | 2021-05-04 | 1 | -5/+8 |
| | |||||
* | Complete enum variants through type aliases | Lukas Tobias Wirth | 2021-05-04 | 1 | -7/+33 |
| | |||||
* | Make CompletionContext expected_type smarter | Lukas Tobias Wirth | 2021-05-03 | 1 | -22/+0 |
| | |||||
* | Resolve associated types | Lukas Wirth | 2021-04-01 | 1 | -1/+1 |
| | |||||
* | Rename target_ty to self_ty | Lukas Wirth | 2021-03-29 | 1 | -1/+1 |
| | |||||
* | show function params in completion detail | Josh Mcguigan | 2021-03-12 | 1 | -28/+28 |
| | |||||
* | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 1 | -4/+2 |
| | |||||
* | Complete `while let` | Lukas Wirth | 2021-03-03 | 1 | -9/+3 |
| | |||||
* | rename completion -> ide_completion | Aleksey Kladov | 2021-02-17 | 1 | -0/+815 |
We don't have completion-related PRs in flight, so lets do it |