about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide
AgeCommit message (Expand)AuthorLines
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+48752
2024-04-21Peek for panic message in test outputLukas Wirth-7/+7
2024-04-20fix: remove space within `{}` when no fields in structroife-1/+21
2024-04-20Add hovering limitations support for variantsroife-20/+115
2024-04-19fix: add a separate setting for enum variantsroife-36/+102
2024-04-18Handle panicking like rustc CTFE doesNilstrieb-0/+48712
2024-04-16fix: adjust the limitation for ADTs' fields to 5roife-4/+4
2024-04-16fix: the fields or variants of ADT was not restricted by limitations when hov...roife-3/+40
2024-04-16Update tests and docs for hover_show_adtFieldsOrVariantsroife-34/+225
2024-04-16Add config hover_show_adtFieldsOrVariants to handle hovering limitation for ADTsroife-0/+48672