Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #9313 | bors[bot] | 2021-06-17 | 1 | -2/+1 |
|\ | | | | | | | | | | | | | | | 9313: fix: Don't complete keywords in attributes inside expressions r=Veykril a=Veykril bors r+ Co-authored-by: Lukas Wirth <[email protected]> | ||||
| * | Don't complete keywords in attributes inside expressions | Lukas Wirth | 2021-06-17 | 1 | -2/+1 |
| | | |||||
* | | Complete `repr` attribute parameters | Lukas Wirth | 2021-06-17 | 1 | -0/+2 |
|/ | |||||
* | Less filtering in completion tests | Lukas Wirth | 2021-06-17 | 1 | -2/+4 |
| | |||||
* | Move test_utils into tests module | Lukas Wirth | 2021-06-16 | 1 | -2/+2 |
| | |||||
* | tree-wide: make rustdoc links spiky so they are clickable | Jade | 2021-06-14 | 1 | -1/+1 |
| | |||||
* | Don't complete values in type position | Lukas Wirth | 2021-06-08 | 1 | -2/+2 |
| | |||||
* | Complete third-party attributes | Lukas Wirth | 2021-06-04 | 1 | -0/+19 |
| | |||||
* | Generate default lint completions | Lukas Wirth | 2021-06-04 | 1 | -3/+2 |
| | |||||
* | Don't take the parent kind of trailing attributes in attr completion | Lukas Wirth | 2021-05-31 | 1 | -3/+53 |
| | |||||
* | Fix incorrect prefer_inner calls on some attribute completions | Lukas Wirth | 2021-05-30 | 1 | -6/+31 |
| | |||||
* | Add some lint completion tests | Lukas Wirth | 2021-05-29 | 1 | -14/+12 |
| | |||||
* | simplify | Lukas Wirth | 2021-05-29 | 1 | -83/+90 |
| | |||||
* | Add another attribute completion test | Lukas Wirth | 2021-05-28 | 1 | -5/+20 |
| | |||||
* | Add attribute completion tests | Lukas Wirth | 2021-05-28 | 1 | -8/+399 |
| | |||||
* | tt muncher time | Lukas Wirth | 2021-05-27 | 1 | -27/+55 |
| | |||||
* | Split attribute completion module into attribute, derive and lint modules | Lukas Wirth | 2021-05-27 | 1 | -366/+8 |
| | |||||
* | Attribute completion is context aware | Lukas Wirth | 2021-05-27 | 1 | -28/+141 |
| | |||||
* | Merge hir::MacroDef::is_* into hir::MacroDef::kind | Lukas Wirth | 2021-03-23 | 1 | -1/+2 |
| | |||||
* | Unify naming | Aleksey Kladov | 2021-03-12 | 1 | -9/+9 |
| | |||||
* | use references in CompletionItem's builder | yonip23 | 2021-03-11 | 1 | -16/+19 |
| | |||||
* | Don't complete `super` unless its valid in paths | Lukas Wirth | 2021-03-03 | 1 | -1/+2 |
| | |||||
* | feat(completion): add doc(hidden) completion for attributes | Benjamin Coenen | 2021-02-20 | 1 | -0/+3 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | rename completion -> ide_completion | Aleksey Kladov | 2021-02-17 | 1 | -0/+557 |
We don't have completion-related PRs in flight, so lets do it |