about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide
AgeCommit message (Expand)AuthorLines
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
2024-12-25fix missing name enum when hovering on fields in variantsroife-3/+14
2024-12-24Merge pull request #18707 from ChayimFriedman2/substLukas Wirth-34/+503
2024-12-22Merge pull request #18739 from Veykril/push-ntpvvqnnovtnLukas Wirth-0/+19
2024-12-22fix: Don't trigger paren wrapping typing handler after identsLukas Wirth-0/+19
2024-12-21fix: remove always! check for file_id in runnablesroife-16/+3
2024-12-20Show substitution where hovering over generic thingsChayim Refael Friedman-34/+503
2024-12-15internal: Show mir eval errors on hover with debug env var setLukas Wirth-22/+78
2024-12-13Merge pull request #18678 from regexident/fix-typosLaurențiu Nicola-2/+2
2024-12-13Fix a few typosVincent Esche-2/+2
2024-12-13Merge pull request #18674 from Veykril/push-lrxotqknvxvrLukas Wirth-13/+34
2024-12-13Show expansion errors in expand_macro featureLukas Wirth-13/+34
2024-12-12Merge pull request #18675 from ShoyuVanilla/issue-18664Lukas Wirth-0/+35
2024-12-13fix: Panic when displaying generic params with defaults, againShoyu Vanilla-0/+35
2024-12-11Properly handle different defaults for severity of lintsChayim Refael Friedman-6/+4
2024-12-09Rename test fixture crates to ra_test_fixtureLukas Wirth-372/+372
2024-12-06Highlight right angle as part of fat arrow in macro rules armLukas Wirth-21/+29
2024-12-06Add typing handler for param list pipeLukas Wirth-12/+57
2024-12-06Improve heuristics for on typing semicolon insertionLukas Wirth-2/+25
2024-12-06Merge pull request #18474 from Veykril/push-nvtxykxkwnvsLukas Wirth-126/+195
2024-12-06Add implict unsafety inlay hints for extern blocksLukas Wirth-2/+157
2024-12-06Make bracket typing handler work on more thingsLukas Wirth-126/+195