v0.8.0
What's Changed
- Add ability to customizing mangling base and C++ namespace by @hkalbasi in #56
- Add raw pointer by @hkalbasi in #59
- Emit C++ with Sailfish templates by @nickpdemarco in #61
- create unified Scope type for resolving aliases and building paths by @Nathan-Fenner in #65
- Fix link error for
Ref<float>by @hkalbasi in #75 - collect all errors into the parse context by @Ryex in #77
- Support impl trait by @hkalbasi in #73
- Add support for depfiles by @nickpdemarco in #82
- fix: Ref[Mut]< Ref[Mut] < T > > is now a complete type by @Ryex in #85
- Use cspell to check word spelling in CI. by @hkalbasi in #86
#ifand#matchstatements withcfg!(key<.value>)by @Ryex in #78- Support zero-sized types by @colin-r-schultz in #87
- Use IndexMap instead of HashMap for determinism by @colin-r-schultz in #89
- Make C++ extern methods
pubin Rust by @adsnaider in #95 - char generation by @mtimaN in #96
Full Changelog: v0.7.0...v0.8.0