salsa/src
Niko Matsakis 0a94efeac3 emit WillChangeInputValue before new revision (breaking change!)
Otherwise we need to borrow the `db` in `with_incremented_revision`
and it's a pain.
2019-09-27 05:51:27 -04:00
..
derived add invalidate method to queries 2019-09-20 10:40:26 +03:00
lru ⬆️ rand 2019-07-02 14:40:43 +03:00
runtime add add_synthetic_read method to allow tweaking of the durability 2019-09-20 12:24:46 +03:00
debug.rs Update src/debug.rs 2019-07-03 06:28:09 -04:00
dependency.rs Merge pull request #181 from matklad/ptr 2019-08-15 07:04:07 -04:00
derived.rs add invalidate method to queries 2019-09-20 10:40:26 +03:00
doctest.rs introduce Database::salsa_runtime_mut method (breaking change!) 2019-09-27 05:49:15 -04:00
durability.rs remove max_durability in favor of Durability::MAX 2019-07-05 05:58:23 -04:00
input.rs emit WillChangeInputValue before new revision (breaking change!) 2019-09-27 05:51:27 -04:00
intern_id.rs s/RawId/InternId/ 2019-04-03 11:01:20 -03:00
interned.rs feat: Allow queries to avoid panics on cycles 2019-08-16 20:37:54 +02:00
lib.rs introduce Database::salsa_runtime_mut method (breaking change!) 2019-09-27 05:49:15 -04:00
lru.rs use a fixed seed 2019-07-02 06:49:24 -04:00
plumbing.rs move query-storage into an Arc 2019-09-27 05:34:33 -04:00
revision.rs correct out of date comments and typos 2019-07-04 06:32:08 -04:00
runtime.rs make synthetic_write require &mut self (breaking change!) 2019-09-27 05:50:16 -04:00