Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Don't insert blank lines between doc attributes | Lukas Wirth | 2020-12-07 | 1 | -2/+0 | |
* | | Merge #6721 | bors[bot] | 2020-12-04 | 7 | -37/+44 | |
|\ \ | ||||||
| * | | Use METHOD semantic token type | Laurențiu Nicola | 2020-12-04 | 7 | -37/+44 | |
| |/ | ||||||
* / | Don't diagnose `#[cfg]` in macros | Jonas Schievink | 2020-12-03 | 1 | -0/+5 | |
|/ | ||||||
* | Merge #6673 | bors[bot] | 2020-12-02 | 1 | -45/+74 | |
|\ | ||||||
| * | Show type of Self on hover | Lukas Wirth | 2020-11-29 | 1 | -45/+74 | |
* | | Type-safer API for dealing with parameter lists with optional self | Aleksey Kladov | 2020-12-01 | 1 | -1/+1 | |
* | | Merge #6665 | bors[bot] | 2020-11-29 | 1 | -1/+102 | |
|\ \ | ||||||
| * | | Support self in reference search | Lukas Wirth | 2020-11-29 | 1 | -1/+102 | |
* | | | Merge #6599 | bors[bot] | 2020-11-29 | 4 | -10/+23 | |
|\ \ \ | ||||||
| * | | | Add attribute highlight modifier to all tokens inside attributes | Lukas Wirth | 2020-11-21 | 4 | -10/+23 | |
* | | | | Reject more cases of invalid parameter to self renames | Lukas Wirth | 2020-11-29 | 1 | -13/+122 | |
* | | | | Fix renaming owned self to parameter emitting ref | Lukas Wirth | 2020-11-29 | 1 | -1/+30 | |
| |_|/ |/| | | ||||||
* | | | Merge #6666 | bors[bot] | 2020-11-29 | 1 | -17/+39 | |
|\ \ \ | ||||||
| * | | | Support 'go to definition' for self | Lukas Wirth | 2020-11-29 | 1 | -17/+39 | |
| | |/ | |/| | ||||||
* | | | Merge #6664 | bors[bot] | 2020-11-28 | 1 | -3/+43 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Show type of self param on hover | Lukas Wirth | 2020-11-28 | 1 | -3/+43 | |
* | | | Merge #6660 | bors[bot] | 2020-11-28 | 1 | -6/+36 | |
|\ \ \ | ||||||
| * | | | Support goto definition for ADT-SelfParams | Lukas Wirth | 2020-11-28 | 1 | -6/+36 | |
| |/ / | ||||||
* | | | Merge #6645 | bors[bot] | 2020-11-28 | 1 | -0/+9 | |
|\ \ \ | ||||||
| * | | | More accurately place proc-macro diagnostic | Jonas Schievink | 2020-11-27 | 1 | -4/+6 | |
| * | | | Publish diagnostics for macro expansion errors | Jonas Schievink | 2020-11-27 | 1 | -0/+7 | |
| |/ / | ||||||
* | | | Move the helpers into ide_db | Kirill Bulatov | 2020-11-28 | 2 | -3/+2 | |
* | | | Extract the import code into the shared module | Kirill Bulatov | 2020-11-27 | 3 | -5/+4 | |
|/ / | ||||||
* | | Use `ExpandResult` instead of `MacroResult` | Jonas Schievink | 2020-11-26 | 1 | -3/+3 | |
* | | Rename `parse_macro` to `parse_macro_expansion` | Jonas Schievink | 2020-11-24 | 1 | -1/+1 | |
* | | hir_expand: propagate expansion errors | Jonas Schievink | 2020-11-24 | 1 | -3/+5 | |
* | | Minor, import style | Aleksey Kladov | 2020-11-23 | 1 | -6/+5 | |
|/ | ||||||
* | 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 | |
|\ |