Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify assists resolution API | Aleksey Kladov | 2020-12-26 | 1 | -14/+8 |
* | Merge #7036 | bors[bot] | 2020-12-25 | 1 | -1/+39 |
|\ | |||||
| * | Don't split path separators apart in doctest runnables | Lukas Wirth | 2020-12-25 | 1 | -1/+39 |
* | | Simplify more | Aleksey Kladov | 2020-12-24 | 1 | -43/+22 |
* | | Simplify | Aleksey Kladov | 2020-12-24 | 1 | -35/+7 |
* | | Merge #7030 | bors[bot] | 2020-12-24 | 18 | -8/+125 |
|\ \ | |||||
| * | | Support labels in reference search | Lukas Wirth | 2020-12-24 | 18 | -8/+125 |
| |/ | |||||
* | | pit-of-success API for unresolved code actions | Aleksey Kladov | 2020-12-24 | 1 | -11/+11 |
* | | Prevent multiple incorrect case diagnostics in functions | unexge | 2020-12-23 | 1 | -0/+13 |
* | | Implement workspace/willRenameFiles for single-level file moves | Jeremy Kolb | 2020-12-23 | 2 | -1/+26 |
* | | Store invocation site for eager macros | Jonas Schievink | 2020-12-22 | 1 | -0/+25 |
|/ | |||||
* | Merge #6746 | bors[bot] | 2020-12-22 | 2 | -0/+2 |
|\ | |||||
| * | Update test diagnostics in ide | Daiki Ihara | 2020-12-21 | 1 | -0/+1 |
| * | Add initial_contents field for CreateFile | Daiki Ihara | 2020-12-21 | 1 | -0/+1 |
* | | Acquire original text range when searching for references | Lukas Wirth | 2020-12-21 | 1 | -6/+42 |
|/ | |||||
* | Merge #6921 | bors[bot] | 2020-12-20 | 1 | -0/+28 |
|\ | |||||
| * | Higher-ranked trait bounds for where clauses | Lukas Wirth | 2020-12-17 | 1 | -0/+28 |
* | | 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 |
|\ \ |