about summary refs log tree commit diff
path: root/crates/ide/src
AgeCommit message (Expand)AuthorLines
2021-08-20Use correct HirFileId in find_related_testLukas Wirth-7/+6
2021-08-20Fix runnables not seeing test and bench attributesLukas Wirth-6/+14
2021-08-19Merge #9955bors[bot]-14/+7
2021-08-20Rename fails on renaming definitions created by macrosLukas Wirth-14/+7
2021-08-18Don't trigger related highlighting on unrelated tokensLukas Wirth-2/+4
2021-08-17Merge #9929bors[bot]-3/+67
2021-08-17Emit more concise text edits in ide_db::renameLukas Wirth-0/+1
2021-08-16some code docs for the ide_db/rename moduleLukas Wirth-0/+1
2021-08-16Handle all rename special cases for all record pattern fieldsLukas Wirth-3/+65
2021-08-16Highlight function exit points on `fn` keywordLukas Wirth-11/+28
2021-08-16SimplifyLukas Wirth-5/+7
2021-08-14SimplifyLukas Wirth-8/+3
2021-08-14internal: make naming consistentAleksey Kladov-1/+1
2021-08-12Merge #9807bors[bot]-5/+71
2021-08-11Show type actions on ranged type hoverLukas Wirth-58/+137
2021-08-10impl gen hash for structsYoshua Wuyts-2/+2
2021-08-10[semantic-highlighting] functions that consume are marked as HlMod::ConsumingJake Heinz-6/+6
2021-08-09Fix typo in reference modifier descriptionLaurențiu Nicola-1/+1
2021-08-08Use minicoreYoshua Wuyts-2/+2
2021-08-08Account sized bounds in parentheses printing inside of ptr/ref of rpit.Dawer-0/+44
2021-08-04Document reference highlighting modLukas Wirth-7/+8
2021-08-04Adjust fn_hints testDawer-2/+2
2021-08-04Fix tests.Dawer-3/+25
2021-08-04Merge #9734bors[bot]-44/+67
2021-08-04match styleJake Heinz-1/+4
2021-08-04fix + update expectsJake Heinz-13/+14
2021-08-03Apply suggestions from code reviewJake-2/+2
2021-08-03Update crates/ide/src/syntax_highlighting/highlight.rsJake-1/+2
2021-08-03Give TypeInfo fields and methods more appropriate namesLukas Wirth-22/+22
2021-08-03Revise TypeInfo::ty usageLukas Wirth-1/+1
2021-08-03Introduce TypeInfoLukas Wirth-22/+19
2021-08-02Merge #9762bors[bot]-5/+13
2021-08-02Fix ranged hover result rangeLukas Wirth-5/+13
2021-08-02Merge #9761bors[bot]-72/+150
2021-08-02Also search for pattern nodes in ranged hoverLukas Wirth-10/+41
2021-08-02Show coerced types on type hoverLukas Wirth-66/+113
2021-08-02Merge #9758bors[bot]-5/+5
2021-08-02internal: explain that we don't `ref` in style.mdAleksey Kladov-5/+5
2021-08-02resolve_doc_path is able to resolve to macrosLukas Wirth-64/+102
2021-07-31Wrap inner tail expressions in MissingOkOrSomeInTailExprLukas Wirth-0/+3
2021-07-31Annotate type hints for pattern name ranges instead of the pattern itselfLukas Wirth-6/+32
2021-07-31Fix hover range for derive inputsLukas Wirth-2/+3
2021-07-31update expectsJake Heinz-1/+1
2021-07-31move to else fJake Heinz-3/+2
2021-07-31semantic highlighting: add reference hlmodJake Heinz-38/+57
2021-07-30Merge #9728bors[bot]-208/+200
2021-07-30Fix move_item test fixture indentationsLukas Wirth-176/+176
2021-07-29Attach comma token to MATCH_ARM instead of MATCH_ARM_LISTLukas Wirth-31/+23
2021-07-29Refine extraction targets of extract_function assistLukas Wirth-12/+12
2021-07-28fix: Revert removing [] from the hover gifAlexander González-1/+1