salsa-macro-rules-v0.23.0
·
64 commits
to master
since this release
Added
Updatederive 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
QueryOriginKindfor better comparisons (#913) - Preserve attributes on interned/tracked struct fields (#905)
- Use
RevisionandDurabilitydirectly in inputValue(#902) - Allow lifetimes in arguments in tracked fns with >1 parameters (#880)
- Replace loom with shuttle (#876)