about summary refs log tree commit diff
path: root/crates/ide-completion/src
AgeCommit message (Expand)AuthorLines
2022-05-09Don't show assoc. type binding completions when invalidJonas Schievink-9/+43
2022-05-09Make completion work tooJonas Schievink-4/+11
2022-05-09Auto merge of #11983 - jhpratt:remove-rustc_deprecated, r=lnicolabors-19/+5
2022-05-07fix unreachable pubLukas Wirth-6/+4
2022-05-07Merge the different identifier contexts into one enumLukas Wirth-91/+138
2022-05-07Split namelike into the corresponding completion contextsLukas Wirth-106/+125
2022-05-07Introduce NameRefContextLukas Wirth-106/+145
2022-05-07minor: Move inferred type completionsLukas Wirth-23/+22
2022-05-06fix: Fix snippets triggering where they shouldn'tLukas Wirth-97/+128
2022-05-06internal: Improve completion tests by checking that the offset is included in...Lukas Wirth-2/+12
2022-05-06internal: completion PathKind is not optionalLukas Wirth-33/+40
2022-05-05Auto merge of #12168 - Veykril:completion-rev, r=Veykrilbors-721/+753
2022-05-05internal: Remove unqualified_path completions moduleLukas Wirth-721/+753
2022-05-05Add completion testJonas Schievink-0/+20
2022-05-05Remove `ast::Literal::token`Jonas Schievink-3/+3
2022-05-05internal: Remove unqualified_path completions moduleLukas Wirth-421/+464
2022-05-05internal: Lift out item list path completions from (un)qualified_pathLukas Wirth-68/+97
2022-05-05minor: Sort ide-completions test outputs for less disruptive diffsLukas Wirth-945/+946
2022-05-05internal: Lift out macro bang property from PathKind enumLukas Wirth-11/+41
2022-05-04Remove handling of `#[rustc_deprecated]`Jacob Pratt-19/+5
2022-05-01feat: provide self in record literal completionrainy-me-0/+61
2022-05-01style: rename crates to kebab casePeh-0/+19426