about summary refs log tree commit diff
path: root/crates/ide/src
AgeCommit message (Expand)AuthorLines
2021-11-27ide: fix expansion for 'as _'Jake Heinz-0/+21
2021-11-25fix: Prioritize tuple fields in highlight_relatedLukas Wirth-3/+18
2021-11-23Disable string highlight injection for macros changing string literalsLukas Wirth-29/+31
2021-11-22Emit moniker in lsifhkalbasi-0/+275
2021-11-22fix: Omit generic defaults for types in hover messagesLukas Wirth-4/+16
2021-11-22Add to macro testing infra to emit token map idsLukas Wirth-1/+0
2021-11-22Split parts of `ide_db::call_info` off into `ide`Lukas Wirth-12/+693
2021-11-22Unnest ide::display::navigation_target moduleLukas Wirth-25/+13
2021-11-20ide: hover omits unnamed where predsJake Heinz-0/+42
2021-11-19Merge #10806bors[bot]-8/+25
2021-11-19fix: inlay param hint hiding heurstic is case unsensitiveLukas Wirth-8/+25
2021-11-19ide: dedupe or merge hover actionsJake Heinz-20/+94
2021-11-18Merge #10798bors[bot]-28/+32
2021-11-18ide: show go to for function hover return typeJake Heinz-28/+32
2021-11-18ide: display static values in hoverJake Heinz-20/+26
2021-11-18Merge #10785bors[bot]-28/+65
2021-11-18more complicated const testJake Heinz-0/+22
2021-11-17Check for derive attributes by item path, not `derive` identifierLukas Wirth-15/+7
2021-11-17maybe this is better??Jake Heinz-2/+17
2021-11-17hir: show const value in hoverJake Heinz-26/+26
2021-11-16Do not use reference search in runnables::related_testsLukas Wirth-42/+47
2021-11-16SimplifyLukas Wirth-143/+107
2021-11-16Skip test/bench attr expansion in resolution instead of collectionLukas Wirth-6/+2
2021-11-16minor: Lift out FxIndex{Map/Set} types into ide_dbLukas Wirth-4/+2
2021-11-16fix: Reimplement mapping out of test/bench attributes for runnablesLukas Wirth-2/+7
2021-11-13flip the defaultJake Heinz-18/+18
2021-11-13inlay hints: add the option to always show constructor inlay hintsJake Heinz-1/+68
2021-11-11Remove faulty logic for ascending test attributes for runnablesLukas Wirth-7/+2
2021-11-11Replace some more ide usages of ModuleDef with DefinitionLukas Wirth-119/+106
2021-11-11Prime a more reasonable set of cratesJonas Schievink-2/+27
2021-11-11internal: Flatten `Definition::ModuleDef` variantLukas Wirth-376/+332
2021-11-08Fix proc-macro attributes being shadowed by their functions in IDE layerLukas Wirth-1/+1
2021-11-05Merge #10685bors[bot]-6/+6
2021-11-04Replace more Name::to_string usages with Name::to_smol_strLukas Wirth-12/+14
2021-11-04Enable markdown tablesLukas Wirth-6/+6
2021-11-04Merge #10645bors[bot]-63/+148
2021-11-04Merge #10691bors[bot]-4/+2
2021-11-04Use array into_iter in more placesLaurențiu Nicola-4/+2
2021-11-03Update crates/ide/src/rename.rsAnatol Ulrich-1/+0
2021-11-03Expose version string of crates fom HIRLukas Wirth-1/+7
2021-11-02accept identical Indels when merging; add rename test caseAnatol Ulrich-2/+34
2021-10-28Enable auto-import and qualify-path in derive attributesLukas Wirth-0/+2
2021-10-28Refactor ide handling for paths in derive inputsLukas Wirth-29/+15
2021-10-27remove TODO commentAnatol Ulrich-1/+0
2021-10-27re-introduce `always!`Anatol Ulrich-8/+7
2021-10-27unwrap--Anatol Ulrich-3/+3
2021-10-27fix logic error: alias detection was too lenientAnatol Ulrich-18/+23
2021-10-27wipAnatol Ulrich-12/+30
2021-10-27remove resolved TODO questionsAnatol Ulrich-1/+0
2021-10-27doxxAnatol Ulrich-4/+11