about summary refs log tree commit diff
path: root/crates/ide/src
AgeCommit message (Expand)AuthorLines
2021-07-27refactor: Apply PR suggestionsAlexander Gonzalez-57/+41
2021-07-27chore: Remove unnecessary println! callAlexander Gonzalez-1/+0
2021-07-27test: Add tests for when hovering failsAlexander Gonzalez-6/+68
2021-07-27docs: Improve the comments in crates/ide/src/hover.rsAlexander Gonzalez-8/+14
2021-07-27test: Add hover_range testsAlexander Gonzalez-0/+106
2021-07-27refactor: Make handle_hover handle ranges tooAlexander Gonzalez-1/+1
2021-07-27feat: Add the hover_range capabilityAlexander Gonzalez-3/+25
2021-07-27feat: Extend the server with the hover_range capabilityAlexander Gonzalez-0/+16
2021-07-26SimplifyLukas Wirth-12/+10
2021-07-24Resolve derive attribute input macro paths in ide layerLukas Wirth-29/+123
2021-07-23Complete editable private itemsJonas Schievink-5/+5
2021-07-22Added tests to ensure config behavior.Kevin DeLorey-2/+190
2021-07-22Initial commit of highlight related configuration w/ implementation.Kevin DeLorey-7/+29
2021-07-23Correctly classify Rename NamesLukas Wirth-0/+59
2021-07-22Fix a couple of clippy nitsLaurențiu Nicola-2/+2
2021-07-20cov-markLukas Wirth-1/+1
2021-07-20Merge #9637bors[bot]-723/+559
2021-07-20More testsLukas Wirth-39/+81
2021-07-20Move doc_links tests from hover to doc_linksLukas Wirth-383/+72
2021-07-20Minor cleanupsLukas Wirth-54/+50
2021-07-20Some more fragment fixesLukas Wirth-148/+108
2021-07-20internal: remove potentially slow methodAleksey Kladov-2/+6
2021-07-20Correctly generate link fragments for associated itemsLukas Wirth-120/+160
2021-07-20Cleanup runnables canonical path implLukas Wirth-48/+46
2021-07-19Resolve paths to assoc items for traitsLukas Wirth-0/+1
2021-07-19Add doc-link resolution test infraLukas Wirth-69/+179
2021-07-17internal: make it clearer where IO happensAleksey Kladov-1/+1
2021-07-15SimplifyLukas Wirth-112/+111
2021-07-15Folding ranges respect item visibilitiesLukas Wirth-86/+75
2021-07-15Add nested region folding testLukas Wirth-27/+32
2021-07-15Don't fold consecutive modules with item listsLukas Wirth-20/+26
2021-07-15Merge #9595bors[bot]-6/+112
2021-07-14Show test mod runnable in outline modulesLukas Wirth-6/+112
2021-07-14Use Type::walk for goto_type_definitionLukas Wirth-12/+21
2021-07-13Merge #9596bors[bot]-15/+48
2021-07-13Return type arguments in goto_type_definition resultLukas Wirth-15/+48
2021-07-13Assign mutable semantic token modifier to assignment operatorsLukas Wirth-7/+10
2021-07-13Split main highlighting function up into a few subfunctionsLukas Wirth-117/+146
2021-07-11Return both field and local references for shorthands in goto_defLukas Wirth-56/+92
2021-07-11Inline name classification reference callsLukas Wirth-38/+105
2021-07-11Explicitly check for reference locals or fields in Name classificationLukas Wirth-32/+31
2021-07-11Merge #9567 #9568bors[bot]-31/+24
2021-07-11internal: remove one more needless extern crateAleksey Kladov-17/+13
2021-07-11internal: remove unused paramAleksey Kladov-12/+10
2021-07-11internal: remove needless distinction between a carte and its root modAleksey Kladov-3/+2
2021-07-11update testsAleksey Kladov-204/+24
2021-07-11drop unused fieldsAleksey Kladov-2/+0
2021-07-11simplifyAleksey Kladov-2/+2
2021-07-11drop unused fieldAleksey Kladov-5/+2
2021-07-11simplifyAleksey Kladov-10/+0