rust/crates/ide-completion/src/completions
2024-02-13 18:41:24 +05:30
..
attribute
item_list minor: Make use of some new SmolStr improvements 2024-01-17 13:47:15 +01:00
postfix
attribute.rs Re-order mod declarations 2024-01-27 11:02:34 +01:00
dot.rs feat: Add break and return postfix keyword completions 2024-02-08 14:56:10 +01:00
env_vars.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
expr.rs Cleanup term search related changes 2024-02-11 14:35:54 +02:00
extern_abi.rs Remove abi_amdgpu_kernel references 2024-01-31 19:06:10 +00:00
extern_crate.rs ide-completion: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
field.rs single_match 2024-01-19 18:31:15 +01:00
flyimport.rs internal: add some more tracing spans inside of hir-ty 2024-02-01 16:10:32 -05:00
fn_param.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
format_string.rs
item_list.rs feat: Add break and return postfix keyword completions 2024-02-08 14:56:10 +01:00
keyword.rs feat: Add break and return postfix keyword completions 2024-02-08 14:56:10 +01:00
lifetime.rs
mod_.rs internal: switch to tracing from log 2024-01-30 12:27:31 -05:00
pattern.rs
postfix.rs ide-completion: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
record.rs feat: Add break and return postfix keyword completions 2024-02-08 14:56:10 +01:00
snippet.rs feat: Add break and return postfix keyword completions 2024-02-08 14:56:10 +01:00
type.rs add completions to show only traits with qualified path prefix 2024-02-13 18:41:24 +05:30
use_.rs minor: Make use of some new SmolStr improvements 2024-01-17 13:47:15 +01:00
vis.rs