rust/crates/ra_ide
David Lattimore a45682ed96 Move iteration over all files into the SSR crate
The methods `edits_for_file` and `find_matches_in_file` are replaced with just `edits` and `matches`. This simplifies the API a bit, but more importantly it makes it possible in a subsequent commit for SSR to decide to not search all files.
2020-07-24 21:34:00 +10:00
..
src Move iteration over all files into the SSR crate 2020-07-24 21:34:00 +10:00
test_data On second thought, we want to preserve the textMate here where all punctuation that are from a Attr be highlited as Attribute 2020-07-20 23:37:31 -03:00
Cargo.toml Add a license field to all the crates 2020-07-14 10:57:26 +09:00