about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide
AgeCommit message (Expand)AuthorLines
2025-01-14fix_typo1hakusai1-1/+1
2025-01-14Add the ability to jump from `into` to `from` definitions1hakusai1-1/+85
2025-01-13feat: Add dereferencing autocompleteboattime-1/+1
2025-01-12internal: Compute inlay hint tooltips lazilyLukas Wirth-14/+45
2025-01-12Fix text edits for discriminant hintsLukas Wirth-2/+33
2025-01-12internal: Compute inlay hint text edits lazilyLukas Wirth-54/+101
2025-01-12fix: Fix `ref` text edit for binding mode hintsLukas Wirth-2/+27
2025-01-10minor: Fix grammar in doc commentsWilfred Hughes-3/+3
2025-01-10Merge pull request #18907 from Veykril/push-uqlzpttmvurvLukas Wirth-2/+3
2025-01-10Implement `#[rust_analyzer::skip]` for bodiesLukas Wirth-2/+3
2025-01-10Re-implement rust string highlighting via tool attributeLukas Wirth-74/+157
2025-01-10Merge pull request #18904 from Veykril/push-yztnorquuyzwLukas Wirth-23/+129
2025-01-10Implement implicit sized bound inlay hintsLukas Wirth-10/+167
2025-01-10Improve hover module path renderingLukas Wirth-23/+129
2025-01-10Merge pull request #18902 from Veykril/push-znlsxykqrkooLukas Wirth-118/+132
2025-01-10internal: Add Definition::CrateLukas Wirth-118/+132
2025-01-10Merge pull request #18901 from ChayimFriedman2/hir-reexportLukas Wirth-1/+1
2025-01-10Merge pull request #18813 from Giga-Bowser/syntax-tree-viewLukas Wirth-347/+229
2025-01-10Remove two hir reexportsChayim Refael Friedman-1/+1
2025-01-09Fix another issue with fixup reversingChayim Refael Friedman-0/+13
2025-01-09Remove the old syntax tree viewerGiga Bowser-349/+0
2025-01-09Add a new and improved syntax tree viewerGiga Bowser-2/+233
2025-01-06Merge pull request #18852 from ChayimFriedman2/proc-macro-panicLaurențiu Nicola-0/+14
2025-01-06Fix a bug that was caused by fixup reversingChayim Refael Friedman-0/+14
2025-01-06minor: New clippy lintsLukas Wirth-35/+29
2025-01-04Support the new `CoercePointee` deriveChayim Refael Friedman-4/+4
2025-01-02fix no space insert before and after if value is only spacesdfireBird-2/+38
2025-01-02Fix overflow detection in MIR evaluationChayim Refael Friedman-0/+34
2025-01-01Merge pull request #18179 from ChayimFriedman2/omit-trait-completionLukas Wirth-2/+2
2025-01-01Merge pull request #18809 from Veykril/push-ktwrzsmzlplwLukas Wirth-9/+3
2025-01-01Allow excluding specific traits from completionChayim Refael Friedman-2/+2
2025-01-01Merge pull request #18757 from roife/fix-17812Lukas Wirth-58/+371
2025-01-01internal: Do not render closure ids in hover messagesLukas Wirth-9/+3
2024-12-31Merge pull request #18758 from mgsloan/scip-unique-symbolsLukas Wirth-160/+164
2024-12-31feat: show go-to-type-def actions for subst when hoveringroife-3/+57
2024-12-30Remove erroneous omit of inherent implsMichael Sloan-9/+0
2024-12-30Make `impl HirDisplay for TraitRef` provide just the trait typeMichael Sloan-9/+4
2024-12-30refactor snapshot-tests detection in runnablesroife-92/+104
2024-12-30Fix render of literal to be rendered in codeblockdfireBird-24/+65
2024-12-29Merge pull request #18785 from Veykril/push-uvsqposqyvmoLukas Wirth-0/+1
2024-12-29Enforce a current directory being set for spawned commandsLukas Wirth-0/+1
2024-12-28Show variance of parameters on hoverLukas Wirth-2/+43
2024-12-27Only include SCIP SymbolInformation for first inherent implMichael Sloan-18/+7
2024-12-27Update crates/ide/src/moniker.rsMichael Sloan-2/+1
2024-12-27Update crates/ide/src/moniker.rsMichael Sloan-2/+1
2024-12-26move env vars for snapshot tests to UpdateTestroife-3/+21
2024-12-26optimize snapshot-testing macro detection and add testsroife-45/+137
2024-12-26feat: support UpdateTest in codelensroife-35/+85
2024-12-26feat: Add TestDefs to find usage of Expect, Insta and Snapboxroife-21/+162
2024-12-25Improve SCIP symbolsMichael Sloan-160/+191