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