salsa/tests/incremental
Niko Matsakis d429926ddd treat constants more uniformly
We used to ignore constant inputs entirely. We now track them, but if we
find that a value is constant, we discard ITS inputs.  This means that
-- if we track dependencies -- we have an "outer rim" of constant
values.

Also take the opportunity to reshuffle how derived inputs represent
their state.
2018-10-25 05:48:36 -04:00
..
constants.rs rename test to give it a unique prefix 2018-10-25 05:47:45 -04:00
counter.rs
implementation.rs switch assert_log to a better debug library 2018-10-25 05:47:45 -04:00
log.rs
main.rs add some tests for constants (check for invalidation) 2018-10-09 20:49:26 -04:00
memoized_dep_inputs.rs remove a lot of () keys 2018-10-18 21:30:55 -04:00
memoized_inputs.rs remove a lot of () keys 2018-10-18 21:30:55 -04:00
memoized_volatile.rs treat constants more uniformly 2018-10-25 05:48:36 -04:00