salsa/tests/gc
Aleksey Kladov d01d6ed511 Make GC API more orthogonal and flexible
Now, the effect of GC is a "product" of three parameters:

* what values are affected (everything/everything except used)
* are we removing values
* are we removing deps

SweepStrategy::default is now a no-op GC.
2019-01-26 21:38:15 +03:00
..
db.rs change #[salsa::query_group] attribute to take a struct name 2019-01-25 10:26:39 -05:00
derived_tests.rs Make GC API more orthogonal and flexible 2019-01-26 21:38:15 +03:00
discard_values.rs Make GC API more orthogonal and flexible 2019-01-26 21:38:15 +03:00
group.rs change #[salsa::query_group] attribute to take a struct name 2019-01-25 10:26:39 -05:00
log.rs add simple test for SweepStrategy::discard_values() 2018-10-25 08:41:26 -04:00
main.rs remove debug keys in favor of entries 2019-01-23 14:23:26 +03:00
shallow_constant_tests.rs Make GC API more orthogonal and flexible 2019-01-26 21:38:15 +03:00