aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_db/src/source_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)
* Make always-assert crate reusableAleksey Kladov2021-01-261-5/+2
|
* Phase out SourceFileEdits in favour of a plain HashMapLukas Wirth2021-01-141-25/+25
|
* Group file source edits by FileIdLukas Wirth2021-01-141-12/+42
|
* Add initial_contents field for CreateFileDaiki Ihara2020-12-211-1/+1
|
* Introduce anchored_pathAleksey Kladov2020-12-091-3/+3
| | | | | They allow to represent paths like `#[path = "C:\path.rs"] mod foo;` in a lossless cross-platform & network-transparent way.
* Rename ra_ide_db -> ide_dbAleksey Kladov2020-08-131-0/+59