Skip to content

v0.11.8

Choose a tag to compare

@xushiwei xushiwei released this 23 Dec 10:15
· 1045 commits to main since this release
05299c6

What's Changed

ssa & abi types:

  • ssa: align closure stubs with ctx ABI by @cpunion in #1495
  • internal/cabi: fix return attrwidthtype2 optimize by @visualfc in #1470
  • fix(ssa): add returns_twice attribute to sigsetjmp by @luoliwoshang in #1499
  • ssa: fix jmp_buf size for cross-compilation by @luoliwoshang in #1487
  • ssa: fix integer type conversion, add exhaustive BinOp tests, and fix complex division by @xgopilot[bot] in #1480

build:

  • feat(test): Add -o and -c flags to llgo test by @xgopilot[bot] in #1455
  • feat(test): Add comprehensive testing flags support for llgo test by @cpunion in #1457

runtime:

libraries:

  • sync: align Cond with stdlib to fix interface nil comparisons by @cpunion in #1494

emb:

deps:

  • chore(deps): bump github.com/goplus/mod from 0.17.2 to 0.17.3 by @dependabot[bot] in #1491
  • chore(deps): bump github.com/goplus/gogen from 1.19.6 to 1.19.7 by @dependabot[bot] in #1474

ci & tools:

  • time: add time tests and add std symbol coverage checks by @cpunion in #1466
  • dev: add reusable Docker dev environments and dev helper scripts by @cpunion in #1465
  • feat: optimize link checker to run only on markdown changes and daily schedule by @xgopilot[bot] in #1452
  • ci: fix fmt workflow scan by @cpunion in #1467
  • chore(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #1461
  • chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #1498
  • chore(deps): bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #1472
  • chore(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #1473

Full Changelog: v0.11.7...v0.11.8