| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | Minor perf tweaks per clippy | Jeremy Kolb | 2020-07-19 | 3 | -4/+4 |
| * | | Fix a typo in completion docs | Pascal Hertleif | 2020-07-19 | 1 | -1/+1 |
| |/ |
|
| * | Merge #5423 | bors[bot] | 2020-07-17 | 1 | -0/+80 |
| |\ |
|
| | * | Correctly resolve assoc. types in path bindings | Jonas Schievink | 2020-07-17 | 1 | -0/+80 |
| * | | Fix out of bounds panic in active parameter | Aleksey Kladov | 2020-07-17 | 2 | -0/+20 |
| |/ |
|
| * | Move tests | Aleksey Kladov | 2020-07-17 | 2 | -74/+71 |
| * | Merge #5417 | bors[bot] | 2020-07-17 | 2 | -2/+37 |
| |\ |
|
| | * | Add test for fn pointers | Aleksey Kladov | 2020-07-17 | 1 | -0/+15 |
| | * | call_info works with closures | Aleksey Kladov | 2020-07-17 | 2 | -2/+22 |
| * | | Unclutter NavigationTarget API | Aleksey Kladov | 2020-07-17 | 9 | -171/+145 |
| * | | Continue non-doc comments with trailing space | Aleksey Kladov | 2020-07-17 | 2 | -9/+59 |
| |/ |
|
| * | Remove FunctionSignature | Aleksey Kladov | 2020-07-16 | 3 | -180/+7 |
| * | Inlay hints use callables | Aleksey Kladov | 2020-07-16 | 2 | -140/+32 |
| * | Rename | Aleksey Kladov | 2020-07-16 | 4 | -10/+11 |
| * | Don't use function signature for Display | Aleksey Kladov | 2020-07-16 | 4 | -62/+47 |
| * | Redner self as param for call infor for assoc fn call | Aleksey Kladov | 2020-07-16 | 1 | -7/+28 |
| * | Better module structure | Aleksey Kladov | 2020-07-16 | 3 | -21/+22 |
| * | Reduce visibility | Aleksey Kladov | 2020-07-16 | 6 | -29/+26 |
| * | Semantical call info | Aleksey Kladov | 2020-07-16 | 5 | -203/+177 |
| * | Align CallableDefId naming with other ids | Aleksey Kladov | 2020-07-16 | 3 | -7/+7 |
| * | Simplify | Aleksey Kladov | 2020-07-16 | 1 | -47/+19 |
| * | Move type | Aleksey Kladov | 2020-07-16 | 2 | -9/+10 |
| * | simplify | Aleksey Kladov | 2020-07-16 | 1 | -60/+47 |
| * | Add new `Punctuation` highlight tag | Leander Tentrup | 2020-07-15 | 8 | -194/+196 |
| * | Highlight punctuation as `HighlightTag::Operator` | Leander Tentrup | 2020-07-15 | 7 | -197/+198 |
| * | Show fewer syntax errors | Aleksey Kladov | 2020-07-15 | 1 | -2/+2 |
| * | Merge #5345 | bors[bot] | 2020-07-15 | 3 | -3/+44 |
| |\ |
|
| | * | Semantic Highlighting: Emit mutable modifier for 'self' when applicable | Lukas Wirth | 2020-07-13 | 3 | -3/+44 |
| * | | Off by one error when determining the active param | Aleksey Kladov | 2020-07-15 | 1 | -2/+2 |
| * | | Refactor CallInfo tests | Aleksey Kladov | 2020-07-15 | 1 | -226/+239 |
| * | | Fix classify_name_ref on multi-path macro calls | Jonas Schievink | 2020-07-14 | 1 | -0/+18 |
| * | | Don't duplicate parens in patterns | Aleksey Kladov | 2020-07-14 | 2 | -1/+37 |
| * | | Add mark | Aleksey Kladov | 2020-07-14 | 1 | -0/+2 |
| * | | Add a license field to all the crates | Yuki Okushi | 2020-07-14 | 1 | -0/+1 |
| |/ |
|
| * | Fix ignore attribute autocompletion | Aleksei Trifonov | 2020-07-12 | 1 | -3/+3 |
| * | Implementations lens for unions | Aleksey Kladov | 2020-07-11 | 1 | -0/+1 |
| * | Use dedicated semantic highlight tag for parameters | Aleksey Kladov | 2020-07-11 | 9 | -19/+29 |
| * | Fix goto definition for type alias type parameters | Aleksey Kladov | 2020-07-11 | 1 | -0/+10 |
| * | Merge #4996 | bors[bot] | 2020-07-11 | 1 | -3/+55 |
| |\ |
|
| | * | Correctly generate new struct field in file containing struct def | Timo Freiberg | 2020-07-10 | 1 | -3/+55 |
| * | | Speed up completion | Aleksey Kladov | 2020-07-11 | 7 | -20/+18 |
| |/ |
|
| * | Better name | Aleksey Kladov | 2020-07-10 | 2 | -4/+4 |
| * | Don't add braces after struct | Aleksey Kladov | 2020-07-10 | 1 | -1/+1 |
| * | Better complete expression keywords | Aleksey Kladov | 2020-07-10 | 2 | -11/+27 |
| * | Complete params in nested fns | Aleksey Kladov | 2020-07-10 | 1 | -5/+16 |
| * | Complete parameters more aggressively | Aleksey Kladov | 2020-07-10 | 1 | -9/+12 |
| * | Refresh tests | Aleksey Kladov | 2020-07-10 | 1 | -30/+7 |
| * | Look through Arc for goto type definition | Aleksey Kladov | 2020-07-10 | 1 | -1/+1 |
| * | Simplify tests | Aleksey Kladov | 2020-07-10 | 1 | -60/+53 |
| * | Goto type definition works for self | Aleksey Kladov | 2020-07-10 | 2 | -8/+25 |