about summary refs log tree commit diff
path: root/crates/ide
AgeCommit message (Expand)AuthorLines
2021-09-22use find_definition in go tohamidreza kalbasi-64/+64
2021-09-21fix derive hover in macrohamidreza kalbasi-14/+55
2021-09-21Add a mirror function-like proc-macro expander for testsLukas Wirth-9/+11
2021-09-19internal: definition based hover functionshamidreza kalbasi-92/+123
2021-09-18Make inlay hints work in attributed itemsLukas Wirth-14/+75
2021-09-18Add multi-token mapping test for goto_definitionLukas Wirth-10/+55
2021-09-18do comment handling on the original tokenzhoufan-25/+15
2021-09-16fix: multi-token mapping aware goto definitionzhoufan-39/+56
2021-09-16Merge #10250bors[bot]-97/+177
2021-09-16Improve call_hierarchy and incoming/outgoing_callsLukas Wirth-97/+177
2021-09-15Merge #10233bors[bot]-21/+175
2021-09-15add multi-token mappings for hoverAnatol Ulrich-6/+2
2021-09-15# This is a combination of 3 commits.Anatol Ulrich-19/+177
2021-09-15Don't highlight unsafe traits as unsafe in safe implsLukas Wirth-56/+44
2021-09-14Revert attributed items inlay hintsLukas Wirth-90/+13
2021-09-14Merge #10232bors[bot]-3/+171
2021-09-14fix source_to_def trying to use attribute macro calls as containersLukas Wirth-1/+1
2021-09-14Add some more attribute ide testsLukas Wirth-4/+156
2021-09-14fix: Use original definition ranges for ide_db::search instead of the expande...Lukas Wirth-0/+16
2021-09-14Merge #10204bors[bot]-0/+136
2021-09-13Improve hover over derference messageTeddy_Wang-11/+11
2021-09-14feat: Make inlay hints work in attributed itemsLukas Wirth-16/+97
2021-09-13Fix hover testsTeddy_Wang-3/+3
2021-09-14Enable attribte macros in ide fixturesLukas Wirth-1/+5
2021-09-14fix: fix expansion order for fn-like macros and attributes in token descendingLukas Wirth-0/+25
2021-09-13Fix spellingTeddy_Wang-6/+6
2021-09-12Use correct file syntax node for decl_access computation in find_all_refsLukas Wirth-1/+4
2021-09-12Merge #10202bors[bot]-9/+166
2021-09-11Fix tests by importing core::ops::DerefTeddy_Wang-10/+18
2021-09-10minor: fix tests.Dawer-0/+2
2021-09-10fix: Type param hover shows correct sized bounds.Dawer-0/+140
2021-09-10internal: add implicit `: Sized` bound to type parameters.Dawer-9/+24
2021-09-09Add tests. The tests with coercion fail, but I have no clue why.Teddy_Wang-0/+64
2021-09-09Merge #10188bors[bot]-7/+12
2021-09-09implement #10070 in runnablesAnatol Ulrich-7/+12
2021-09-08Show the type of what is being dereferenced in a deref expressionTeddy_Wang-0/+64
2021-09-07fix `super` path wrong displayDezhi Wu-1/+23
2021-09-07cargo fmtDezhi Wu-3/+6
2021-09-07fix: path display error when start with `crate`Dezhi Wu-0/+19
2021-09-02Use correct search scopes for macrosLukas Wirth-5/+8
2021-09-01fix: multi-token mapping aware find referencesJonas Schievink-74/+138
2021-09-01fix: make `goto_implementation` multi-token mapping awareLukas Wirth-45/+66
2021-09-01Merge #9954bors[bot]-13/+202
2021-09-01Minor fixesLukas Wirth-6/+8
2021-08-30internal: more obviously correct code for cache priming progerssAleksey Kladov-19/+6
2021-08-30switch `log` crate to `tracing`Dezhi Wu-2/+2
2021-08-29internal: slightly improve compile timesAleksey Kladov-1/+1
2021-08-29Only report unique text ranges in highlight_relatedLukas Wirth-9/+5
2021-08-29Return all usages inside macros in usage searchesLukas Wirth-0/+2
2021-08-29Highlight all related tokens in macro inputsLukas Wirth-24/+82