rust-analyzer/crates/ide_completion/src
Mirko Rainer eccfa1645b Saw a FIXME comment and decided to fix it.
This renames `descend_into_macros` to  `descend_into_macros_single` and `descend_into_macros_many` into `descend_into_macros`.
 However, this does not touch a function in `SemanticsImpl` of same name.
2021-10-12 11:52:31 -04:00
..
completions Simplify 2021-10-11 21:49:50 +02:00
render Remove neesless clone 2021-10-10 10:50:51 +09:00
tests Regenerate lints 2021-10-12 09:35:02 +02:00
completions.rs Add completion for struct literal in which all fields are visible. 2021-08-04 18:52:58 +02:00
config.rs Simplify 2021-10-11 21:49:50 +02:00
context.rs Saw a FIXME comment and decided to fix it. 2021-10-12 11:52:31 -04:00
item.rs Simplify 2021-10-11 21:49:50 +02:00
lib.rs Simplify 2021-10-11 21:49:50 +02:00
patterns.rs Simplify 2021-10-11 21:49:50 +02:00
render.rs Make multiple import edits work for completions 2021-10-04 21:44:33 +02:00
snippet.rs Improve user snippet import performance 2021-10-12 11:48:37 +02:00
tests.rs Remove stale module 2021-10-12 09:37:16 +02:00