salsa/components/salsa-macro-rules/src
Niko Matsakis f466228da5 make accumulate take database instead of Runtime
We are going to want to take databases at
public entry points.
2024-07-23 11:54:55 -04:00
..
lib.rs wip 2024-07-18 07:50:22 -04:00
macro_if.rs wip 2024-07-17 09:14:20 -04:00
maybe_backdate.rs wip 2024-07-15 07:46:23 -04:00
maybe_clone.rs
setup_accumulator_impl.rs make accumulate take database instead of Runtime 2024-07-23 11:54:55 -04:00
setup_input_struct.rs Replace derived Debug implementation of salsa::Id 2024-07-22 17:56:16 +02:00
setup_interned_struct.rs Allow interned values as tracked function arguments 2024-07-20 09:03:57 +02:00
setup_method_body.rs wip 2024-07-18 07:49:06 -04:00
setup_struct_fn.rs wip 2024-07-17 05:47:56 -04:00
setup_tracked_fn.rs Respct no_eq attribute for tracked functions 2024-07-20 08:47:51 +02:00
setup_tracked_struct.rs Replace derived Debug implementation of salsa::Id 2024-07-22 17:56:16 +02:00
unexpected_cycle_recovery.rs