v0.11.8
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:
emb:
- fix(esp32c3): correct -march to rv32imc to prevent illegal instruction crashes by @luoliwoshang in #1443
- emb:esp32c3:implement _write by jtag output by @luoliwoshang in #1440
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