about summary refs log tree commit diff
path: root/crates/ide/src
AgeCommit message (Expand)AuthorLines
2022-05-23fix: When hovering macro inputs, don't show everything that was downmappedLukas Wirth-1/+1
2022-05-23fix: When reference searching macro inputs, don't search everything that was ...Lukas Wirth-1/+1
2022-05-22Auto merge of #12345 - bvanjoi:escape_format_spcifier, r=Veykrilbors-3/+24
2022-05-22Auto merge of #12346 - rainy-me:fix/builtin-type-docs-links, r=Veykrilbors-9/+15
2022-05-22fix: special case base url of `BuiltinType` to corerainy-me-9/+15
2022-05-22onTypeFormatting: don't insert > if another > is thereFelicián Németh-5/+101
2022-05-22feat: Add on-typing handler for left angleFelicián Németh-5/+207
2022-05-22internal: Allow OnTypeFormatting to send SnippetTextEditFelicián Németh-6/+16
2022-05-22feat: escape format specifier(close: #12258)bvanjoi-3/+24
2022-05-20Auto merge of #12328 - Veykril:simplify, r=Veykrilbors-16/+4
2022-05-20minor: SimplifyLukas Wirth-16/+4
2022-05-20feat: hide type inlay hints for initializations of closuresandylizi-5/+73
2022-05-20hide closure ret hints if ret type is specifiedNotWearingPants-0/+4
2022-05-19Teach `Callable` about closures properlyJonas Schievink-5/+23
2022-05-19Hide more unnecessary parameter hints for constructorsLukas Wirth-9/+34
2022-05-19Update test fixturesLukas Wirth-27/+73
2022-05-19Enable hovering function parameter inlay hintsLukas Wirth-9/+21
2022-05-19internal: Improve inlay hint tooltipsLukas Wirth-36/+45
2022-05-17Update test outputLukas Wirth-0/+66
2022-05-17Allow inlay hint tooltips to trigger hoversLukas Wirth-5/+34
2022-05-17Trigger hover requests on closing brace hintsLukas Wirth-13/+19
2022-05-17Replace some SmolStr usages with String as the conversion happens anywaysLukas Wirth-33/+26
2022-05-17internal: Cleanup lifetime elision hintsLukas Wirth-122/+103
2022-05-16Add closing brace hints for macrosJonas Schievink-0/+24
2022-05-16Show inlay hints after a `}` to indicate the closed itemJonas Schievink-3/+146
2022-05-14Enable reborrow hints in attribute callsLukas Wirth-3/+3
2022-05-14feat: Add binding mode inlay hintsLukas Wirth-6/+107
2022-05-13fix: Fix fill-arguments completions not workingLukas Wirth-2/+2
2022-05-13Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...Jonas Schievink-16/+8
2022-05-12Auto merge of #12226 - Veykril:reborrow-inlay-hints, r=Veykrilbors-17/+29
2022-05-12feat: Allow reborrow inlay hints to be restricted to mutable reborrows onlyLukas Wirth-17/+29
2022-05-12internal: Remove redundant offset data in annotationsLukas Wirth-130/+72
2022-05-10Include assoc. types in trait signature helpJonas Schievink-4/+176
2022-05-10Auto merge of #12202 - iDawer:ide.sig_help-fix, r=lnicolabors-1/+17
2022-05-10`signature_help`: detect fully qualified call syntax for parameter fallbackiDawer-1/+17
2022-05-10Auto merge of #12201 - Veykril:inlay-hide, r=Veykrilbors-0/+2
2022-05-10fix: Add cast expressions to param name inlay hint heuristicsLukas Wirth-0/+2
2022-05-09Resolve assoc. types of supertraits in the IDE layerJonas Schievink-0/+16
2022-05-05Maybe everything else *should* have to deal with itJonas Schievink-2/+7
2022-05-05Wrap floats in token trees in `FLOAT_LITERAL` nodeJonas Schievink-7/+10
2022-05-05Split float literal tokens at the `.`Jonas Schievink-8/+8
2022-05-05Lower values of char and byte literalsLaurențiu Nicola-0/+88
2022-05-05fix: add docs and remove unnecessary checkrainy-me-2/+2
2022-05-05fix: doc url link typerainy-me-15/+64
2022-05-02Auto merge of #12120 - iDawer:ide.sig_help, r=Veykrilbors-10/+46
2022-05-02minor: Add a test for display rendering record variantsLukas Wirth-0/+22
2022-04-29Don't show signature help after closing bracketiDawer-10/+46
2022-04-27Revert "Correctly fix formatting doc tests with generics"Laurențiu Nicola-5/+5
2022-04-27Revert "Update crates/ide/src/runnables.rs"Laurențiu Nicola-1/+2
2022-04-26Auto merge of #12083 - Veykril:inlays, r=Veykrilbors-16/+16