summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide-completion
AgeCommit message (Expand)AuthorLines
2024-06-02feat: Enable completions within derive helper attributesLukas Wirth-10/+76
2024-05-22fix: ensure implied bounds from associated types are considered in autocompleteDavid Barsky-0/+41
2024-05-22SimplifyLukas Wirth-6/+1
2024-05-22internal: refactor `prefer_no_std`/`prefer_prelude` bools into a structDavid Barsky-66/+69
2024-05-22fix: Fix general find-path inconsistenciesLukas Wirth-7/+7
2024-05-13Auto merge of #17203 - kilpkonn:collapse_terms, r=Veykrilbors-5/+6
2024-05-08Make term search fuel configurableTavo Annus-1/+2
2024-05-07Use unit of work as fuel instead of timeTavo Annus-1/+1
2024-05-06Add time based fuel to term searchTavo Annus-1/+2
2024-05-06Collapse term search exprs before Cartesian product to avoid OOMTavo Annus-4/+3
2024-05-06Fix source_range for INT_NUMBER in completionroife-1/+46
2024-04-30fix: Tracing span names should match function namesWilfred Hughes-6/+6
2024-04-25Add inlay hints lifetime arg testsLukas Wirth-6/+6
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+27778