about summary refs log tree commit diff
path: root/crates/ide-completion/src/tests/record.rs
AgeCommit message (Expand)AuthorLines
2022-07-14fix(completion): `super::` completion at crate root and module depthfeniljain-1/+0
2022-06-17Only run completion functions if their corresponding context is activeLukas Wirth-2/+0
2022-06-17Introduce NameRefKind for completionsLukas Wirth-3/+0
2022-06-03More precise where keyword completionsLukas Wirth-1/+0
2022-05-24internal: Refactor our record pat/expr handling in completion contextLukas Wirth-0/+6
2022-05-10Move keyword expressions to expr completions moduleLukas Wirth-11/+0
2022-05-05internal: Remove unqualified_path completions moduleLukas Wirth-3/+3
2022-05-05minor: Sort ide-completions test outputs for less disruptive diffsLukas Wirth-21/+21
2022-05-01style: rename crates to kebab casePeh-0/+242