Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Align code_model name with ungrammar | Aleksey Kladov | 2020-12-20 | 6 | -9/+9 |
* | Add test_rename_bind_pat | bjorn3 | 2020-12-19 | 1 | -0/+35 |
* | Make sure that HighlightModifier::ALL is synchronized with enum | Aleksey Kladov | 2020-12-19 | 6 | -36/+39 |
* | Clarify the meaning of no-op highlight tag | Aleksey Kladov | 2020-12-19 | 3 | -14/+13 |
* | Use more Rustic highlighting specifiers | Aleksey Kladov | 2020-12-19 | 7 | -45/+61 |
* | Deduplicate highlight tags and symbol kinds | Aleksey Kladov | 2020-12-18 | 5 | -96/+97 |
* | Reduce test verbosity | Aleksey Kladov | 2020-12-18 | 3 | -597/+169 |
* | NavTarget doesn't assume that it points to a symbol | Aleksey Kladov | 2020-12-18 | 5 | -74/+187 |
* | Don't expose SyntaxKind from IDE API | Aleksey Kladov | 2020-12-18 | 10 | -207/+270 |
* | Cleaup imports | Aleksey Kladov | 2020-12-18 | 1 | -7/+7 |
* | Merge #6901 | bors[bot] | 2020-12-18 | 2 | -1/+15 |
|\ | |||||
| * | Temp fixes panic caused by no ast for proc-macro | Edwin Cheng | 2020-12-18 | 2 | -1/+15 |
* | | Rewrite doctest runnables | Aleksey Kladov | 2020-12-17 | 2 | -107/+83 |
* | | Minor code style | Aleksey Kladov | 2020-12-17 | 1 | -27/+19 |
* | | Make `Attrs::from_attrs_owner` private | Jonas Schievink | 2020-12-17 | 2 | -39/+11 |
* | | Rename ImplDef -> Impl | Aleksey Kladov | 2020-12-17 | 5 | -7/+7 |
* | | Lifetime reference search | Lukas Wirth | 2020-12-16 | 8 | -22/+265 |
* | | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 1 | -1/+1 |
* | | Make macro def krate mandatory | Jonas Schievink | 2020-12-15 | 3 | -1/+9 |
|/ | |||||
* | 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 |
|\ \ |