What's Changed
- windows: establish Go-compatible MSVC target configuration (R0) by @cpunion in #2400
- windows: make compiler host storage portable (R1, depends on #2400) by @cpunion in #2401
- windows: build native PE/COFF artifacts (R2, depends on #2401) by @cpunion in #2402
- windows: lower the MSVC C ABI and select libffi ABIs (R3, depends on #2402) by @cpunion in #2403
- ci: Update codecov.yml by @xushiwei in #2410
- build(deps): bump xgo-dev/setup-benchmark-go-action from 1.0.5 to 1.0.6 by @dependabot[bot] in #2408
- build(deps): bump xgo-dev/setup-benchmark-go-action/.github/workflows/publish.yml from 1.0.5 to 1.0.6 by @dependabot[bot] in #2409
- windows: add the Win32 runtime and callback substrate (R4) by @cpunion in #2404
- build: use loaded package metadata for assembly files by @zhouguangyuan0718 in #2412
- windows: implement native fault and SEH execution semantics (R5) by @cpunion in #2405
- ssa: lower large array comparisons to runtime equality algorithms by @cpunion in #2416
- ltoplugin: drop unobserved reflect method funcs by @zhouguangyuan0718 in #2411
- windows: integrate OS and standard-library support (R6) by @cpunion in #2418
- windows: support reproducible native and cross toolchains (R7, depends on #2418) by @cpunion in #2422
- windows: integrate Windows into shared CI matrices (R8, depends on #2422) by @cpunion in #2425
- build(deps): bump actions/setup-python from 6 to 7 by @dependabot[bot] in #2432
- runtime: support Go 1.27 fips monotonic time by @visualfc in #2435
- windows: support stdcall declarations and callbacks by @cpunion in #2433
- ltoplugin: devirtualize static itab calls by @zhouguangyuan0718 in #2430
- mod: github.com/goplus/lib v0.5.0 by @xushiwei in #2441
- build: support multiple package outputs by @cpunion in #2444
- build: print verbose packages after completion by @zhouguangyuan0718 in #2429
- support Go 1.27 in CI and runtime by @visualfc in #2437
- support Go1.27 generic concrete method by @visualfc in #2395
- test: focus compiler fixture ownership by @cpunion in #2443
- windows: support independent MSVC and MinGW profiles (R9, depends on goplus/lib#26) by @cpunion in #2440
- ci: collect compiler cross-package coverage by @cpunion in #2446
- ci: build LLGo with Go 1.27 and test Go 1.20 through 1.27 by @cpunion in #2448
Full Changelog: v1.0.0...v1.0.1