| Age | Commit message (Expand) | Author | Lines |
| 2022-05-17 | Trigger hover requests on closing brace hints | Lukas Wirth | -26/+91 |
| 2022-05-17 | Replace some SmolStr usages with String as the conversion happens anyways | Lukas Wirth | -51/+44 |
| 2022-05-17 | feat: Implement inlay hint tooltips | Lukas Wirth | -2/+22 |
| 2022-05-17 | Auto merge of #12284 - Veykril:inlay-hints, r=Veykril | bors | -122/+103 |
| 2022-05-17 | internal: Cleanup lifetime elision hints | Lukas Wirth | -122/+103 |
| 2022-05-16 | Auto merge of #12276 - jonas-schievink:improve-generate-deref-impl, r=jonas-s... | bors | -48/+171 |
| 2022-05-16 | Improve "Generate `Deref` impl" assist | Jonas Schievink | -48/+171 |
| 2022-05-16 | Auto merge of #12275 - jonas-schievink:remove-setter-doc-gen, r=jonas-schievink | bors | -16/+1 |
| 2022-05-16 | Don't generate documentation in `generate_setter` | Jonas Schievink | -16/+1 |
| 2022-05-16 | Auto merge of #12274 - jonas-schievink:move-getter-docs-generation, r=jonas-s... | bors | -55/+252 |
| 2022-05-16 | Handle getters and setters in documentation template assist | Jonas Schievink | -55/+252 |
| 2022-05-16 | Auto merge of #12271 - bitgaoshu:box_with_expec, r=flodiebold | bors | -10/+35 |
| 2022-05-16 | Auto merge of #12272 - jonas-schievink:fix-signature-help-offsets, r=jonas-sc... | bors | -3/+7 |
| 2022-05-16 | Fix signature help LSP offset conversion | Jonas Schievink | -3/+7 |
| 2022-05-16 | Auto merge of #12244 - jonas-schievink:closing-brace-hints, r=jonas-schievink | bors | -7/+209 |
| 2022-05-16 | Add closing brace hints for macros | Jonas Schievink | -0/+24 |
| 2022-05-16 | add box expection hint | bitgaoshu | -10/+35 |
| 2022-05-16 | Show inlay hints after a `}` to indicate the closed item | Jonas Schievink | -7/+185 |
| 2022-05-16 | Auto merge of #12256 - matklad:m, r=matklad | bors | -2/+2 |
| 2022-05-16 | minor: rename | Aleksey Kladov | -2/+2 |
| 2022-05-16 | Auto merge of #12253 - Veykril:bm, r=Veykril | bors | -42/+212 |
| 2022-05-15 | Auto merge of #12242 - flodiebold:extension-description, r=flodiebold | bors | -14/+12 |
| 2022-05-15 | Auto merge of #12262 - jhgg:fix-whitespace-between-mut-self-in-macro-expansio... | bors | -0/+3 |
| 2022-05-15 | Auto merge of #12190 - harpsword:fix_diagostics_map_incorrectly, r=harpsword | bors | -26/+339 |
| 2022-05-15 | ide: insert whitespace between 'mut' and 'self' in macro expansion | Jake Heinz | -0/+3 |
| 2022-05-14 | Auto merge of #12251 - matklad:lsp-server, r=matklad | bors | -9/+946 |
| 2022-05-14 | internal: vendor lsp-server | Aleksey Kladov | -9/+946 |
| 2022-05-14 | Update package.json | Lukas Wirth | -0/+10 |
| 2022-05-14 | Enable reborrow hints in attribute calls | Lukas Wirth | -3/+3 |
| 2022-05-14 | feat: Add binding mode inlay hints | Lukas Wirth | -41/+201 |
| 2022-05-14 | Auto merge of #12252 - Veykril:config, r=Veykril | bors | -121/+106 |
| 2022-05-14 | internal: Make VSCode config more GUI edit friendly | Lukas Wirth | -121/+106 |
| 2022-05-14 | fix diagnostics location map incorrectly from rustc span to lsp position for ... | harpsword | -26/+339 |
| 2022-05-13 | Change description | Florian Diebold | -2/+1 |
| 2022-05-13 | Auto merge of #12246 - Veykril:config, r=Veykril | bors | -34/+36 |
| 2022-05-13 | Don't make r-a fail to initialize if updating the config fails | Lukas Wirth | -1/+3 |
| 2022-05-13 | fix: Fix incorrect hover actions config keys | Lukas Wirth | -33/+33 |
| 2022-05-13 | Auto merge of #12245 - Veykril:compl-snip, r=Veykril | bors | -29/+32 |
| 2022-05-13 | fix: Fix fill-arguments completions not working | Lukas Wirth | -29/+32 |
| 2022-05-13 | Improve extension description and README | Florian Diebold | -13/+12 |
| 2022-05-13 | Auto merge of #12241 - jonas-schievink:does-not-float-my-boat, r=jonas-schievink | bors | -606/+152 |
| 2022-05-13 | Fix tests | Jonas Schievink | -5/+8 |
| 2022-05-13 | Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo... | Jonas Schievink | -502/+121 |
| 2022-05-13 | Revert "Skip only the `tt::Literal` when consuming float tokens" | Jonas Schievink | -41/+25 |
| 2022-05-13 | Revert "Fix conversion of float literals in `TtTreeSink`" | Jonas Schievink | -54/+0 |
| 2022-05-13 | Revert "fix: Remap float parts as integers when parsed as indices" | Jonas Schievink | -5/+5 |
| 2022-05-13 | Revert "Don't remap float tokens to `INT_NUMBER`" | Jonas Schievink | -10/+4 |
| 2022-05-13 | Auto merge of #12239 - Veykril:publisher, r=Veykril | bors | -2/+2 |
| 2022-05-13 | Update package description | Lukas Wirth | -1/+1 |
| 2022-05-13 | fix: Fix typo in publisher field | Lukas Wirth | -1/+1 |