| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-10-05 | Fix `prettify_macro_expansion()` when the node isn't the whole file | Chayim Refael Friedman | -0/+30 |
| 2024-10-05 | Fix IDE layer not correctly resolving opt-in extern crates | Lukas Wirth | -2/+10 |
| 2024-10-05 | Add excluded extern-prelude IDE resolution test | Lukas Wirth | -3/+9 |
| 2024-10-05 | Remove ImportSource::ExternCrate as the fixed point loop can't affect it | Lukas Wirth | -0/+1 |
| 2024-10-04 | Auto merge of #18234 - Veykril:veykril/push-vzynqtlxmrnl, r=Veykril | bors | -4/+5 |
| 2024-10-04 | internal: Filter out opaque tokens in some of IDE feature macro descensions | Lukas Wirth | -4/+5 |
| 2024-10-01 | Fix: Handle block exprs as modules when finding their parents | Shoyu Vanilla | -2/+36 |
| 2024-09-30 | Auto merge of #18210 - ChayimFriedman2:label-macro, r=Veykril | bors | -0/+18 |
| 2024-09-30 | When resolving labels in `break` and `continue` for the IDE, do not resolve t... | Chayim Refael Friedman | -0/+18 |
| 2024-09-30 | Auto merge of #18167 - SomeoneToIgnore:fat-completions, r=Veykril | bors | -2/+2 |
| 2024-09-29 | Rename object_safety to dyn_compatibility | Noah Bright | -25/+25 |
| 2024-09-24 | Auto merge of #18166 - ChayimFriedman2:dollar-crate-root, r=Veykril | bors | -3/+9 |
| 2024-09-24 | Auto merge of #18160 - ChayimFriedman2:fix-18138, r=Veykril | bors | -0/+32 |
| 2024-09-23 | Support expect in attribute completion and hover | Laurențiu Nicola | -3/+27 |
| 2024-09-23 | Prepare for omittiong parts of completion data that need to be resolved | Kirill Bulatov | -2/+2 |
| 2024-09-23 | Fix a bug in span map merge, and add explanations of how span maps are stored | Chayim Refael Friedman | -3/+9 |
| 2024-09-22 | Fix name resolution when an import is resolved to some namespace and then lat... | Chayim Refael Friedman | -0/+32 |
| 2024-09-19 | feat: Highlight exit points of async blocks | Christopher Serr | -71/+93 |
| 2024-09-18 | Auto merge of #18131 - ChayimFriedman2:macro-expand-dollar-crate, r=Veykril | bors | -27/+117 |
| 2024-09-18 | Get rid of `$crate` in expansions shown to the user | Chayim Refael Friedman | -27/+117 |
| 2024-09-17 | Always cache macro expansions' root node in Semantics | Chayim Refael Friedman | -0/+70 |
| 2024-09-16 | Fix printing of constants greater than `i128::MAX` | Chayim Refael Friedman | -0/+18 |
| 2024-09-12 | Auto merge of #18107 - Veykril:push-oopkquknxqxs, r=Veykril | bors | -38/+24 |
| 2024-09-12 | fix: Don't emit empty inlay hint parts | Lukas Wirth | -38/+24 |