| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Merge #6384 | bors[bot] | 2020-10-28 | 1 | -3/+67 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | add doctest runnables on struct #6356 | Benjamin Coenen | 2020-10-27 | 1 | -1/+1 |
| * | | | add doctest runnables on struct #6356 | Benjamin Coenen | 2020-10-27 | 1 | -3/+67 |
| | |/
| |/| |
|
* | | | Merge #6379 | bors[bot] | 2020-10-27 | 3 | -0/+15 |
|\ \ \
| |_|/
|/| | |
|
| * | | Highlight never type as BuiltinType | Lukas Wirth | 2020-10-26 | 3 | -0/+15 |
| |/ |
|
* | | Fix test | GrayJack | 2020-10-26 | 1 | -158/+158 |
* | | Add test to avoid regression | GrayJack | 2020-10-26 | 2 | -153/+165 |
|/ |
|
* | Fix unary minus highlighting | Lukas Wirth | 2020-10-25 | 3 | -1/+14 |
*-. | Merge #6331 #6342 | bors[bot] | 2020-10-24 | 21 | -30/+57 |
|\ \ |
|
| | * | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 20 | -26/+26 |
| | * | Make call_info a part of ide_db | Igor Aleksanov | 2020-10-24 | 3 | -4/+4 |
| |/
|/| |
|
| * | correct hover for items with doc attribute with raw strings | Josh Mcguigan | 2020-10-24 | 1 | -0/+27 |
| | | |
| \ | |
*-. \ | Merge #6251 #6310 | bors[bot] | 2020-10-23 | 5 | -1/+45 |
|\ \ \ |
|
| | * | | Rewrite algo::diff to support insertion and deletion | Lukas Wirth | 2020-10-22 | 1 | -1/+1 |
| * | | | Add tests for callable modifier | GrayJack | 2020-10-21 | 2 | -0/+38 |
| * | | | Add Callable modifier for variables that implements Fnonce | GrayJack | 2020-10-16 | 1 | -1/+1 |
| * | | | Add HighlightModifier::Callable and add it for locals | GrayJack | 2020-10-16 | 2 | -0/+6 |
* | | | | Merge #6324 | bors[bot] | 2020-10-23 | 2 | -41/+47 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Emit better #[cfg] diagnostics | Jonas Schievink | 2020-10-22 | 2 | -41/+47 |
| | |/
| |/| |
|
* | | | Merge #6326 | bors[bot] | 2020-10-22 | 1 | -1/+28 |
|\ \ \ |
|
| * | | | Hide paramater inlay hints for cloned vars if applicable | Lukas Wirth | 2020-10-22 | 1 | -1/+28 |
| |/ / |
|
* / / | Fix opening module documentation opening parent documentation instead | Zac Pullar-Strecker | 2020-10-22 | 1 | -4/+24 |
|/ / |
|
* | | Merge #6299 | bors[bot] | 2020-10-20 | 2 | -58/+63 |
|\ \ |
|
| * | | Fixup botched rename | Jonas Schievink | 2020-10-20 | 1 | -1/+1 |
| * | | Add a (hint) diagnostic for unconfigured items | Jonas Schievink | 2020-10-20 | 1 | -1/+15 |
| * | | Simplify diagnostic construction, add unused field | Jonas Schievink | 2020-10-20 | 2 | -57/+48 |
* | | | Don't rely on display names in inlay_hints | Aleksey Kladov | 2020-10-20 | 1 | -6/+13 |
|/ / |
|
* | | More type safety around names | Aleksey Kladov | 2020-10-20 | 1 | -3/+2 |
* | | Rename declaration_name -> display_name | Aleksey Kladov | 2020-10-20 | 5 | -9/+8 |
* | | Extract call_info and completion into separate crates | Igor Aleksanov | 2020-10-18 | 27 | -9244/+9 |
* | | Complete methods when receiver is a macro | Aleksey Kladov | 2020-10-17 | 1 | -0/+15 |
* | | 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 |
|/ |
|
* | Clarify the names one more time | Aleksey Kladov | 2020-10-15 | 4 | -8/+8 |
* | More idiomatic classification API | Aleksey Kladov | 2020-10-15 | 6 | -18/+18 |
* | More clarifications | Aleksey Kladov | 2020-10-15 | 4 | -5/+5 |
* | Unconfuse expression and pattern field init shorthands | Aleksey Kladov | 2020-10-15 | 1 | -1/+1 |
* | Clarify NameClass names a bit | Aleksey Kladov | 2020-10-15 | 4 | -4/+4 |
* | 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 |
| * | flatten | Aleksey Kladov | 2020-10-15 | 1 | -26/+33 |
| * | Prepare for pat_field_shorthand | Aleksey Kladov | 2020-10-15 | 1 | -5/+13 |
* | | Merge #6234 | bors[bot] | 2020-10-15 | 1 | -1/+24 |
|\ \
| |/
|/| |
|
| * | Fix hover over field pattern shorthand | Vlad Shcherbina | 2020-10-14 | 1 | -1/+24 |
* | | Merge #6231 | bors[bot] | 2020-10-14 | 3 | -190/+231 |
|\ \
| |/
|/| |
|
| * | Default::default the highlighters | Lukas Wirth | 2020-10-14 | 3 | -18/+7 |