salsa-macro-rules-v0.23.0
·
1 commit
to master
since this release
Added
Update
derive field overwrite support (#747)
Other
- Emit self ty for query debug name of assoc function queries (#927)
- Replace ingredient cache with faster ingredient map (#921)
- add option to track heap memory usage of memos (#925)
- Hide generated structs of tracked functions from docs via
#[doc(hidden)]
(#917) - add an option to tune interned garbage collection (#911)
- Use explicit discriminants for
QueryOriginKind
for better comparisons (#913) - Preserve attributes on interned/tracked struct fields (#905)
- Use
Revision
andDurability
directly in inputValue
(#902) - Allow lifetimes in arguments in tracked fns with >1 parameters (#880)
- Replace loom with shuttle (#876)