Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 6 | -41/+41 | |
* | Add find usages for enum constructors | Daiki Ihara | 2020-12-14 | 1 | -0/+115 | |
* | Use Attrs::docs in NavigationTarget instead of DocCommentsOwner | Lukas Wirth | 2020-12-11 | 1 | -24/+28 | |
* | Merge #6834 | bors[bot] | 2020-12-11 | 1 | -9/+9 | |
|\ | ||||||
| * | Use Attrs::docs in runnables instead of DocCommentsOwner | Lukas Wirth | 2020-12-11 | 1 | -9/+9 | |
* | | Don't highlight parent nodes of comments on hover | Lukas Wirth | 2020-12-11 | 1 | -0/+16 | |
|/ | ||||||
* | Merge #6769 | bors[bot] | 2020-12-10 | 2 | -1/+25 | |
|\ | ||||||
| * | Cast to ExprStmt, style fixes | ivan770 | 2020-12-10 | 1 | -4/+4 | |
| * | Format code | ivan770 | 2020-12-08 | 1 | -3/+10 | |
| * | Remove unused use | ivan770 | 2020-12-08 | 1 | -1/+1 | |
| * | Remove this semicolon | ivan770 | 2020-12-08 | 2 | -6/+23 | |
* | | Fix FileId computation in IncorrectCase fix | Jonas Schievink | 2020-12-10 | 1 | -4/+4 | |
* | | Introduce anchored_path | Aleksey Kladov | 2020-12-09 | 3 | -30/+45 | |
* | | Merge #6771 | bors[bot] | 2020-12-09 | 1 | -0/+62 | |
|\ \ | ||||||
| * | | Test inner and outer doc comments in hover | Lukas Wirth | 2020-12-09 | 1 | -0/+62 | |
| |/ | ||||||
* | | Merge #6775 | bors[bot] | 2020-12-09 | 1 | -2/+3 | |
|\ \ | ||||||
| * | | Fix MissingFields DiagnosticFix trigger range | Lukas Wirth | 2020-12-09 | 1 | -2/+3 | |
| |/ | ||||||
* / | Make `original_range` a method on `InFile<&SyntaxNode>` | Jonas Schievink | 2020-12-08 | 1 | -11/+12 | |
|/ | ||||||
* | Merge #6750 | bors[bot] | 2020-12-08 | 1 | -28/+36 | |
|\ | ||||||
| * | Remove hir_def/docs.rs module | Lukas Wirth | 2020-12-07 | 1 | -28/+36 | |
* | | Simplify | Kirill Bulatov | 2020-12-07 | 1 | -1/+0 | |
* | | Use stateless completion resolve | Kirill Bulatov | 2020-12-07 | 1 | -0/+22 | |
* | | Remove the state | Kirill Bulatov | 2020-12-07 | 1 | -1/+1 | |
* | | Make completion resolve async | Kirill Bulatov | 2020-12-07 | 1 | -1/+1 | |
* | | Simplify import edit calculation | Kirill Bulatov | 2020-12-07 | 1 | -1/+1 | |
* | | Properly fill client completion resolve capabilities data | Kirill Bulatov | 2020-12-07 | 1 | -2/+2 | |
* | | Working resolve completion imports prototype | Kirill Bulatov | 2020-12-07 | 1 | -1/+2 | |
|/ | ||||||
* | Merge #6719 | bors[bot] | 2020-12-07 | 1 | -7/+6 | |
|\ | ||||||
| * | Use items can also have doc comments | Lukas Wirth | 2020-12-04 | 1 | -7/+6 | |
* | | 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 |