rust/crates/ide_db/src
Aleksey Kladov 8716c4cec3 Move ide::AnalysisChange -> base_db::Change
This seems like a better factoring logically; ideally, clients shouldn't touch
`set_` methods of the database directly. Additionally, I think this
should remove the unfortunate duplication in fixture code.
2020-10-02 16:45:08 +02:00
..
apply_change.rs Move ide::AnalysisChange -> base_db::Change 2020-10-02 16:45:08 +02:00
defs.rs Rename record_field_pat to record_pat_field 2020-09-10 18:56:04 +02:00
imports_locator.rs
label.rs Introduce Label 2020-08-18 16:50:07 +02:00
lib.rs Move ide::AnalysisChange -> base_db::Change 2020-10-02 16:45:08 +02:00
line_index.rs
search.rs Optimize reference search 2020-08-20 00:54:44 +02:00
source_change.rs
symbol_index.rs