salsa/tests
Micha Reiser ce80691fa0
Some checks failed
Test / Test (push) Has been cancelled
Book / Book (push) Has been cancelled
Release-plz / Release-plz release (push) Has been cancelled
Release-plz / Release-plz PR (push) Has been cancelled
Test / Miri (push) Has been cancelled
Test / Shuttle (push) Has been cancelled
Test / Benchmarks (push) Has been cancelled
Book / Deploy (push) Has been cancelled
Add salsa::Update trait bounds to generics when deriving salsa::Update (#1041)
2025-12-22 11:11:55 +00:00
..
common fix: Runaway for unchanged queries participating in cycle (#981) 2025-08-20 07:15:36 +00:00
compile-fail Require interned structs' fields to be Update (#1036) 2025-12-16 08:33:54 +00:00
compile-pass Fully qualify std Result type (#1025) 2025-11-26 07:38:31 +00:00
parallel pass Cycle to the cycle recovery function (#1028) 2025-11-21 07:39:30 +00:00
warnings Changed return_ref syntax to returns(as_ref) and returns(cloned) (#772) 2025-05-09 07:28:54 +00:00
accumulate-chain.rs Gate accumulator feature behind a feature flag (#946) 2025-08-02 08:41:17 +00:00
accumulate-custom-debug.rs Gate accumulator feature behind a feature flag (#946) 2025-08-02 08:41:17 +00:00
accumulate-dag.rs Gate accumulator feature behind a feature flag (#946) 2025-08-02 08:41:17 +00:00
accumulate-execution-order.rs Gate accumulator feature behind a feature flag (#946) 2025-08-02 08:41:17 +00:00
accumulate-from-tracked-fn.rs Gate accumulator feature behind a feature flag (#946) 2025-08-02 08:41:17 +00:00
accumulate-no-duplicates.rs Gate accumulator feature behind a feature flag (#946) 2025-08-02 08:41:17 +00:00
accumulate-reuse-workaround.rs Gate accumulator feature behind a feature flag (#946) 2025-08-02 08:41:17 +00:00
accumulate-reuse.rs Gate accumulator feature behind a feature flag (#946) 2025-08-02 08:41:17 +00:00
accumulate.rs Gate accumulator feature behind a feature flag (#946) 2025-08-02 08:41:17 +00:00
accumulated_backdate.rs Gate accumulator feature behind a feature flag (#946) 2025-08-02 08:41:17 +00:00
backtrace.rs Expose the Input query Id with cycle_initial (#1015) 2025-10-27 12:27:09 +00:00
check_auto_traits.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
compile_fail.rs fix: Cleanup provisional cycle head memos when query panics (#993) 2025-09-24 17:49:24 +00:00
compile_pass.rs Fully qualify std Result type (#1025) 2025-11-26 07:38:31 +00:00
cycle.rs pass Cycle to the cycle recovery function (#1028) 2025-11-21 07:39:30 +00:00
cycle_accumulate.rs pass Cycle to the cycle recovery function (#1028) 2025-11-21 07:39:30 +00:00
cycle_fallback_immediate.rs Expose the Input query Id with cycle_initial (#1015) 2025-10-27 12:27:09 +00:00
cycle_initial_call_back_into_cycle.rs Expose the Input query Id with cycle_initial (#1015) 2025-10-27 12:27:09 +00:00
cycle_initial_call_query.rs Expose the Input query Id with cycle_initial (#1015) 2025-10-27 12:27:09 +00:00
cycle_input_different_cycle_head.rs Fix cycle head durability (#1024) 2025-11-13 09:17:44 +00:00
cycle_maybe_changed_after.rs Expose the Input query Id with cycle_initial (#1015) 2025-10-27 12:27:09 +00:00
cycle_output.rs Expose the Input query Id with cycle_initial (#1015) 2025-10-27 12:27:09 +00:00
cycle_recovery_call_back_into_cycle.rs pass Cycle to the cycle recovery function (#1028) 2025-11-21 07:39:30 +00:00
cycle_recovery_call_query.rs pass Cycle to the cycle recovery function (#1028) 2025-11-21 07:39:30 +00:00
cycle_recovery_dependencies.rs pass Cycle to the cycle recovery function (#1028) 2025-11-21 07:39:30 +00:00
cycle_regression_455.rs Expose the Input query Id with cycle_initial (#1015) 2025-10-27 12:27:09 +00:00
cycle_result_dependencies.rs Expose the Input query Id with cycle_initial (#1015) 2025-10-27 12:27:09 +00:00
cycle_tracked.rs Expose the Input query Id with cycle_initial (#1015) 2025-10-27 12:27:09 +00:00
cycle_tracked_own_input.rs Expose the Input query Id with cycle_initial (#1015) 2025-10-27 12:27:09 +00:00
dataflow.rs pass Cycle to the cycle recovery function (#1028) 2025-11-21 07:39:30 +00:00
debug.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
debug_bounds.rs fix: Do not unnecessarily require Debug on fields for interned structs (#951) 2025-08-12 07:12:48 +00:00
debug_db_contents.rs refactor entries API (#987) 2025-08-22 21:54:46 +00:00
deletion-cascade.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
deletion-drops.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
deletion.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
derive_update.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
durability.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
elided-lifetime-in-tracked-fn.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
expect_reuse_field_x_of_a_tracked_struct_changes_but_fn_depends_on_field_y.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
expect_reuse_field_x_of_an_input_changes_but_fn_depends_on_field_y.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
hash_collision.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
hello_world.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
input_default.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
input_field_durability.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
input_setter_preserves_durability.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
intern_access_in_different_revision.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
interned-revisions.rs Flatten unserializable query dependencies (#975) 2025-08-13 20:49:01 +00:00
interned-structs.rs Add salsa::Update trait bounds to generics when deriving salsa::Update (#1041) 2025-12-22 11:11:55 +00:00
interned-structs_self_ref.rs refactor entries API (#987) 2025-08-22 21:54:46 +00:00
lru.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
manual_registration.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
memory-usage.rs Update snapshot to fix nightly type rendering (#983) 2025-08-19 11:39:23 +00:00
mutate_in_place.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
override_new_get_set.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
panic-when-creating-tracked-struct-outside-of-tracked-fn.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
persistence.rs refactor entries API (#987) 2025-08-22 21:54:46 +00:00
preverify-struct-with-leaked-data-2.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
preverify-struct-with-leaked-data.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
return_mode.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
singleton.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
specify-only-works-if-the-key-is-created-in-the-current-query.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
synthetic_write.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked-struct-id-field-bad-eq.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked-struct-id-field-bad-hash.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked-struct-unchanged-in-new-rev.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked-struct-value-field-bad-eq.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked-struct-value-field-not-eq.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_assoc_fn.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_fn_constant.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_fn_high_durability_dependency.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_fn_interned_lifetime.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_fn_multiple_args.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_fn_no_eq.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_fn_on_input.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_fn_on_input_with_high_durability.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_fn_on_interned.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_fn_on_interned_enum.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_fn_on_tracked.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_fn_on_tracked_specify.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_fn_orphan_escape_hatch.rs Fix a remainder that was forgotten in #1036 (#1037) 2025-12-16 13:20:51 +00:00
tracked_fn_read_own_entity.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_fn_read_own_specify.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_fn_return_ref.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_method.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_method_inherent_return_deref.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_method_inherent_return_ref.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_method_on_tracked_struct.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_method_trait_return_ref.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_method_with_self_ty.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_struct.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_struct_db1_lt.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_struct_disambiguates.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_struct_durability.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_struct_manual_update.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_struct_mixed_tracked_fields.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_struct_recreate_new_revision.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_struct_with_interned_query.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_with_intern.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_with_struct_db.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
tracked_with_struct_ord.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00