aboutsummaryrefslogtreecommitdiff
path: root/crates/ide
Commit message (Expand)AuthorAgeFilesLines
* Upgrade expect-test to 1.1Jesse Bakker2021-01-031-1/+1
* Merge #7068bors[bot]2021-01-032-0/+30
|\
| * Address review suggestion, fix tidy testsPhil Ellison2021-01-011-19/+5
| * Initial implementation of view-hir commandPhil Ellison2020-12-282-0/+44
* | Fix ConstParam HasSource impl and implement TryToNav not NavNick Spain2021-01-021-6/+6
* | Move impls of ToNav that use source() to TryToNavNick Spain2021-01-025-69/+64
* | source_old -> source for cases that can be handled by simple bubblingNick Spain2021-01-022-6/+6
* | HasSource::source_old -> HasSource::source for places where proc-macros were ...Nick Spain2021-01-022-22/+6
* | Mark HasSource::source_old as deprecated but allow at all call sitesNick Spain2021-01-023-0/+13
* | HasSource::source -> HasSource::source_oldNick Spain2021-01-023-13/+13
* | Formatting.Mara Bos2021-01-011-2/+11
* | Add support for Rust 2021.Mara Bos2021-01-012-2/+2
* | Show lifetimes and labels on hoverLukas Wirth2021-01-011-7/+43
* | Merge #7080bors[bot]2021-01-018-1/+50
|\ \
| * | Add ConstParams to the ide layerLukas Wirth2021-01-018-1/+50
| |/
* | Update crateskjeremy2020-12-301-1/+1
* | test for new behaviorAdnoC2020-12-301-0/+16
* | Smarter bracketed use diagnosticAdnoC2020-12-301-0/+6
* | Avoid a couple of allocationsLaurențiu Nicola2020-12-291-1/+1
|/
* Simplify assists resolution APIAleksey Kladov2020-12-261-14/+8
* Merge #7036bors[bot]2020-12-251-1/+39
|\
| * Don't split path separators apart in doctest runnablesLukas Wirth2020-12-251-1/+39
* | Simplify moreAleksey Kladov2020-12-241-43/+22
* | SimplifyAleksey Kladov2020-12-241-35/+7
* | Merge #7030bors[bot]2020-12-2418-8/+125
|\ \
| * | Support labels in reference searchLukas Wirth2020-12-2418-8/+125
| |/
* | pit-of-success API for unresolved code actionsAleksey Kladov2020-12-241-11/+11
* | Prevent multiple incorrect case diagnostics in functionsunexge2020-12-231-0/+13
* | Implement workspace/willRenameFiles for single-level file movesJeremy Kolb2020-12-232-1/+26
* | Store invocation site for eager macrosJonas Schievink2020-12-221-0/+25
|/
* Merge #6746bors[bot]2020-12-222-0/+2
|\
| * Update test diagnostics in ideDaiki Ihara2020-12-211-0/+1
| * Add initial_contents field for CreateFileDaiki Ihara2020-12-211-0/+1
* | Acquire original text range when searching for referencesLukas Wirth2020-12-211-6/+42
|/
* Merge #6921bors[bot]2020-12-201-0/+28
|\
| * Higher-ranked trait bounds for where clausesLukas Wirth2020-12-171-0/+28
* | Align code_model name with ungrammarAleksey Kladov2020-12-206-9/+9
* | Add test_rename_bind_patbjorn32020-12-191-0/+35
* | Make sure that HighlightModifier::ALL is synchronized with enumAleksey Kladov2020-12-196-36/+39
* | Clarify the meaning of no-op highlight tagAleksey Kladov2020-12-193-14/+13
* | Use more Rustic highlighting specifiersAleksey Kladov2020-12-197-45/+61
* | Deduplicate highlight tags and symbol kindsAleksey Kladov2020-12-185-96/+97
* | Reduce test verbosityAleksey Kladov2020-12-183-597/+169
* | NavTarget doesn't assume that it points to a symbolAleksey Kladov2020-12-185-74/+187
* | Don't expose SyntaxKind from IDE APIAleksey Kladov2020-12-1810-207/+270
* | Cleaup importsAleksey Kladov2020-12-181-7/+7
* | Merge #6901bors[bot]2020-12-182-1/+15
|\ \
| * | Temp fixes panic caused by no ast for proc-macroEdwin Cheng2020-12-182-1/+15
* | | Rewrite doctest runnablesAleksey Kladov2020-12-172-107/+83
* | | Minor code styleAleksey Kladov2020-12-171-27/+19