salsa/tests
Ibraheem Ahmed a0e7a0660c
Some checks failed
Release-plz / Release-plz release (push) Has been cancelled
Release-plz / Release-plz PR (push) Has been cancelled
Test / Test (push) Has been cancelled
Test / Miri (push) Has been cancelled
Book / Book (push) Has been cancelled
Test / Shuttle (push) Has been cancelled
Test / Benchmarks (push) Has been cancelled
Book / Deploy (push) Has been cancelled
refactor entries API (#987)
2025-08-22 21:54:46 +00:00
..
common fix: Runaway for unchanged queries participating in cycle (#981) 2025-08-20 07:15:36 +00:00
compile-fail Initial persistent caching prototype (#967) 2025-08-11 19:02:49 +00:00
parallel test: add parallel maybe changed after test (#963) 2025-08-08 08:32:37 +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 Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
check_auto_traits.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
compile_fail.rs Initial persistent caching prototype (#967) 2025-08-11 19:02:49 +00:00
cycle.rs fix: Runaway for unchanged queries participating in cycle (#981) 2025-08-20 07:15:36 +00:00
cycle_accumulate.rs Gate accumulator feature behind a feature flag (#946) 2025-08-02 08:41:17 +00:00
cycle_fallback_immediate.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
cycle_initial_call_back_into_cycle.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
cycle_initial_call_query.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
cycle_maybe_changed_after.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
cycle_output.rs fix: Runaway for unchanged queries participating in cycle (#981) 2025-08-20 07:15:36 +00:00
cycle_recovery_call_back_into_cycle.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
cycle_recovery_call_query.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
cycle_regression_455.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
cycle_result_dependencies.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
cycle_tracked.rs fix: Delete not re-created tracked structs after fixpoint iteration (#979) 2025-08-19 11:59:11 +00:00
cycle_tracked_own_input.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +00:00
dataflow.rs Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +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 Do manual trait casting (#922) 2025-07-31 15:56:13 +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 Use inventory for static ingredient registration (#934) 2025-07-18 04:55:50 +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