aboutsummaryrefslogtreecommitdiff
path: root/crates/ide
Commit message (Expand)AuthorAgeFilesLines
* Replace state with functionAleksey Kladov2021-01-102-68/+54
* Refactor highlightingAleksey Kladov2021-01-093-528/+551
* SimplifyAleksey Kladov2021-01-092-86/+52
* Better highlight for fixturesAleksey Kladov2021-01-092-2/+6
* SimplifyAleksey Kladov2021-01-092-52/+28
* Better namesAleksey Kladov2021-01-093-23/+24
* Reduce duplicationAleksey Kladov2021-01-091-7/+5
* Shorten namesAleksey Kladov2021-01-096-63/+46
* Reorder modulesAleksey Kladov2021-01-091-2/+4
* Shorten frequent namesAleksey Kladov2021-01-097-211/+192
* Rename dummy -> noneAleksey Kladov2021-01-093-15/+15
* Hide argument name hint regardless of caseJacob Pratt2021-01-091-3/+10
* Merge #7213bors[bot]2021-01-081-22/+8
|\
| * SimplifyLukas Wirth2021-01-081-22/+8
* | Merge #7212bors[bot]2021-01-089-274/+268
|\ \ | |/ |/|
| * Simplify highlighting infraAleksey Kladov2021-01-089-274/+268
* | Switch test markerPhil Ellison2021-01-071-1/+1
* | cargo fmtPhil Ellison2021-01-071-1/+2
* | Add fix to wrap return expression in SomePhil Ellison2021-01-072-8/+58
|/
* Better fixture highlightAleksey Kladov2021-01-074-10/+125
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-0721-505/+505
* Remove some stale deprecationsAleksey Kladov2021-01-072-5/+0
* Align config's API with usageAleksey Kladov2021-01-061-1/+1
* YAGNI active_resolve_capabilitiesAleksey Kladov2021-01-061-2/+2
* More maintainable configAleksey Kladov2021-01-063-50/+35
* Show GotoTypeAction for TypeParamLukas Wirth2021-01-041-17/+54
* Show GotoTypeAction for ConstParamLukas Wirth2021-01-041-37/+66
* Show implementations when hovering over SelfTypeLukas Wirth2021-01-041-8/+29
* Fix HoverAction::Implementation typoLukas Wirth2021-01-041-10/+11
* Implement hover for ConstParamLukas Wirth2021-01-042-4/+29
* Impl hovering for TypeParamsLukas Wirth2021-01-041-2/+50
* 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
|/