Skip to content

v0.5.1

Compare
Choose a tag to compare
@kyren kyren released this 22 Apr 04:43
· 39 commits to master since this release
  • Correct the behavior of Arena::mark_debt and Arena::mark_all
    to do what their documentation suggest and do nothing during
    CollectionPhase::Collecting
  • Implement Collect for std::collections::LinkedList
  • Make StaticCollect<T> #[repr(transparent)], to support sound casting from
    Gc<StaticCollect<T>> to Gc<T>.