| Age | Commit message (Expand) | Author | Lines |
| 2022-05-23 | fix: When hovering macro inputs, don't show everything that was downmapped | Lukas Wirth | -1/+1 |
| 2022-05-23 | fix: When reference searching macro inputs, don't search everything that was ... | Lukas Wirth | -1/+1 |
| 2022-05-22 | Auto merge of #12345 - bvanjoi:escape_format_spcifier, r=Veykril | bors | -3/+24 |
| 2022-05-22 | Auto merge of #12346 - rainy-me:fix/builtin-type-docs-links, r=Veykril | bors | -9/+15 |
| 2022-05-22 | fix: special case base url of `BuiltinType` to core | rainy-me | -9/+15 |
| 2022-05-22 | onTypeFormatting: don't insert > if another > is there | Felicián Németh | -5/+101 |
| 2022-05-22 | feat: Add on-typing handler for left angle | Felicián Németh | -5/+207 |
| 2022-05-22 | internal: Allow OnTypeFormatting to send SnippetTextEdit | Felicián Németh | -6/+16 |
| 2022-05-22 | feat: escape format specifier(close: #12258) | bvanjoi | -3/+24 |
| 2022-05-20 | Auto merge of #12328 - Veykril:simplify, r=Veykril | bors | -16/+4 |
| 2022-05-20 | minor: Simplify | Lukas Wirth | -16/+4 |
| 2022-05-20 | feat: hide type inlay hints for initializations of closures | andylizi | -5/+73 |
| 2022-05-20 | hide closure ret hints if ret type is specified | NotWearingPants | -0/+4 |
| 2022-05-19 | Teach `Callable` about closures properly | Jonas Schievink | -5/+23 |
| 2022-05-19 | Hide more unnecessary parameter hints for constructors | Lukas Wirth | -9/+34 |
| 2022-05-19 | Update test fixtures | Lukas Wirth | -27/+73 |
| 2022-05-19 | Enable hovering function parameter inlay hints | Lukas Wirth | -9/+21 |
| 2022-05-19 | internal: Improve inlay hint tooltips | Lukas Wirth | -36/+45 |
| 2022-05-17 | Update test output | Lukas Wirth | -0/+66 |
| 2022-05-17 | Allow inlay hint tooltips to trigger hovers | Lukas Wirth | -5/+34 |
| 2022-05-17 | Trigger hover requests on closing brace hints | Lukas Wirth | -13/+19 |
| 2022-05-17 | Replace some SmolStr usages with String as the conversion happens anyways | Lukas Wirth | -33/+26 |
| 2022-05-17 | internal: Cleanup lifetime elision hints | Lukas Wirth | -122/+103 |
| 2022-05-16 | Add closing brace hints for macros | Jonas Schievink | -0/+24 |
| 2022-05-16 | Show inlay hints after a `}` to indicate the closed item | Jonas Schievink | -3/+146 |
| 2022-05-14 | Enable reborrow hints in attribute calls | Lukas Wirth | -3/+3 |
| 2022-05-14 | feat: Add binding mode inlay hints | Lukas Wirth | -6/+107 |
| 2022-05-13 | fix: Fix fill-arguments completions not working | Lukas Wirth | -2/+2 |
| 2022-05-13 | Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo... | Jonas Schievink | -16/+8 |
| 2022-05-12 | Auto merge of #12226 - Veykril:reborrow-inlay-hints, r=Veykril | bors | -17/+29 |
| 2022-05-12 | feat: Allow reborrow inlay hints to be restricted to mutable reborrows only | Lukas Wirth | -17/+29 |
| 2022-05-12 | internal: Remove redundant offset data in annotations | Lukas Wirth | -130/+72 |
| 2022-05-10 | Include assoc. types in trait signature help | Jonas Schievink | -4/+176 |
| 2022-05-10 | Auto merge of #12202 - iDawer:ide.sig_help-fix, r=lnicola | bors | -1/+17 |
| 2022-05-10 | `signature_help`: detect fully qualified call syntax for parameter fallback | iDawer | -1/+17 |
| 2022-05-10 | Auto merge of #12201 - Veykril:inlay-hide, r=Veykril | bors | -0/+2 |
| 2022-05-10 | fix: Add cast expressions to param name inlay hint heuristics | Lukas Wirth | -0/+2 |
| 2022-05-09 | Resolve assoc. types of supertraits in the IDE layer | Jonas Schievink | -0/+16 |
| 2022-05-05 | Maybe everything else *should* have to deal with it | Jonas Schievink | -2/+7 |
| 2022-05-05 | Wrap floats in token trees in `FLOAT_LITERAL` node | Jonas Schievink | -7/+10 |
| 2022-05-05 | Split float literal tokens at the `.` | Jonas Schievink | -8/+8 |
| 2022-05-05 | Lower values of char and byte literals | Laurențiu Nicola | -0/+88 |
| 2022-05-05 | fix: add docs and remove unnecessary check | rainy-me | -2/+2 |
| 2022-05-05 | fix: doc url link type | rainy-me | -15/+64 |
| 2022-05-02 | Auto merge of #12120 - iDawer:ide.sig_help, r=Veykril | bors | -10/+46 |
| 2022-05-02 | minor: Add a test for display rendering record variants | Lukas Wirth | -0/+22 |
| 2022-04-29 | Don't show signature help after closing bracket | iDawer | -10/+46 |
| 2022-04-27 | Revert "Correctly fix formatting doc tests with generics" | Laurențiu Nicola | -5/+5 |
| 2022-04-27 | Revert "Update crates/ide/src/runnables.rs" | Laurențiu Nicola | -1/+2 |
| 2022-04-26 | Auto merge of #12083 - Veykril:inlays, r=Veykril | bors | -16/+16 |