summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide
AgeCommit message (Expand)AuthorLines
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
2025-01-29Merge pull request #19070 from Veykril/push-wpqzmznymtrnLukas Wirth-70/+32
2025-01-29Remove mutable syntax tree shenanigans from adjustment hintsLukas Wirth-70/+32
2025-01-28Merge pull request #19015 from Wilfred/mdbookLukas Wirth-253/+207
2025-01-28Fix scip symbols for implicit modulesDavid Richey-11/+26
2025-01-28Fix scip `crate` symbol nameDavid Richey-5/+17
2025-01-27fix: Properly handle CRLF line endings in the syntax tree viewGiga Bowser-34/+65
2025-01-27Merge pull request #19047 from lnicola/rename-highlightLaurențiu Nicola-0/+14
2025-01-27Fix syntactic highlighting for renamesLaurențiu Nicola-0/+14
2025-01-27Fix #[rustc_deprecated_safe_2024]Chayim Refael Friedman-15/+35
2025-01-27Merge pull request #19036 from Veykril/push-nprltlwvryxwLukas Wirth-1/+4
2025-01-26Support RFC 2396Chayim Refael Friedman-2/+6
2025-01-26Add GenericDefId::StaticIdLukas Wirth-1/+4
2025-01-25Merge pull request #19020 from ShoyuVanilla/issues-19007Lukas Wirth-0/+34
2025-01-26fix: Prevent infinite recursion of bounds formattingShoyu Vanilla-37/+34
2025-01-25fix: Fix markdown horizontal ruler sometimes being treated as a headingLukas Wirth-1/+5
2025-01-25Skip redundant path search in `resolve_completion_edits`Lukas Wirth-1/+1
2025-01-25Merge pull request #18973 from ThouCheese/feat/nice-nichesLukas Wirth-2/+85
2025-01-24manual: Convert to mdbookWilfred Hughes-253/+207
2025-01-24Merge pull request #18991 from Veykril/push-rmqmnrymwmozLukas Wirth-245/+339
2025-01-24Lazily compute location links in type hints againLukas Wirth-9/+18
2025-01-24Add a new failing test that overflows stackShoyu Vanilla-0/+37
2025-01-21Keep already computed inlay hint properties instead of late resolving themLukas Wirth-27/+31
2025-01-21Make `InlayHint::linked_location` computation lazyLukas Wirth-203/+281
2025-01-21remove is_pwr2Luuk Wester-17/+3
2025-01-21switch from using leading zeros to trailing zerosLuuk Wester-1/+4
2025-01-21Fix Param::as_local treating closures wrongLukas Wirth-38/+41
2025-01-21make large niche description more terse, switch to using u128::is_power_of_twoLuuk Wester-5/+5
2025-01-21Merge pull request #18986 from Veykril/push-zlwvwlowpzqmLukas Wirth-0/+39
2025-01-21Cleanup `Name` string renderingLukas Wirth-31/+24
2025-01-20Goto `Display::fmt` when invoked on `to_string`Lukas Wirth-0/+39
2025-01-20Bring back goto def redirect for parse -> FromStrLukas Wirth-3/+43
2025-01-20Move dual blanket impl logic from source analyzer to goto_defLukas Wirth-28/+39
2025-01-20Merge pull request #18967 from Veykril/push-pwonkmwqmmolLukas Wirth-2/+5
2025-01-20Merge pull request #18934 from 1hakusai1/goto_definition_from_intoLukas Wirth-0/+162
2025-01-20Preserve impl assoc names in ImplDataLukas Wirth-2/+5
2025-01-20Add a test case1hakusai1-0/+24
2025-01-20Use Semantics::resolve_method_call_as_callable to find implementation1hakusai1-51/+4
2025-01-18Make niches into nicesLuuk Wester-2/+96
2025-01-16Merge pull request #18951 from Veykril/push-zpvunsvlpuxtLukas Wirth-6/+23
2025-01-16Generalize some type walking in hover type actionsLukas Wirth-31/+30
2025-01-16Add missing `#[rust_analyzer::rust_fixture]` annotationsLukas Wirth-6/+23
2025-01-16add goto-to-def actions for trait boundlh123-1/+104