aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_db/src/apply_change.rs
Commit message (Expand)AuthorAgeFilesLines
* Simplify eager macro representationJonas Schievink2021-05-191-1/+0
* Profile trait solving for all invocationsKirill Bulatov2021-04-141-1/+1
* Avoid O(n²) when constructing AttrSourceMapJonas Schievink2021-04-061-0/+4
* Gifs and screenshots for features in manualAyomide Bamidele2021-03-311-0/+1
* Sweep the new TraitEnvironmentQueryJonas Schievink2021-03-241-0/+1
* Rename `item_tree` query to `file_item_tree`Jonas Schievink2021-03-181-1/+1
* Fixed remaining references to `AnalysisChange` (now: `Change`)Vincent Esche2021-02-281-1/+1
* Use `cfg(target_arch)` instead of a Cargo featureJonas Schievink2021-02-161-1/+1
* Add name resolution query for block expressionsJonas Schievink2021-01-211-0/+1
* Proper handling $crate Take 2Edwin Cheng2021-01-071-0/+1
* Remove `module_lang_items`Jonas Schievink2020-12-161-1/+0
* Remove documentation queryLukas Wirth2020-12-071-1/+0
* Rename `parse_macro` to `parse_macro_expansion`Jonas Schievink2020-11-241-2/+2
* Move ide::AnalysisChange -> base_db::ChangeAleksey Kladov2020-10-021-0/+239