salsa-rs
salsa
BlogDocsChangelog

Branches performance

Pull requests

Add `salsa::Update` trait bounds to generics when deriving `salsa::Update`#1041
last run
3 days ago
Add `salsa::Update` trait bounds to generics when deriving `salsa::Update`
3 days ago
01c92b9
MichaReiser:update-trait-bounds
CodSpeed Performance Gauge
-4%
Revert #958#1039
last run
5 days ago
Revert #958 This PR can create deadlocks - there is nothing synchronizing the mutex/condvar with the `Arc` of the `Zalsa`, therefore code may wake up by the `Condvar` but not see an updated refcount, go to sleep again, and never wake up.
5 days ago
0f3b30a
ChayimFriedman2:deadlock
CodSpeed Performance Gauge
+4%
Fix a remainder that was forgotten in #1036
6 days ago
9517fcc
ChayimFriedman2:fix-typo
CodSpeed Performance Gauge
0%
Require interned structs' fields to be `Update` To fix an unsoundness - #985. There are two breaking changes here: 1. Interned fields and interned function fields are required to be `Update` (or `'static`) 2. `unsafe(non_update_return_types)` in tracked fn options was renamed to `unsafe(non_update_types)` (and includes interned parameters as well now).
6 days ago
0f5be17
ChayimFriedman2:update-interned
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home Terms Privacy Docs