Skip to content

salsa-macro-rules-v0.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 09:42
· 1 commit to master since this release
572d144

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 and Durability directly in input Value (#902)
  • Allow lifetimes in arguments in tracked fns with >1 parameters (#880)
  • Replace loom with shuttle (#876)