salsa/src
Aleksey Kladov b637e1a9bb mark runtime as UnwindSafe
An alternative would be to mark bit of state as runtime safe, but as
Runtime directly contains a RefCell we need to mark it as a whole
anyway!
2019-01-10 13:34:20 +03:00
..
debug.rs remove use of upgradable reads from derived queries 2018-12-24 10:10:22 -05:00
derived.rs add panic hooks 2019-01-10 12:15:37 +03:00
input.rs name the field runtime_id 2018-10-30 21:00:33 -04:00
lib.rs add panic hooks 2019-01-10 12:15:37 +03:00
plumbing.rs remove the virtual fn call for creating query descriptors 2018-12-13 05:51:45 -05:00
runtime.rs mark runtime as UnwindSafe 2019-01-10 13:34:20 +03:00