rust-analyzer/crates/ide-completion/src
2025-03-03 02:37:00 +00:00
..
completions Include private items in completions for local crates 2025-02-23 13:25:53 +00:00
context fix doc tests 2025-02-27 14:58:46 +01:00
render Fix #[rustc_deprecated_safe_2024] 2025-01-27 14:35:20 +02:00
tests In completion's expand, consider recursion stop condition (when we're not inside a macro call anymore) *after* the recursive call instead of before it 2025-01-26 19:08:10 +02:00
completions.rs Don't complete doc(hidden) enum variants and use trees 2025-01-26 00:13:11 +02:00
config.rs Fix flyimport not filtering via stability of import path 2025-01-25 12:18:54 +01:00
context.rs fix doc tests 2025-02-27 14:58:46 +01:00
item.rs fix doc tests 2025-02-27 14:58:46 +01:00
lib.rs fix doc tests 2025-02-27 14:58:46 +01:00
render.rs add test 2025-02-28 10:03:03 +05:30
snippet.rs Merge pull request #19015 from Wilfred/mdbook 2025-01-28 16:19:37 +00:00
tests.rs Provide a config to control auto-insertion of await and iter() 2025-01-21 18:51:09 +02:00