about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide
AgeCommit message (Expand)AuthorLines
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
2025-04-25feat: highlight unsafe operationsgohome001-0/+57
2025-04-22Merge pull request #19647 from roife/fix-issue-19646Lukas Wirth-41/+31
2025-04-23fix: panics in inlay hints that produce empty text edits for closure return t...roifewu-41/+31
2025-04-22Merge pull request #19657 from ChayimFriedman2/better-offset-ofLukas Wirth-0/+70
2025-04-22Resolve `offset_of!()` in IDEChayim Refael Friedman-0/+70
2025-04-21Merge pull request #19644 from ChayimFriedman2/const-symsLukas Wirth-4/+4
2025-04-21minor: simplify and enhance notable traits renderingroifewu-36/+16
2025-04-21Remove unnecessary predefined symbol clonesChayim Refael Friedman-2/+2
2025-04-21Get rid of static predefined symbolsChayim Refael Friedman-2/+2
2025-04-19Merge pull request #19617 from ChayimFriedman2/more-actualChayim Refael Friedman-184/+191
2025-04-19Make `HirFileId`, `EditionedFileId` and macro files Salsa structChayim Refael Friedman-184/+191
2025-04-18Merge pull request #19613 from ChayimFriedman2/substLukas Wirth-0/+32
2025-04-18Sort notable traits in hoverChayim Refael Friedman-0/+1
2025-04-18Fix a panic when a trait method in an impl declares a lifetime parameter not ...Chayim Refael Friedman-0/+32
2025-04-17Merge pull request #19612 from ChayimFriedman2/parent-genericsLukas Wirth-0/+19
2025-04-17Fix a bug with predicate lowering of associated itemsChayim Refael Friedman-0/+19
2025-04-16Merge pull request #19589 from roife/fix-issue-19138Lukas Wirth-0/+66
2025-04-16feat: highlight tail expr when cursor is on labelroifewu-0/+37
2025-04-16feat: enhance signature help to display generic parameters for callables and ...roifewu-13/+154
2025-04-15feat: highlight tail expression in labeled blockroifewu-0/+29
2025-04-14Prevent panics when there is a cyclic dependency between closuresChayim Refael Friedman-0/+28
2025-04-13internal: Render sigantures with view hir commandLukas Wirth-19/+8
2025-04-10Merge pull request #19570 from ChayimFriedman2/fix-store-panicChayim Refael Friedman-0/+38
2025-04-11Fix an incorrect `ExpressionStore` that was passedChayim Refael Friedman-0/+38
2025-04-10Merge pull request #19461 from Hmikihiro/shadow_by_moduleLukas Wirth-0/+144
2025-04-10Remove all upcasts!Chayim Refael Friedman-18/+12
2025-04-10fix: shadow type by moduleHayashi Mikihiro-0/+144
2025-04-09internal: rename `children_modules` to `child_modules`David Barsky-18/+18
2025-04-09Merge pull request #19255 from geetanshjuneja/masterLukas Wirth-0/+129
2025-04-09Merge pull request #19462 from Veykril/push-ypvprvvwkyllLukas Wirth-20/+46
2025-04-09refactor: Lower type-refs before type inferenceLukas Wirth-20/+46
2025-04-08make hover_feature test less fragileRalf Jung-79/+8
2025-04-08Merge pull request #19541 from Veykril/push-twqrorwqzmwvLukas Wirth-16/+4
2025-04-08fix(auto-import): Prefer imports of matching types for argument lists Lukas Wirth-16/+4
2025-04-07cargo xtask tidygeetanshjuneja-1/+8
2025-04-07added children modulesgeetanshjuneja-0/+122
2025-04-07Merge pull request #19425 from ConradIrwin/drop-drop-glue-gooLukas Wirth-421/+107
2025-04-06update docsBennet Bleßmann-26/+2
2025-04-06Merge pull request #19531 from Veykril/push-kxyrpznnllkxLukas Wirth-1/+1
2025-04-06fix: Fix `format_args` lowering for >=1.87Lukas Wirth-1/+1
2025-04-05Merge pull request #19501 from ChayimFriedman2/macro-expansionLukas Wirth-0/+22