salsa/tests
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
..
gc Make GC API more orthogonal and flexible 2019-01-26 21:38:15 +03:00
incremental change #[salsa::query_group] attribute to take a struct name 2019-01-25 10:26:39 -05:00
parallel Make GC API more orthogonal and flexible 2019-01-26 21:38:15 +03:00
storage_varieties change #[salsa::query_group] attribute to take a struct name 2019-01-25 10:26:39 -05:00
cycles.rs change #[salsa::query_group] attribute to take a struct name 2019-01-25 10:26:39 -05:00
dyn_trait.rs make dyn Trait query implementations work 2019-01-25 18:36:23 -05:00
macros.rs change #[salsa::query_group] attribute to take a struct name 2019-01-25 10:26:39 -05:00
panic_safely.rs change #[salsa::query_group] attribute to take a struct name 2019-01-25 10:26:39 -05:00
set_unchecked.rs change #[salsa::query_group] attribute to take a struct name 2019-01-25 10:26:39 -05:00
variadic.rs change #[salsa::query_group] attribute to take a struct name 2019-01-25 10:26:39 -05:00