Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make always-assert crate reusable | Aleksey Kladov | 2021-01-26 | 1 | -2/+2 |
* | Support unions in symbol search | Lukas Wirth | 2021-01-24 | 1 | -2/+1 |
* | Normalize tests | Aleksey Kladov | 2021-01-22 | 1 | -45/+37 |
* | More useful fn detail in completion | Aleksey Kladov | 2021-01-22 | 9 | -93/+85 |
* | Update completions test output | Lukas Wirth | 2021-01-20 | 3 | -36/+66 |
* | Partially unify SymbolKind and CompletionItemKind | Lukas Wirth | 2021-01-20 | 11 | -80/+90 |
* | Add LifetimeParam and ConstParam to CompletionItemKind | Lukas Wirth | 2021-01-19 | 3 | -12/+20 |
* | Merge #7351 | bors[bot] | 2021-01-19 | 1 | -1/+23 |
|\ | |||||
| * | Show const params in completions | Lukas Wirth | 2021-01-19 | 1 | -1/+23 |
* | | Show deprecated completions for deprecated traits | Kirill Bulatov | 2021-01-18 | 6 | -18/+58 |
* | | Consider rustc_deprecated attr when checking for deprecation | Kirill Bulatov | 2021-01-18 | 1 | -8/+9 |
|/ | |||||
* | Merge #7339 | bors[bot] | 2021-01-18 | 1 | -3/+6 |
|\ | |||||
| * | Delete optional arg for inline attr and add doc alias attr completion #7167 | Benjamin Coenen | 2021-01-18 | 1 | -3/+6 |
* | | Merge #7297 #7338 | bors[bot] | 2021-01-18 | 6 | -65/+443 |
|\ \ | |||||
| * | | Small token fix | Kirill Bulatov | 2021-01-18 | 1 | -1/+1 |
| * | | Properly resolve completion edits for empty input | Kirill Bulatov | 2021-01-17 | 2 | -35/+46 |
| * | | Draft the working completion | Kirill Bulatov | 2021-01-17 | 1 | -11/+138 |
| * | | Add flyimport completion for trait assoc items | Kirill Bulatov | 2021-01-16 | 6 | -56/+296 |
* | | | Use assert_never properly | Aleksey Kladov | 2021-01-18 | 1 | -1/+3 |
| |/ |/| | |||||
* | | Less annoying `mod` completion | Aleksey Kladov | 2021-01-17 | 1 | -1/+1 |
|/ | |||||
* | Unindent the test | Kirill Bulatov | 2021-01-16 | 1 | -22/+22 |
* | Use specific kind for the flyimport completions | Kirill Bulatov | 2021-01-16 | 1 | -5/+10 |
* | Share import_assets and related entities | Kirill Bulatov | 2021-01-16 | 6 | -255/+311 |
* | Remove useless wrapper | Aleksey Kladov | 2021-01-15 | 1 | -5/+3 |
* | Insert `;` when completing keywords in let | Aleksey Kladov | 2021-01-15 | 2 | -7/+69 |
* | Simplify | Aleksey Kladov | 2021-01-15 | 1 | -27/+19 |
* | Add braces when completing ifs | Aleksey Kladov | 2021-01-15 | 1 | -2/+2 |
* | Introduce more appropriate assertion mechanism | Aleksey Kladov | 2021-01-14 | 3 | -6/+7 |
* | Add a test for #7110 | Aleksey Kladov | 2021-01-14 | 1 | -0/+31 |
*-. | Merge #7051 #7219 #7245 #7246 | bors[bot] | 2021-01-11 | 1 | -4/+4 |
|\ \ | |||||
| * | | Use another name instead of dbg for test | Edwin Cheng | 2021-01-08 | 1 | -4/+4 |
| |/ | |||||
* | | Merge #7235 | bors[bot] | 2021-01-11 | 1 | -1/+25 |
|\ \ | |||||
| * | | Fix formatting | Manmeet Maan | 2021-01-11 | 1 | -1/+1 |
| * | | Apply Suggestions from code review | Manmeet Maan | 2021-01-11 | 1 | -9/+6 |
| * | | Postfix like ifl now works with references | Manmeet | 2021-01-10 | 1 | -2/+29 |
* | | | Replace SyntaxKind usage with T! macro where applicable | Lukas Wirth | 2021-01-10 | 3 | -12/+11 |
|/ / | |||||
* / | Avoid string copy in complete_attribute | Laurențiu Nicola | 2021-01-10 | 1 | -6/+8 |
|/ | |||||
* | Simplify mod completion | Lukas Wirth | 2021-01-07 | 1 | -38/+31 |
* | Tidy up attribute completion match | Lukas Wirth | 2021-01-07 | 1 | -19/+11 |
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 22 | -312/+304 |
* | Align config's API with usage | Aleksey Kladov | 2021-01-06 | 11 | -68/+49 |
* | YAGNI active_resolve_capabilities | Aleksey Kladov | 2021-01-06 | 3 | -29/+3 |
* | Change the should_panic completion and his related attribute test | FlowerBOII | 2021-01-06 | 1 | -7/+3 |
* | Remove the args for the must_use attibute and change the related tests | FlowerBOII | 2021-01-06 | 1 | -3/+3 |
* | Update deprecated test | FlowerBOII | 2021-01-06 | 1 | -3/+3 |
* | Remove a part of the deprecated autocompletion | FlowerBOII | 2021-01-06 | 1 | -1/+1 |
* | Merge #7168 | bors[bot] | 2021-01-05 | 1 | -1/+1 |
|\ | |||||
| * | Rename expr -> tail_expr | Aleksey Kladov | 2021-01-05 | 1 | -1/+1 |
* | | Small helpers | Kirill Bulatov | 2021-01-04 | 1 | -1/+1 |
* | | Code review fixes | Kirill Bulatov | 2021-01-04 | 1 | -9/+2 |