aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_db/src/helpers.rs
Commit message (Expand)AuthorAgeFilesLines
* move Semantics::visit_file_defs to ide_db::helpersLukas Wirth2021-03-151-0/+28
* Fix some testsKirill Bulatov2021-03-081-1/+9
* Show docs on hover for keywords and primitivesLukas Wirth2021-03-021-0/+4
* De Morgan's Law assist now correctly inverts <, <=, >, >=.lbrande2021-02-241-0/+4
* Make `ModPath`'s representation privateJonas Schievink2021-02-041-1/+1
* Share import_assets and related entitiesKirill Bulatov2021-01-161-0/+1
* Move FamousDefs fixture out into its own fileLukas Wirth2021-01-121-88/+1
* Align config's API with usageAleksey Kladov2021-01-061-2/+18
* Move the helpers into ide_dbKirill Bulatov2020-11-281-0/+203