.. |
accumulator
|
rework accumulator to store values in memos
|
2024-09-21 07:02:44 -04:00 |
function
|
Use named struct for disambiguation key
|
2024-10-15 21:14:59 +03:00 |
input
|
Satisfy nighty clippy
|
2024-10-09 18:56:25 +02:00 |
runtime
|
remove RuntimeId and use ThreadId
|
2024-07-23 11:53:37 -04:00 |
table
|
Satisfy nighty clippy
|
2024-10-09 18:56:25 +02:00 |
tracked_struct
|
rework accumulator to store values in memos
|
2024-09-21 07:02:44 -04:00 |
accumulator.rs
|
rework accumulator to store values in memos
|
2024-09-21 07:02:44 -04:00 |
active_query.rs
|
Rename DisambiguationKey to IdentityHash, KeyStruct to Identity
|
2024-10-17 15:50:13 +03:00 |
array.rs
|
Require Debug for C::Stamps
|
2024-08-02 13:45:04 -07:00 |
attach.rs
|
pacify the merciless clippy
|
2024-07-28 12:47:50 +00:00 |
cancelled.rs
|
Rename salsa-2022 to salsa
|
2024-06-18 09:40:21 +02:00 |
cycle.rs
|
Add test tracing, fix up comments
|
2024-08-05 08:34:59 -07:00 |
database.rs
|
add ingredient_debug_name API
|
2024-08-04 03:02:28 -04:00 |
database_impl.rs
|
return to the database-wrapping-storage setup
|
2024-08-04 02:18:54 -04:00 |
durability.rs
|
chore: fix clippy lints
|
2024-08-29 13:50:01 -04:00 |
event.rs
|
add a test for handle cancellation
|
2024-07-24 10:36:07 +00:00 |
function.rs
|
Clippy
|
2024-09-21 16:36:35 +02:00 |
hash.rs
|
change disambiguator_map to FxHashMap
|
2024-09-16 06:16:23 -04:00 |
id.rs
|
chore: fix clippy lints
|
2024-08-29 13:50:01 -04:00 |
ingredient.rs
|
rework accumulator to store values in memos
|
2024-09-21 07:02:44 -04:00 |
input.rs
|
rework accumulator to store values in memos
|
2024-09-21 07:02:44 -04:00 |
interned.rs
|
Add Lookup<Box<T>> for &T
|
2024-10-15 02:01:42 -07:00 |
key.rs
|
pacify the merciless clippy
|
2024-09-21 08:24:31 -04:00 |
lib.rs
|
fix fmt
|
2024-10-10 18:33:50 +03:00 |
nonce.rs
|
WIP-- checkpoint, dynamic jars
|
2024-07-08 06:25:32 -04:00 |
revision.rs
|
chore: fix clippy lints
|
2024-08-29 13:50:01 -04:00 |
runtime.rs
|
remove the _mut accesors from Table (unused)
|
2024-08-20 10:09:49 -04:00 |
salsa_struct.rs
|
store memoized fn results attached to the salsa struct
|
2024-08-20 10:09:49 -04:00 |
storage.rs
|
return to the database-wrapping-storage setup
|
2024-08-04 02:18:54 -04:00 |
table.rs
|
allocate values in a closure
|
2024-09-16 06:00:33 -04:00 |
tracked_struct.rs
|
Rename DisambiguationKey to IdentityHash, KeyStruct to Identity
|
2024-10-17 15:50:13 +03:00 |
update.rs
|
add impl Update for std::convert::Infallible
|
2024-10-27 00:31:54 -07:00 |
views.rs
|
Satisfy clippy
|
2024-10-09 18:51:30 +02:00 |
zalsa.rs
|
chore: fix clippy lints
|
2024-08-29 13:50:01 -04:00 |
zalsa_local.rs
|
Rename DisambiguationKey to IdentityHash, KeyStruct to Identity
|
2024-10-17 15:50:13 +03:00 |