Skip to content

Add support for arrays, vectors, and trait objects

Pre-release
Pre-release
Compare
Choose a tag to compare
@Techcable Techcable released this 10 Jul 18:00
· 109 commits to master since this release
a90e38a

Major Changes

  • Add support for garbage collected arrays/vectors (#16)
  • Implement support for tracing trait objects (#15)
  • Revert "Make GcRef a trait once again"
  • Move NEEDS_DROP to Trace trait

Minor Fixes

  • Fix duplicate 'Id' generics with #[zerogc(mutable)]
  • Implement Trace for RefCell/Cell iff T: NullTrace
  • Implement GcSimpleAlloc for DummyContext