Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge #6582 | bors[bot] | 2020-11-17 | 1 | -8/+32 | |
|\ | ||||||
| * | Fill the diagnostic code field in publish_diagnostics | Lukas Wirth | 2020-11-17 | 1 | -8/+32 | |
* | | Add **Ignore Test** assist | Aleksey Kladov | 2020-11-17 | 2 | -18/+6 | |
|/ | ||||||
* | Merge #6558 | bors[bot] | 2020-11-16 | 2 | -0/+4 | |
|\ | ||||||
| * | format string highlighting: handle hex + debug type specifier | Roland Ruckerbauer | 2020-11-15 | 2 | -0/+4 | |
| * | cleanup | Aleksey Kladov | 2020-11-13 | 1 | -0/+0 | |
| * | add open Cargo.toml action | Anatol Liu | 2020-11-13 | 1 | -0/+0 | |
* | | Cleanup edit_text_range_for_record_field_expr_or_pat | Lukas Wirth | 2020-11-15 | 1 | -46/+59 | |
* | | Use shorthand field syntax in destructures | Lukas Wirth | 2020-11-14 | 2 | -19/+62 | |
* | | Properly handle shorthands in destructure patterns when renaming | Lukas Wirth | 2020-11-14 | 2 | -6/+69 | |
* | | Use shorthand record syntax when renaming struct initializer field | Lukas Wirth | 2020-11-14 | 1 | -4/+45 | |
|/ | ||||||
* | Merge #6472 | bors[bot] | 2020-11-09 | 6 | -3/+94 | |
|\ | ||||||
| * | Add static semantic token modifier for associated functions with no &self | Anatol Liu | 2020-11-09 | 1 | -2/+2 | |
| * | Add static semantic token modifier for associated functions with no &self | Anatol Liu | 2020-11-08 | 1 | -1/+1 | |
| * | Add static semantic token modifier for associated functions with no &self | Anatol Liu | 2020-11-05 | 1 | -14/+2 | |
| * | Add static semantic token modifier for associated functions with no &self | Anatol Liu | 2020-11-05 | 6 | -2/+105 | |
* | | . is an operator | Aleksey Kladov | 2020-11-09 | 5 | -28/+30 | |
* | | Simplify | Aleksey Kladov | 2020-11-06 | 1 | -1/+0 | |
* | | Kill RAW_ literals | Aleksey Kladov | 2020-11-06 | 5 | -18/+12 | |
|/ | ||||||
* | Support struct variants in extract_struct_from_enum_variant | Lukas Wirth | 2020-11-03 | 1 | -1/+2 | |
* | Only show `self` ident when showing parameter self hints | Lukas Wirth | 2020-11-02 | 1 | -2/+23 | |
* | Merge #6365 | bors[bot] | 2020-11-02 | 1 | -1/+1 | |
|\ | ||||||
| * | Do insertion lookahead in algo::diff | Lukas Wirth | 2020-10-26 | 1 | -1/+1 | |
| | | ||||||
| \ | ||||||
*-. | | Merge #6393 #6399 | bors[bot] | 2020-11-02 | 1 | -2/+106 | |
|\ \| | ||||||
| * | | Add check if param name is similar to fn name | Matthew Sanetra | 2020-10-28 | 1 | -2/+106 | |
* | | | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 9 | -27/+24 | |
* | | | Merge #6387 | bors[bot] | 2020-10-28 | 1 | -0/+21 | |
|\ \ \ | ||||||
| * | | | do not use associated types placeholder for inlay hint | Benjamin Coenen | 2020-10-28 | 1 | -0/+21 | |
* | | | | 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 | 22 | -32/+57 | |
|\ \ | ||||||
| | * | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 21 | -27/+26 | |
| | * | Make call_info a part of ide_db | Igor Aleksanov | 2020-10-24 | 4 | -5/+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 | 6 | -2/+46 | |
|\ \ \ | ||||||
| | * | | Rewrite algo::diff to support insertion and deletion | Lukas Wirth | 2020-10-22 | 2 | -2/+2 | |
| * | | | 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 | |
|/ / |