rust-analyzer/crates/ide-completion/src
Chayim Refael Friedman 955e609867 Replace once_cell with std's recently stabilized OnceCell/Lock and LazyCell/Lock
This doesn't get rid of the once_cell dependency, unfortunately, since we have dependencies that use it, but it's a nice to do cleanup. And when our deps will eventually get rid of once_cell we will get rid of it for free.
2024-08-16 09:53:37 +03:00
..
completions Replace once_cell with std's recently stabilized OnceCell/Lock and LazyCell/Lock 2024-08-16 09:53:37 +03:00
context Use Symbol in Name 2024-07-12 16:06:44 +02:00
render Remove Name::to_smol_str 2024-07-16 12:43:58 +02:00
tests Add test in ide-completion/src/tests/item_list.rs 2024-07-29 20:40:51 +08:00
completions.rs fix: Fix find_path not respecting non-std preference config correctly 2024-08-10 10:32:10 +02:00
config.rs fix: Fix find_path not respecting non-std preference config correctly 2024-08-10 10:32:10 +02:00
context.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
item.rs Avoid ref when using format! in compiler 2024-07-19 14:41:59 -04:00
lib.rs fix: Fix find_path not respecting non-std preference config correctly 2024-08-10 10:32:10 +02:00
render.rs fix: Fix find_path not respecting non-std preference config correctly 2024-08-10 10:32:10 +02:00
snippet.rs fix: Fix find_path not respecting non-std preference config correctly 2024-08-10 10:32:10 +02:00
tests.rs Simplify FileDelegate 2024-08-05 13:03:03 +02:00