Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update crates | Jeremy Kolb | 2020-10-20 | 3 | -3/+3 |
* | add completions for clippy lint in attributes | Benjamin Coenen | 2020-10-20 | 4 | -132/+10 |
* | Merge #6256 | bors[bot] | 2020-10-20 | 3 | -0/+160 |
|\ | |||||
| * | Update crates/assists/src/handlers/replace_string_with_char.rs | Coenen Benjamin | 2020-10-20 | 1 | -1/+1 |
| * | Assist: replace string with char | Benjamin Coenen | 2020-10-20 | 2 | -8/+39 |
| * | replace_string_with_char #6252 | Benjamin Coenen | 2020-10-16 | 2 | -0/+129 |
* | | Merge #6172 | bors[bot] | 2020-10-20 | 6 | -24/+1090 |
|\ \ | |||||
| * | | De-duplicate `add_group` callsite in qualify_path | Lukas Wirth | 2020-10-16 | 1 | -121/+108 |
| * | | Properly qualify trait methods in qualify_path assist | Lukas Wirth | 2020-10-15 | 5 | -70/+118 |
| * | | Add mark tests to qualify_path assist | Lukas Wirth | 2020-10-14 | 1 | -0/+9 |
| * | | Add qualify path assist | Lukas Wirth | 2020-10-14 | 2 | -0/+1022 |
* | | | Merge #6299 | bors[bot] | 2020-10-20 | 8 | -67/+141 |
|\ \ \ | |||||
| * | | | Fixup botched rename | Jonas Schievink | 2020-10-20 | 1 | -1/+1 |
| * | | | More detailed message | Jonas Schievink | 2020-10-20 | 1 | -1/+1 |
| * | | | Rename UnconfiguredCode -> InactiveCode | Jonas Schievink | 2020-10-20 | 3 | -5/+5 |
| * | | | Add a (hint) diagnostic for unconfigured items | Jonas Schievink | 2020-10-20 | 6 | -3/+86 |
| * | | | Simplify diagnostic construction, add unused field | Jonas Schievink | 2020-10-20 | 3 | -64/+55 |
* | | | | Don't rely on display names in inlay_hints | Aleksey Kladov | 2020-10-20 | 4 | -19/+29 |
|/ / / | |||||
* | | | Support Display name in project.json | Aleksey Kladov | 2020-10-20 | 2 | -3/+7 |
* | | | More type safety around names | Aleksey Kladov | 2020-10-20 | 6 | -19/+33 |
* | | | Introduce CrateDisplayName | Aleksey Kladov | 2020-10-20 | 1 | -1/+23 |
* | | | Rename declaration_name -> display_name | Aleksey Kladov | 2020-10-20 | 11 | -35/+28 |
* | | | Merge #6294 | bors[bot] | 2020-10-20 | 2 | -0/+28 |
|\ \ \ | |||||
| * | | | Add a hacky remidy for #6038 | Aleksey Kladov | 2020-10-20 | 2 | -0/+28 |
* | | | | Add descriptions for diagnostics parseable by xtask | Igor Aleksanov | 2020-10-19 | 2 | -0/+64 |
|/ / / | |||||
* | | | Minor, rename feature | Aleksey Kladov | 2020-10-19 | 1 | -1/+1 |
* | | | Try to fix publishing | Aleksey Kladov | 2020-10-19 | 1 | -1/+1 |
* | | | Change visibility works for type aliases | Aleksey Kladov | 2020-10-18 | 2 | -5/+19 |
* | | | Extract call_info and completion into separate crates | Igor Aleksanov | 2020-10-18 | 32 | -226/+300 |
* | | | update deps | Aleksey Kladov | 2020-10-18 | 1 | -1/+1 |
* | | | Complete methods when receiver is a macro | Aleksey Kladov | 2020-10-17 | 2 | -0/+16 |
* | | | Improve readability | Aleksey Kladov | 2020-10-17 | 1 | -2/+4 |
* | | | Scan all ancestors for the impl trait block check | Igor Aleksanov | 2020-10-17 | 2 | -14/+17 |
* | | | Allow hints after 'fn' keyword if it's an impl trait block | Igor Aleksanov | 2020-10-17 | 3 | -4/+37 |
* | | | Add test for new pattern functions | Igor Aleksanov | 2020-10-17 | 1 | -0/+8 |
* | | | Improve test_no_completions_required test | Igor Aleksanov | 2020-10-17 | 1 | -1/+17 |
* | | | Remove redundant completions | Igor Aleksanov | 2020-10-17 | 3 | -4/+70 |
| |/ |/| | |||||
* | | Merge #6246 | bors[bot] | 2020-10-16 | 1 | -8/+9 |
|\ \ | |||||
| * | | Follow symlinks when walking project trees | Daniel Fox Franke | 2020-10-15 | 1 | -8/+9 |
| |/ | |||||
* | | Merge #6220 | bors[bot] | 2020-10-15 | 3 | -5/+126 |
|\ \ | |||||
| * | | binary operator overload type inference: add test mark | Roland Ruckerbauer | 2020-10-14 | 2 | -0/+6 |
| * | | Implement binary operator overloading type inference | Roland Ruckerbauer | 2020-10-13 | 3 | -5/+120 |
* | | | Clarify the names one more time | Aleksey Kladov | 2020-10-15 | 7 | -17/+26 |
* | | | More idiomatic classification API | Aleksey Kladov | 2020-10-15 | 11 | -196/+196 |
* | | | More clarifications | Aleksey Kladov | 2020-10-15 | 6 | -17/+17 |
* | | | Unconfuse expression and pattern field init shorthands | Aleksey Kladov | 2020-10-15 | 3 | -8/+12 |
* | | | Clarify NameClass names a bit | Aleksey Kladov | 2020-10-15 | 6 | -7/+7 |
* | | | Merge #6242 | bors[bot] | 2020-10-15 | 2 | -91/+210 |
|\ \ \ | |||||
| * | | | Move field_shorthand to a separate module | Aleksey Kladov | 2020-10-15 | 2 | -196/+211 |
| * | | | Diagnose shorthand in patterns as well | Aleksey Kladov | 2020-10-15 | 1 | -5/+94 |