| Age | Commit message (Expand) | Author | Lines |
| 2024-11-27 | Revert r-a completions breakage | Kirill Bulatov | -2/+2 |
| 2024-11-07 | Merge pull request #18490 from ShoyuVanilla/dyn-compat-rename | Laurențiu Nicola | -5/+5 |
| 2024-11-07 | minor: Rename `dyn compatible` to `dyn-compatible` | Shoyu Vanilla | -5/+5 |
| 2024-11-04 | Merge pull request #18473 from Veykril/push-xnlzukoqttvz | Lukas Wirth | -15/+44 |
| 2024-11-04 | Render extern blocks in file_structure | Lukas Wirth | -15/+44 |
| 2024-11-04 | Fix feature name casing | Laurențiu Nicola | -1/+1 |
| 2024-11-03 | Allow interpreting consts and statics with interpret function command | Lukas Wirth | -49/+66 |
| 2024-11-02 | Allow static initializers to be const evaluated | Lukas Wirth | -7/+13 |
| 2024-10-30 | Merge pull request #18436 from Veykril/lw-yvkqwpnwsouo | Lukas Wirth | -190/+462 |
| 2024-10-29 | Style hover messages a bit differently | Lukas Wirth | -115/+346 |
| 2024-10-29 | Do not render meta info when hovering usages | Lukas Wirth | -83/+124 |
| 2024-10-28 | Merge pull request #18421 from Veykril/push-uxxwvwnqvomr | Lukas Wirth | -18/+18 |
| 2024-10-28 | Reformat | Lukas Wirth | -7/+7 |
| 2024-10-28 | Move text-edit into ide-db | Lukas Wirth | -18/+18 |
| 2024-10-27 | add test | LastExceed | -0/+76 |
| 2024-10-27 | add LetStmt arm | LastExceed | -0/+18 |
| 2024-10-27 | Invert token iteration order in macro mapping | Lukas Wirth | -13/+15 |
| 2024-10-25 | Factor out token ranking | Lukas Wirth | -36/+8 |
| 2024-10-23 | Merge pull request #18264 from ChayimFriedman2/semi-transparent | Lukas Wirth | -0/+20 |
| 2024-10-23 | fix dyn incompatible hint message | usamoi | -1/+1 |
| 2024-10-23 | Don't emit edits for postfix adjustment hints | Lukas Wirth | -23/+28 |
| 2024-10-23 | Add text edit to implicit 'static hints | Lukas Wirth | -1/+2 |
| 2024-10-23 | Add text edit to discriminant hints | Lukas Wirth | -5/+6 |
| 2024-10-23 | Add text edit to binding mode hints | Lukas Wirth | -36/+38 |
| 2024-10-23 | Add text edit to adjustment hints | Lukas Wirth | -21/+42 |
| 2024-10-22 | Implement semitransparent hygiene | Chayim Refael Friedman | -0/+20 |
| 2024-10-22 | Merge binding_mode inlay hints into one | Lukas Wirth | -11/+29 |
| 2024-10-22 | Merge adjustment inlay hints into one | Lukas Wirth | -145/+83 |
| 2024-10-22 | Merge closure capture inlay hints into one | Lukas Wirth | -90/+41 |
| 2024-10-22 | Auto merge of #18370 - duncpro:goto-def-ranges, r=Veykril | bors | -6/+87 |
| 2024-10-22 | Auto merge of #18349 - dqkqd:issue-18344, r=Veykril | bors | -0/+153 |
| 2024-10-22 | feat: render docs from aliased type when docs are missing | Khanh Duong Quoc | -0/+153 |
| 2024-10-22 | tidy | Duncan Proctor | -5/+5 |
| 2024-10-22 | remove duplicate test | Duncan Proctor | -16/+0 |
| 2024-10-22 | resolve range patterns to the their struct types | Duncan Proctor | -6/+103 |
| 2024-10-22 | Auto merge of #18362 - duncpro:goto-def-ranges, r=Veykril | bors | -3/+86 |
| 2024-10-22 | tidy | Duncan Proctor | -14/+26 |
| 2024-10-22 | goto definition on RangeFrom, RangeFull, RangeTo, and RangeToInclusive links ... | Duncan Proctor | -33/+54 |
| 2024-10-21 | Move explicit range handling out of goto_definition, use OperatorClass instead | duncanproctor | -23/+24 |
| 2024-10-21 | GotoDefinition on a Range or InclusiveRange operator will link to the struct ... | duncanproctor | -3/+52 |
| 2024-10-21 | fix: Fix token downmapping failing for include! inputs | Lukas Wirth | -0/+59 |
| 2024-10-21 | Update ide tests | Lukas Wirth | -131/+131 |
| 2024-10-14 | Auto merge of #18292 - roife:fix-issue-17427, r=Veykril | bors | -12/+41 |
| 2024-10-14 | feat: handle self-param outside of methods when renaming | roife | -12/+41 |
| 2024-10-14 | chore: rename salsa to ra_salsa | David Barsky | -4/+4 |
| 2024-10-14 | Auto merge of #18291 - roife:fix-issue-18212, r=Veykril | bors | -11/+125 |
| 2024-10-14 | Auto merge of #18242 - Veykril:veykril/push-tnynzqsmtnqw, r=Veykril | bors | -3/+18 |
| 2024-10-14 | Auto merge of #18152 - CryZe:highlight-async-block-exit-points, r=Veykril | bors | -73/+101 |
| 2024-10-13 | feat: respect references.exclude_tests in call-hierarchy | roife | -11/+125 |
| 2024-10-08 | Only Highlight Exit Points on `async` Token | Christopher Serr | -7/+13 |