Skip to content

Releases: goplus/ixgo

Release v1.1.6

Choose a tag to compare

@visualfc visualfc released this 25 Aug 08:13
a768e5d

v1.1.6

Go 1.27 Support

  • Added Go 1.27 register ABI support.

  • Added support for Go 1.27 generic methods.

  • Added Go 1.27 standard-library exports and patches, including encoding/json/v2, encoding/json/jsontext, crypto/hkdf,
    crypto/pbkdf2, hash/maphash, unique, and weak.

  • Added coverage for Go 1.27 promoted fields in composite literals and generic function assignment inference.

  • Updated map ABI support for Go 1.27.

Improvements

  • Exported math/rand/v2.Rand.N.
  • Fixed LLGo makeFunc validation.
  • Improved ixgo version to report the module version embedded in the binary.

Release v1.1.5

Choose a tag to compare

@visualfc visualfc released this 19 Aug 03:32
e22f2c4

What's Changed

Full Changelog: v1.1.4...v1.1.5

Release v1.1.4

Choose a tag to compare

@visualfc visualfc released this 11 Aug 02:39
c713ad0

What's Changed

Full Changelog: v1.1.3...v1.1.4

Release v1.1.3

Choose a tag to compare

@visualfc visualfc released this 06 Aug 05:30
c44d902

What's Changed

  • reflectx v1.7.5 optimize icall by @visualfc in #475
  • fix: preserve parallel assignment semantics for phi nodes by @visualfc in #476
  • perf(interp): optimize external call dispatch by @joeykchen in #474

New Contributors

Full Changelog: v1.1.2...v1.1.3

Release v1.1.2

Choose a tag to compare

@visualfc visualfc released this 04 Aug 03:47
5b7545a

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

Release v1.1.1

Choose a tag to compare

@visualfc visualfc released this 22 Jul 02:34
b4723be

What's Changed

Full Changelog: v1.1.0...v1.1.1

Release v1.1.0

Choose a tag to compare

@visualfc visualfc released this 15 May 03:35
84997f9

What's Changed

  • Use lazy import for infrequently used packages
  • OptionLoadRuntimeImethod reduces icall usage
  • reflectx-icall replace map with slice for goroutine safety

Full Changelog: v1.0.8...v1.1.0

Release v1.0.8

Choose a tag to compare

@visualfc visualfc released this 30 Apr 07:36
2576988

What's Changed

  • Load embed processing on import of github.com/goplus/ixgo/pkg/embed by @visualfc in #449
  • Load test processing on import of github.com/goplus/ixgo/pkg/testing by @visualfc in #450
  • load/list: implement ListDriver and GetImportPath as no-ops on WASM by @visualfc in #451
  • fix typesRecord.extractMethodSet by @visualfc in #452
  • load/mod by @visualfc in #453

Full Changelog: v1.0.7...v1.0.8

Release v1.0.7

Choose a tag to compare

@visualfc visualfc released this 28 Apr 10:25
1108ff0

What's Changed

Full Changelog: v1.0.6...v1.0.7

Release v1.0.6

Choose a tag to compare

@visualfc visualfc released this 24 Apr 08:13
457aada

What's Changed

  • build multiple interp thread safe
  • qexp( ixgo export ) support types alias
-alias
    	export types alias data
-alias_types string
    	set export types alias list, split by ;
-types
    	export types data for XGo

Full Changelog: v1.0.5...v1.0.6