Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge #6378 | bors[bot] | 2020-10-26 | 1 | -2/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Better ordering of assists | Aleksey Kladov | 2020-10-26 | 1 | -2/+3 | |
|/ / / / / | ||||||
* | | | | | Merge #6351 | bors[bot] | 2020-10-26 | 22 | -185/+165 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Reduce visibility of some methods | Igor Aleksanov | 2020-10-26 | 2 | -3/+3 | |
| * | | | | Add a module doc-comment for completions module | Igor Aleksanov | 2020-10-25 | 1 | -0/+2 | |
| * | | | | Remove presentation module | Igor Aleksanov | 2020-10-25 | 3 | -1421/+1409 | |
| * | | | | Move Completions structure definition into completions module | Igor Aleksanov | 2020-10-25 | 9 | -74/+74 | |
| * | | | | Reorganize completions structure | Igor Aleksanov | 2020-10-25 | 23 | -109/+99 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge #6367 | bors[bot] | 2020-10-26 | 2 | -2/+22 | |
|\ \ \ \ | ||||||
| * | | | | Handle #![cfg] in crate root | Jonas Schievink | 2020-10-26 | 2 | -2/+22 | |
* | | | | | Merge #6313 | bors[bot] | 2020-10-26 | 21 | -24/+77 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Update tests | Jeremy A. Kolb | 2020-10-26 | 10 | -0/+22 | |
| * | | | | Request a refresh of semantic tokens if things are loaded up | kjeremy | 2020-10-26 | 2 | -0/+16 | |
| * | | | | Update package | kjeremy | 2020-10-26 | 2 | -12/+12 | |
| * | | | | Latest proposed LSP 3.16.0 | kjeremy | 2020-10-26 | 9 | -24/+39 | |
* | | | | | Merge #6333 | bors[bot] | 2020-10-26 | 4 | -8/+141 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | Allow assist move_arm_cond_to_match_guard inside blocks | Arif Roktim | 2020-10-24 | 1 | -7/+80 | |
| * | | | | Don't interpret type path as part of visibility. | Arif Roktim | 2020-10-24 | 3 | -1/+61 | |
* | | | | | Merge #6347 | bors[bot] | 2020-10-26 | 1 | -24/+141 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove InsertPos::Before variant in Syntax Rewriter | Lukas Wirth | 2020-10-24 | 1 | -13/+20 | |
| * | | | | | Support insertion in SyntaxRewriter | Lukas Wirth | 2020-10-24 | 1 | -24/+134 | |
* | | | | | | Merge #6350 | bors[bot] | 2020-10-26 | 1 | -126/+123 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Make IncorrectDiagnostic match rustc by copying rustc's code. | Arif Roktim | 2020-10-25 | 1 | -126/+123 | |
| |/ / / / | ||||||
* | | | | | Merge #6360 | bors[bot] | 2020-10-26 | 3 | -1/+14 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix unary minus highlighting | Lukas Wirth | 2020-10-25 | 3 | -1/+14 | |
* | | | | | | Merge #6361 | bors[bot] | 2020-10-26 | 1 | -1/+19 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fix: narrow the case where angle brackets are seen as comparison operators | Dusty Pomerleau | 2020-10-26 | 1 | -1/+19 | |
|/ / / / / / | ||||||
* | | | | | | Merge #6357 | bors[bot] | 2020-10-25 | 1 | -3/+84 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Keep parens around in remove-dbg for range expressions | Lukas Wirth | 2020-10-25 | 1 | -8/+9 | |
| * | | | | | Don't keep parens around in remove-dbg | Lukas Wirth | 2020-10-25 | 1 | -1/+61 | |
| * | | | | | Don't keep parens around with remove-dbg when encountering method chaining | Lukas Wirth | 2020-10-25 | 1 | -0/+20 | |
|/ / / / / | ||||||
* | | | | | Merge #6354 | bors[bot] | 2020-10-25 | 4 | -1/+29 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add tracing to main rust-analyzer binary | Florian Diebold | 2020-10-25 | 4 | -1/+29 | |
|/ / / / / | ||||||
* | | | | | Merge #6353 | bors[bot] | 2020-10-25 | 1 | -8/+9 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Get rid of FAKE_PLACEHOLDER | Florian Diebold | 2020-10-25 | 1 | -8/+9 | |
|/ / / / | ||||||
| | | | | ||||||
| \ \ \ | ||||||
*-. \ \ \ | Merge #6331 #6342 | bors[bot] | 2020-10-24 | 67 | -259/+421 | |
|\ \ \ \ \ | ||||||
| | * | | | | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 52 | -74/+69 | |
| | * | | | | Add tests for traits functions in ide_db | Igor Aleksanov | 2020-10-24 | 1 | -0/+149 | |
| | * | | | | Make call_info a part of ide_db | Igor Aleksanov | 2020-10-24 | 11 | -53/+14 | |
| | * | | | | Remove dependency on 'assists' from 'completion' crate | Igor Aleksanov | 2020-10-24 | 12 | -129/+151 | |
| * | | | | | correct hover for items with doc attribute with raw strings | Josh Mcguigan | 2020-10-24 | 2 | -3/+38 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge #6344 | bors[bot] | 2020-10-24 | 5 | -52/+102 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Bump chalk | Laurențiu Nicola | 2020-10-24 | 2 | -11/+11 | |
| * | | | | Bump rustc_lexer | Laurențiu Nicola | 2020-10-24 | 2 | -3/+3 | |
| * | | | | Bump deps | Laurențiu Nicola | 2020-10-24 | 3 | -38/+88 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #6337 | bors[bot] | 2020-10-24 | 2 | -37/+135 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix indentation of inserted use statements | Florian Diebold | 2020-10-24 | 2 | -37/+135 | |
|/ / / | ||||||
* | | | Merge #6330 | bors[bot] | 2020-10-24 | 1 | -16/+17 | |
|\ \ \ | ||||||
| * | | | fix: underscores, raw IDs | Dusty Pomerleau | 2020-10-24 | 1 | -16/+17 | |
|/ / / | ||||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge #6251 #6310 | bors[bot] | 2020-10-23 | 13 | -32/+469 | |
|\ \ \ \ |