v0.5.1
- Correct the behavior of
Arena::mark_debtandArena::mark_all
to do what their documentation suggest and do nothing during
CollectionPhase::Collecting - Implement
Collectforstd::collections::LinkedList - Make
StaticCollect<T>#[repr(transparent)], to support sound casting from
Gc<StaticCollect<T>>toGc<T>.