| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-26 | feat: highlighting of related return values while the cursor is on any ↵ | roifewu | -9/+755 | |
| `match`, `if`, or match arm arrow (`=>`) | ||||
| 2025-06-24 | Merge pull request #20012 from lnicola/bump-literal-escaper | Lukas Wirth | -4/+2 | |
| Update to literal-escaper 0.0.4 | ||||
| 2025-06-24 | Merge pull request #20080 from Veykril/push-vnrwqppplykm | Lukas Wirth | -38/+56 | |
| Cleanup `folding_ranges` and support more things | ||||
| 2025-06-24 | Cleanup `folding_ranges` and support more things | Lukas Wirth | -38/+56 | |
| 2025-06-24 | Merge pull request #20036 from Veykril/push-yquvoyrxkksx | Lukas Wirth | -4/+4 | |
| Do not default to 'static for trait object lifetimes | ||||
| 2025-06-24 | Do not default to 'static for trait object lifetimes | Lukas Wirth | -4/+4 | |
| We lack trait object default lifetime elision, so `'static` can be wrong at times, confusing the user | ||||
| 2025-06-23 | Don't run doctests | Chayim Refael Friedman | -0/+1 | |
| 2025-06-21 | format | jnyfah | -1/+1 | |
| 2025-06-21 | revert changes | jnyfah | -95/+10 | |
| 2025-06-18 | undo | jnyfah | -1/+1 | |
| 2025-06-18 | fix format | jnyfah | -11/+11 | |
| 2025-06-18 | format function | jnyfah | -44/+169 | |
| 2025-06-17 | chore: Start infesting ide crates with 'db lifetime | Lukas Wirth | -34/+34 | |
| 2025-06-16 | feat: Insert required parentheses when typing `+` in trait type | Lukas Wirth | -4/+88 | |
| 2025-06-16 | Format goto_type_definition | Laurențiu Nicola | -4/+2 | |
| 2025-06-13 | Merge pull request #19990 from Veykril/push-zkvrlrotmuzr | Lukas Wirth | -8/+76 | |
| Generate annotations for macro defined items if their name is in the input | ||||
| 2025-06-13 | Generate annotations for macro defined items if their name is in the input | Lukas Wirth | -8/+76 | |
| 2025-06-13 | `cargo upgrade` | Lukas Wirth | -1/+1 | |
| 2025-06-12 | Merge pull request #19981 from Veykril/push-tzzunsrqqunv | Lukas Wirth | -3/+3 | |
| fix: Do not force descend into derives for goto IDE features | ||||
| 2025-06-12 | fix: Do not force descend into derives for goto IDE features | Lukas Wirth | -3/+3 | |
| Doing so can cause us to duplicate navigation targets for the same ranges which breaks convenience features of some editors where go to def can trigger find all references | ||||
| 2025-06-12 | `ItemTree`'s `ItemVisibilities` has no identity, so deduplicate | Lukas Wirth | -2/+2 | |
| 2025-06-11 | fix: Hide dyn inlay hints for incomplete `impl`s | Lukas Wirth | -3/+9 | |
| 2025-06-06 | fix: Record macro calls for fields in `ChildBySource` impls | Lukas Wirth | -0/+17 | |
| 2025-06-05 | fix: Record macro calls in signatures in `ChildBySource` impls | Lukas Wirth | -0/+44 | |
| 2025-06-04 | feat: Add `dyn` keyword inlay hints | Lukas Wirth | -2/+142 | |
| 2025-06-04 | Remove unnecessary parameters in inlay-hint computation | Lukas Wirth | -58/+41 | |
| 2025-06-02 | fix: Fix edition handling for names in rename logic | Lukas Wirth | -33/+61 | |
| 2025-06-02 | Enhance renaming to include identifiers that are generated from the original ↵ | Lukas Wirth | -31/+145 | |
| symbol Co-authored-by: Jake Goulding <jake.goulding@integer32.com> | ||||
| 2025-05-31 | Merge pull request #19898 from Veykril/push-ykumpuwmuvmu | Lukas Wirth | -19/+8 | |
| refactor: Remove unncessary duplication in highlight_related | ||||
| 2025-05-31 | refactor: Remove unncessary duplication in highlight_related | Lukas Wirth | -19/+8 | |
| 2025-05-30 | internal: Restructure some semantics APIs for virtual macro files | Lukas Wirth | -7/+9 | |
| 2025-05-30 | Merge pull request #19861 from ↵ | Lukas Wirth | -3/+88 | |
| vremyavnikuda/docs/find-all-refs-constructor-search docs: add documentation for find_all_refs constructor search | ||||
| 2025-05-28 | docs:deleting duplicate documentation | vremyavnikuda | -70/+0 | |
| 2025-05-28 | Merge pull request #19880 from Veykril/push-xmpxumsrkymk | Lukas Wirth | -13/+54 | |
| fix: Handle included files better in IDE layer | ||||
| 2025-05-28 | fix: Handle included files better in IDE layer | Lukas Wirth | -13/+54 | |
| This does not fully fix things, but it introduces a function that can be used to fix occurences. When using `to_def` functionality, the input node needs to come from the macro expanded include, not the real file that was included. This does unfortunately add more caller burden, but there is not really a way around it. | ||||
| 2025-05-28 | Merge pull request #19876 from ShoyuVanilla/layout-padding | Lukas Wirth | -23/+182 | |
| feat: Render padding information when hovering on structs | ||||
| 2025-05-28 | feat: Render padding information when hovering on structs | Shoyu Vanilla | -23/+182 | |
| 2025-05-28 | fix: Fix IDE layer not resolving some macro calls | Lukas Wirth | -0/+40 | |
| 2025-05-26 | fix: formated to clippy | vremyavnikuda | -1/+1 | |
| 2025-05-26 | fix: the lines are formatted according to clippy | vremyavnikuda | -1/+1 | |
| 2025-05-26 | fix: the lines are formatted according to clippy | vremyavnikuda | -2/+2 | |
| 2025-05-26 | docs: add documentation for find_all_refs constructor search (#10725) | vremyavnikuda | -3/+158 | |
| 2025-05-25 | Properly implement `might_be_inside_macro_call()` using semantic information ↵ | Chayim Refael Friedman | -5/+6 | |
| instead of syntactical hacks And rename it to `is_inside_macro_call()` accordingly. | ||||
| 2025-05-18 | Merge pull request #19687 from gohome001/highlight_unsafe | Lukas Wirth | -0/+67 | |
| feat: highlight unsafe operations | ||||
| 2025-05-10 | minor: code review tweak | gohome001 | -24/+8 | |
| 2025-05-07 | extract function: `doc_attributes` to find def from inner doc | Hayashi Mikihiro | -8/+26 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-05-07 | add doc link test for hover | Hayashi Mikihiro | -0/+122 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-05-07 | add doc link test for goto def | Hayashi Mikihiro | -0/+68 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-05-07 | check module path inner or outer | Hayashi Mikihiro | -89/+142 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-05-06 | fix: resolve doc path if outer comments exist on module and replace from ↵ | Hayashi Mikihiro | -6/+63 | |
| cfg_attr bit to doc_place bit Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
