about summary refs log tree commit diff
path: root/crates/ide/src/ssr.rs
AgeCommit message (Expand)AuthorLines
2022-04-25Re-export `FxHashMap` and `FxHashSet` from `ide_db`Lukas Wirth-2/+1
2022-04-19Allows triggering commands after an assist editJonas Schievink-0/+5
2021-08-29internal: slightly improve compile timesAleksey Kladov-1/+1
2021-05-03Small fixesKirill Bulatov-1/+1
2021-05-03Tests addedKirill Bulatov-1/+0
2021-05-03Resolve single assist onlyKirill Bulatov-2/+2
2021-05-03Add a way to resolve certain assistsKirill Bulatov-31/+24
2021-03-10add apply ssr assistJosh Mcguigan-0/+259