about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide
AgeCommit message (Expand)AuthorLines
2025-03-10Merge pull request #19330 from ChayimFriedman2/normalize-projectionLukas Wirth-170/+302
2025-03-06Warn the user when a rename will change the meaning of the programChayim Refael Friedman-0/+88
2025-03-06Use correct crate for trait env in `render_const_scalar()`Chayim Refael Friedman-1/+6
2025-03-06Pass the target crate in `HirFormatter`Chayim Refael Friedman-170/+263
2025-03-06Normalize projections in evaluated const display and layout calculationChayim Refael Friedman-0/+34
2025-03-05Fix syntax highlightingg punct filtering ignoring modsLukas Wirth-6/+4
2025-03-05Merge pull request #19274 from Veykril/push-pouwrwwrlrltLukas Wirth-430/+457
2025-03-05Use HIR unsafety information for unsafe syntax highlightngLukas Wirth-430/+457
2025-03-05Use size_of from the prelude instead of importedThalia Archibald-2/+1
2025-03-01Merge pull request #19251 from Veykril/push-tkmpqtzxynxkLukas Wirth-7/+4
2025-03-01Remove syntax editing from parenthesis computationLukas Wirth-7/+4
2025-03-01Fix `test_keyword_highlighting` testLukas Wirth-29/+104
2025-03-01Cleanup string handling in syntax highlightingLukas Wirth-37/+23
2025-03-01More precise macro modifiers for syntax highlightingLukas Wirth-170/+159
2025-03-01Cleanup highlighting macro-def handlingLukas Wirth-331/+187
2025-02-28Have inline_local_variable use precedence calculation for parenthesesLukas Wirth-7/+5
2025-02-28Merge pull request #19249 from Veykril/push-noosrywrsuvnLukas Wirth-3/+11
2025-02-28Fix prefix adjustment hints unnecessarily introducing parensLukas Wirth-3/+11
2025-02-27Add anchor for intra-doc links to associated itemsNicholas Crothers-7/+99
2025-02-27enable doctestBenjaminBrienen-1/+0
2025-02-24Merge pull request #18987 from ChayimFriedman2/drop-glueLukas Wirth-1/+690
2025-02-21feat: update insta inline snapshot when clicks 'Update Test' runnableandylokandy-1/+1
2025-02-17Use correct working directory for non-workspace proc-macro executionMehul Arora-2/+4
2025-02-17Merge pull request #19127 from ChayimFriedman2/different-generic-argsLukas Wirth-26/+4
2025-02-17Calculate drop glue and show it on hoverChayim Refael Friedman-1/+690
2025-02-17Fix sorting of runnablesChayim Refael Friedman-11/+4
2025-02-16Refactor path loweringChayim Refael Friedman-26/+4
2025-02-16Merge pull request #19137 from asuto15/highlight-extern-crateLukas Wirth-0/+19
2025-02-16fix: Stabilize sort order of `related_tests`Lukas Wirth-27/+35
2025-02-16fix: Stabilize sort order of runnablesLukas Wirth-33/+45
2025-02-15fix: remove unnecessary conversionasuto15-1/+1
2025-02-15Delete library modifier to highlighting for extern crateasuto15-24/+7
2025-02-13Delete useless commaasuto15-1/+1
2025-02-13Add modifiers to highlighting for extern crateasuto15-2/+31
2025-02-12Merge pull request #19109 from Veykril/push-nzpuuqommpnqLukas Wirth-7/+12
2025-02-12fix: Do not show safety hints for extern items lacking semanticsLukas Wirth-7/+12
2025-02-12minor: don't show drop hints for other patterngohome001-6/+6
2025-02-11Merge pull request #19117 from gohome001/implicit-drop-inlay-hints-bugChayim Refael Friedman-2/+24
2025-02-11add test case for ignoring inlay hint for macro callgohome001-0/+21
2025-02-11don't emit implicit drop inlay hints for macrogohome001-2/+3
2025-02-11Fix highlighting for extern crate in doc commentsasuto15-0/+7
2025-02-10Shadowing BuiltinType by ModuleHayashi Mikihiro-0/+34
2025-02-07minor changesjnyfah-1/+1
2025-02-06collapsing if statementjnyfah-4/+2
2025-02-06closure parameter inlay hintsjnyfah-1/+39
2025-02-04Fix a failing testChayim Refael Friedman-2/+20
2025-02-04Fix IDE resolution of `use` inside a bodyChayim Refael Friedman-0/+18
2025-02-04Merge pull request #19084 from Veykril/push-muworpzpzqupLukas Wirth-1/+2
2025-02-04Expose symbol of `CrateName`Lukas Wirth-1/+2
2025-02-03Merge pull request #19062 from darichey/scip-fix-module-namesLukas Wirth-16/+43