Skip to content

Release v1.0.0-rc2

Compare
Choose a tag to compare
@xushiwei xushiwei released this 07 Sep 02:20
· 2818 commits to main since this release

new features:

  • pkg.NewConstDecl: support iota
  • unsafe.Sizeof
  • unsafe.Alignof
  • unsafe.Offsetof
  • unsafe.Add
  • unsafe.Slice
  • gop parser: support mode=ParseGoFiles
  • gop run support -gop: parse a .go file as a .gop file
  • gop run: check isDirty to speed up
  • gop run -nr: don't run if no change
  • goptestgo: run all cases in GOROOT

changes: