..
common
Replace loom with shuttle ( #876 )
2025-05-23 15:28:51 +00:00
compile-fail
Changed return_ref
syntax to returns(as_ref)
and returns(cloned)
( #772 )
2025-05-09 07:28:54 +00:00
parallel
Fix hang in nested fixpoint iteration ( #871 )
2025-05-27 17:06:34 +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
Use DatabaseKey
for interned events ( #813 )
2025-04-24 10:38:46 +00:00
accumulate-custom-debug.rs
feat: Drop Debug
requirements and flip implementation defaults ( #756 )
2025-03-15 15:14:34 +00:00
accumulate-dag.rs
Use DatabaseKey
for interned events ( #813 )
2025-04-24 10:38:46 +00:00
accumulate-execution-order.rs
Use DatabaseKey
for interned events ( #813 )
2025-04-24 10:38:46 +00:00
accumulate-from-tracked-fn.rs
Use DatabaseKey
for interned events ( #813 )
2025-04-24 10:38:46 +00:00
accumulate-no-duplicates.rs
Use DatabaseKey
for interned events ( #813 )
2025-04-24 10:38:46 +00:00
accumulate-reuse-workaround.rs
Changed return_ref
syntax to returns(as_ref)
and returns(cloned)
( #772 )
2025-05-09 07:28:54 +00:00
accumulate-reuse.rs
Use DatabaseKey
for interned events ( #813 )
2025-04-24 10:38:46 +00:00
accumulate.rs
Use DatabaseKey
for interned events ( #813 )
2025-04-24 10:38:46 +00:00
accumulated_backdate.rs
Use DatabaseKey
for interned events ( #813 )
2025-04-24 10:38:46 +00:00
backtrace.rs
Implement a query stack Backtrace
analog ( #827 )
2025-04-29 17:01:15 +00:00
check_auto_traits.rs
Introduce RefUnwindSafe
StorageHandle
2025-02-11 11:54:20 +01:00
compile_fail.rs
update MSRV to 1.80 and test it in CI
2025-02-21 18:09:07 -08:00
cycle.rs
Unwind with specific type when encountering an unexpected cycle ( #856 )
2025-05-22 07:40:11 +00:00
cycle_accumulate.rs
Use DatabaseKey
for interned events ( #813 )
2025-04-24 10:38:46 +00:00
cycle_fallback_immediate.rs
Add a third cycle mode, equivalent to old Salsa cycle behavior ( #801 )
2025-04-22 10:35:43 +00:00
cycle_initial_call_back_into_cycle.rs
Unwind with specific type when encountering an unexpected cycle ( #856 )
2025-05-22 07:40:11 +00:00
cycle_initial_call_query.rs
rewrite cycle handling to support fixed-point iteration ( #603 )
2025-03-10 22:25:47 +00:00
cycle_maybe_changed_after.rs
Changed return_ref
syntax to returns(as_ref)
and returns(cloned)
( #772 )
2025-05-09 07:28:54 +00:00
cycle_output.rs
Use generational identifiers for tracked structs ( #864 )
2025-05-23 14:18:03 +00:00
cycle_recovery_call_back_into_cycle.rs
rewrite cycle handling to support fixed-point iteration ( #603 )
2025-03-10 22:25:47 +00:00
cycle_recovery_call_query.rs
rewrite cycle handling to support fixed-point iteration ( #603 )
2025-03-10 22:25:47 +00:00
cycle_regression_455.rs
rewrite cycle handling to support fixed-point iteration ( #603 )
2025-03-10 22:25:47 +00:00
cycle_result_dependencies.rs
Add a third cycle mode, equivalent to old Salsa cycle behavior ( #801 )
2025-04-22 10:35:43 +00:00
cycle_tracked.rs
Changed return_ref
syntax to returns(as_ref)
and returns(cloned)
( #772 )
2025-05-09 07:28:54 +00:00
cycle_tracked_own_input.rs
fix: Access to tracked-struct that was freed during fixpoint ( #817 )
2025-04-28 14:24:33 +00:00
dataflow.rs
chore: Normalize imports style ( #779 )
2025-03-28 05:11:40 +00:00
debug.rs
feat: Drop Debug
requirements and flip implementation defaults ( #756 )
2025-03-15 15:14:34 +00:00
debug_db_contents.rs
feat: Drop Debug
requirements and flip implementation defaults ( #756 )
2025-03-15 15:14:34 +00:00
deletion-cascade.rs
Use DatabaseKey
for interned events ( #813 )
2025-04-24 10:38:46 +00:00
deletion-drops.rs
Changed return_ref
syntax to returns(as_ref)
and returns(cloned)
( #772 )
2025-05-09 07:28:54 +00:00
deletion.rs
Use DatabaseKey
for interned events ( #813 )
2025-04-24 10:38:46 +00:00
durability.rs
Add test for durability changes
2025-02-26 09:30:55 +01:00
elided-lifetime-in-tracked-fn.rs
Use DatabaseKey
for interned events ( #813 )
2025-04-24 10:38:46 +00:00
expect_reuse_field_x_of_a_tracked_struct_changes_but_fn_depends_on_field_y.rs
Use DatabaseKey
for interned events ( #813 )
2025-04-24 10:38:46 +00:00
expect_reuse_field_x_of_an_input_changes_but_fn_depends_on_field_y.rs
Use DatabaseKey
for interned events ( #813 )
2025-04-24 10:38:46 +00:00
hash_collision.rs
Add IngredientIndex to KeyStruct
2024-10-15 21:14:58 +03:00
hello_world.rs
Use DatabaseKey
for interned events ( #813 )
2025-04-24 10:38:46 +00:00
input_default.rs
Fix clippy warnings
2024-08-06 08:56:06 +02:00
input_field_durability.rs
Fix clippy warnings
2024-08-06 08:56:06 +02:00
input_setter_preserves_durability.rs
chore: Normalize imports style ( #779 )
2025-03-28 05:11:40 +00:00
intern_access_in_different_revision.rs
Make interned's last_interned_at
equal Revision::MAX
if they are interned outside a query ( #804 )
2025-04-22 10:42:17 +00:00
interned-revisions.rs
Use DatabaseKey
for interned events ( #813 )
2025-04-24 10:38:46 +00:00
interned-structs.rs
chore: Normalize imports style ( #779 )
2025-03-28 05:11:40 +00:00
interned-structs_self_ref.rs
Replace loom with shuttle ( #876 )
2025-05-23 15:28:51 +00:00
lru.rs
Replace loom with shuttle ( #876 )
2025-05-23 15:28:51 +00:00
mutate_in_place.rs
switch to new database design
2024-07-28 12:47:50 +00:00
override_new_get_set.rs
Changed return_ref
syntax to returns(as_ref)
and returns(cloned)
( #772 )
2025-05-09 07:28:54 +00:00
panic-when-creating-tracked-struct-outside-of-tracked-fn.rs
switch to new database design
2024-07-28 12:47:50 +00:00
preverify-struct-with-leaked-data-2.rs
better debug name for interned query arguments ( #837 )
2025-04-30 17:20:49 +00:00
preverify-struct-with-leaked-data.rs
Enable Garbage Collection for Interned Values ( #602 )
2025-03-17 09:23:14 +00:00
return_mode.rs
Changed return_ref
syntax to returns(as_ref)
and returns(cloned)
( #772 )
2025-05-09 07:28:54 +00:00
singleton.rs
Use DatabaseKey
for interned events ( #813 )
2025-04-24 10:38:46 +00:00
specify-only-works-if-the-key-is-created-in-the-current-query.rs
switch to new database design
2024-07-28 12:47:50 +00:00
synthetic_write.rs
run tests with UPDATE_EXPECT=1
2024-08-20 10:09:49 -04:00
tracked-struct-id-field-bad-eq.rs
make tracked structs coarse-grained by default
2025-02-03 20:29:48 -05:00
tracked-struct-id-field-bad-hash.rs
Don't report stale outputs if there is newer generation in new_outputs ( #879 )
2025-05-27 17:44:15 +00:00
tracked-struct-unchanged-in-new-rev.rs
switch to new database design
2024-07-28 12:47:50 +00:00
tracked-struct-value-field-bad-eq.rs
make tracked structs coarse-grained by default
2025-02-03 20:29:48 -05:00
tracked-struct-value-field-not-eq.rs
make tracked structs coarse-grained by default
2025-02-03 20:29:48 -05:00
tracked_assoc_fn.rs
Allow creation of tracked associated functions (without self
) ( #859 )
2025-05-23 10:19:12 +00:00
tracked_fn_constant.rs
Fix const query with custom database trait
2024-08-20 21:49:30 +02:00
tracked_fn_high_durability_dependency.rs
Fix query invalidation when high durability input changes
2024-08-05 16:24:39 +02:00
tracked_fn_interned_lifetime.rs
Allow lifetimes in arguments in tracked fns with >1 parameters ( #880 )
2025-05-26 04:50:43 +00:00
tracked_fn_multiple_args.rs
Add a test for tracked function with multiple salsa struct args
2024-11-15 01:41:18 +09:00
tracked_fn_no_eq.rs
return to the database-wrapping-storage setup
2024-08-04 02:18:54 -04:00
tracked_fn_on_input.rs
switch to new database design
2024-07-28 12:47:50 +00:00
tracked_fn_on_input_with_high_durability.rs
chore: Normalize imports style ( #779 )
2025-03-28 05:11:40 +00:00
tracked_fn_on_interned.rs
switch to new database design
2024-07-28 12:47:50 +00:00
tracked_fn_on_interned_enum.rs
feat: Drop Debug
requirements and flip implementation defaults ( #756 )
2025-03-15 15:14:34 +00:00
tracked_fn_on_tracked.rs
switch to new database design
2024-07-28 12:47:50 +00:00
tracked_fn_on_tracked_specify.rs
switch to new database design
2024-07-28 12:47:50 +00:00
tracked_fn_orphan_escape_hatch.rs
Implement an !Update
bound escape hatch for tracked fn ( #867 )
2025-05-20 15:36:34 +00:00
tracked_fn_read_own_entity.rs
Use DatabaseKey
for interned events ( #813 )
2025-04-24 10:38:46 +00:00
tracked_fn_read_own_specify.rs
feat: Drop Debug
requirements and flip implementation defaults ( #756 )
2025-03-15 15:14:34 +00:00
tracked_fn_return_ref.rs
Changed return_ref
syntax to returns(as_ref)
and returns(cloned)
( #772 )
2025-05-09 07:28:54 +00:00
tracked_method.rs
Changed return_ref
syntax to returns(as_ref)
and returns(cloned)
( #772 )
2025-05-09 07:28:54 +00:00
tracked_method_inherent_return_deref.rs
Fix returns(deref | as_ref | as_deref) in tracked methods ( #857 )
2025-05-09 09:09:16 +00:00
tracked_method_inherent_return_ref.rs
Changed return_ref
syntax to returns(as_ref)
and returns(cloned)
( #772 )
2025-05-09 07:28:54 +00:00
tracked_method_on_tracked_struct.rs
Changed return_ref
syntax to returns(as_ref)
and returns(cloned)
( #772 )
2025-05-09 07:28:54 +00:00
tracked_method_trait_return_ref.rs
Changed return_ref
syntax to returns(as_ref)
and returns(cloned)
( #772 )
2025-05-09 07:28:54 +00:00
tracked_method_with_self_ty.rs
fix: Replace SelfTy
with actual type in tracked methods
2024-10-14 02:00:28 +09:00
tracked_struct.rs
Use Fallback
trick for tracked function Update
constraint, implement Update
for smallvec
and compact_str
2025-02-09 15:48:52 +01:00
tracked_struct_db1_lt.rs
switch to new database design
2024-07-28 12:47:50 +00:00
tracked_struct_disambiguates.rs
chore: Use nextest for miri test runs ( #758 )
2025-03-15 10:30:23 +00:00
tracked_struct_durability.rs
Move salsa event system into Zalsa
( #849 )
2025-05-07 11:45:49 +00:00
tracked_struct_mixed_tracked_fields.rs
ensure tracked struct ingredients are mapped correctly to tracked fields
2025-02-03 20:29:49 -05:00
tracked_struct_recreate_new_revision.rs
feat: Drop Debug
requirements and flip implementation defaults ( #756 )
2025-03-15 15:14:34 +00:00
tracked_struct_with_interned_query.rs
Tracked struct recycling and coarse grained dependencies
2025-02-23 17:10:35 +01:00
tracked_with_intern.rs
make tracked structs coarse-grained by default
2025-02-03 20:29:48 -05:00
tracked_with_struct_db.rs
Remove extra page indirection in Table
( #710 )
2025-03-19 15:00:06 +00:00
tracked_with_struct_ord.rs
Remove default PartialOrd
and Ord
derives for salsa-structs ( #868 )
2025-05-19 11:57:23 +00:00