salsa/tests/parallel
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
..
cancellation.rs make query_group macro procedural 2019-01-17 07:24:18 +01:00
fork_from_query.rs s/fork/snapshot/ 2018-10-31 20:05:31 -04:00
frozen.rs make query_group macro procedural 2019-01-17 07:24:18 +01:00
independent.rs make query_group macro procedural 2019-01-17 07:24:18 +01:00
main.rs panic if you fork from inside a query for now 2018-10-31 16:03:03 -04:00
race.rs make query_group macro procedural 2019-01-17 07:24:18 +01:00
setup.rs change #[salsa::query_group] attribute to take a struct name 2019-01-25 10:26:39 -05:00
signal.rs move signal into its own module 2018-10-19 06:00:44 -04:00
stress.rs Make GC API more orthogonal and flexible 2019-01-26 21:38:15 +03:00
true_parallel.rs make query_group macro procedural 2019-01-17 07:24:18 +01:00