rust-analyzer/crates/completion/src/completions
2021-01-02 21:53:51 +11:00
..
postfix Merge #7076 2020-12-29 12:12:19 +00:00
attribute.rs Remove some unneeded string allocations 2020-12-31 10:13:14 +01:00
dot.rs Keep the original completion order in tests 2020-12-19 13:18:40 +02:00
fn_param.rs Reorganize completions structure 2020-10-25 10:59:15 +03:00
keyword.rs Keep the original completion order in tests 2020-12-19 13:18:40 +02:00
macro_in_item_position.rs Reorganize completions structure 2020-10-25 10:59:15 +03:00
mod_.rs Keep the original completion order in tests 2020-12-19 13:18:40 +02:00
pattern.rs Reduce some more code duplication 2020-12-22 19:00:38 +01:00
postfix.rs format-postfix completion takes format instead of fmt 2020-12-29 12:28:46 +01:00
qualified_path.rs Show enum variant on Self qualified paths 2020-12-20 12:31:59 +01:00
record.rs Strip completion prefix of what has already been typed 2021-01-01 11:17:15 +11:00
snippet.rs Keep the original completion order in tests 2020-12-19 13:18:40 +02:00
trait_impl.rs Mark HasSource::source_old as deprecated but allow at all call sites 2021-01-02 21:53:51 +11:00
unqualified_path.rs Avoid a couple of allocations 2020-12-29 14:35:49 +02:00