Skip to content

v0.10.0

Compare
Choose a tag to compare
@traefiker traefiker released this 15 Sep 15:29
· 137 commits to master since this release
b591ba0

Changelog

91a55cc interp: add debug interface
b5bf4ef interp: allow for reading source files from diverse filesystems
da922ce interp: build type strings on the fly
05f08d7 interp: complete type constructors
4af992b interp: create real recursive types with unsafe type swapping
b591ba0 interp: do not export RealFS, used internally only
e7c0f68 interp: fix Clone documentation
d2b25a7 interp: fix append with 1 argument
d2569a8 interp: fix default types for runes
3eb2c79 interp: fix nil funcs in composite literals
45d569c interp: fix parsing of late binding consts
b7f9a39 interp: fix support of 32 bits and big-endian arch
5af51ae interp: fix type selector precedence
c33caeb interp: improve handling of wrapped interface values
bd9a6a4 interp: improve processing of recursive types
772cd68 interp: make use of type constructors
4653d87 interp: types should not recover data for aliases
a69b9bc stdlib: support go1.17 unsafe functions