about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide
AgeCommit message (Expand)AuthorLines
2025-06-18undojnyfah-1/+1
2025-06-18fix formatjnyfah-11/+11
2025-06-18format functionjnyfah-44/+169
2025-06-17chore: Start infesting ide crates with 'db lifetimeLukas Wirth-34/+34
2025-06-16feat: Insert required parentheses when typing `+` in trait typeLukas Wirth-4/+88
2025-06-16Format goto_type_definitionLaurențiu Nicola-4/+2
2025-06-13Merge pull request #19990 from Veykril/push-zkvrlrotmuzrLukas Wirth-8/+76
2025-06-13Generate annotations for macro defined items if their name is in the inputLukas Wirth-8/+76
2025-06-13`cargo upgrade`Lukas Wirth-1/+1
2025-06-12Merge pull request #19981 from Veykril/push-tzzunsrqqunvLukas Wirth-3/+3
2025-06-12fix: Do not force descend into derives for goto IDE featuresLukas Wirth-3/+3
2025-06-12`ItemTree`'s `ItemVisibilities` has no identity, so deduplicateLukas Wirth-2/+2
2025-06-11fix: Hide dyn inlay hints for incomplete `impl`sLukas Wirth-3/+9
2025-06-06fix: Record macro calls for fields in `ChildBySource` implsLukas Wirth-0/+17
2025-06-05fix: Record macro calls in signatures in `ChildBySource` implsLukas Wirth-0/+44
2025-06-04feat: Add `dyn` keyword inlay hintsLukas Wirth-2/+142
2025-06-04Remove unnecessary parameters in inlay-hint computationLukas Wirth-58/+41
2025-06-02fix: Fix edition handling for names in rename logicLukas Wirth-33/+61
2025-06-02Enhance renaming to include identifiers that are generated from the original ...Lukas Wirth-31/+145
2025-05-31Merge pull request #19898 from Veykril/push-ykumpuwmuvmuLukas Wirth-19/+8
2025-05-31refactor: Remove unncessary duplication in highlight_relatedLukas Wirth-19/+8
2025-05-30internal: Restructure some semantics APIs for virtual macro filesLukas Wirth-7/+9
2025-05-30Merge pull request #19861 from vremyavnikuda/docs/find-all-refs-constructor-s...Lukas Wirth-3/+88
2025-05-28docs:deleting duplicate documentationvremyavnikuda-70/+0
2025-05-28Merge pull request #19880 from Veykril/push-xmpxumsrkymkLukas Wirth-13/+54
2025-05-28fix: Handle included files better in IDE layerLukas Wirth-13/+54
2025-05-28Merge pull request #19876 from ShoyuVanilla/layout-paddingLukas Wirth-23/+182
2025-05-28feat: Render padding information when hovering on structsShoyu Vanilla-23/+182
2025-05-28fix: Fix IDE layer not resolving some macro callsLukas Wirth-0/+40
2025-05-26fix: formated to clippyvremyavnikuda-1/+1
2025-05-26fix: the lines are formatted according to clippyvremyavnikuda-1/+1
2025-05-26fix: the lines are formatted according to clippyvremyavnikuda-2/+2
2025-05-26docs: add documentation for find_all_refs constructor search (#10725)vremyavnikuda-3/+158
2025-05-25Properly implement `might_be_inside_macro_call()` using semantic information ...Chayim Refael Friedman-5/+6
2025-05-18Merge pull request #19687 from gohome001/highlight_unsafeLukas Wirth-0/+67
2025-05-10minor: code review tweakgohome001-24/+8
2025-05-07extract function: `doc_attributes` to find def from inner docHayashi Mikihiro-8/+26
2025-05-07add doc link test for hoverHayashi Mikihiro-0/+122
2025-05-07add doc link test for goto defHayashi Mikihiro-0/+68
2025-05-07check module path inner or outerHayashi Mikihiro-89/+142
2025-05-06fix: resolve doc path if outer comments exist on module and replace from cfg_...Hayashi Mikihiro-6/+63
2025-05-05refactor: De-arc defmap queriesLukas Wirth-4/+4
2025-05-02Render more lifetimesLukas Wirth-32/+32
2025-04-29refactor: Clean up cache priming cancellation handlingLukas Wirth-2/+2
2025-04-28refactor: De-arc lang item queriesLukas Wirth-3/+1
2025-04-28Merge pull request #19704 from Veykril/push-wrvznvvpvtvpLukas Wirth-7/+8
2025-04-28Add expression fill mode variant for filling with underscore expressionsLukas Wirth-7/+8
2025-04-28Merge from rust-lang/rustLaurențiu Nicola-103/+8
2025-04-25minor: formatgohome001-6/+4
2025-04-25test: add test case for highlight unsafe operationsgohome001-0/+28