aboutsummaryrefslogtreecommitdiff
path: root/crates/base_db/src/change.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed remaining references to `AnalysisChange` (now: `Change`)Vincent Esche2021-02-281-1/+1
| | | | (The type was renamed/moved in 8716c4cec3a05ba891b20b5f28df69d925b913ad)
* Move ide::AnalysisChange -> base_db::ChangeAleksey Kladov2020-10-021-0/+97
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.