Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-11 | libgo: update to Go1.18beta2 | Ian Lance Taylor | 1 | -1/+0 | |
gotools/ * Makefile.am (go_cmd_cgo_files): Add ast_go118.go (check-go-tool): Copy golang.org/x/tools directories. * Makefile.in: Regenerate. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/384695 | |||||
2021-08-12 | libgo: update to Go1.17rc2 | Ian Lance Taylor | 1 | -0/+4 | |
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/341629 | |||||
2020-12-30 | libgo: update to Go1.16beta1 release | Ian Lance Taylor | 1 | -0/+53 | |
This does not yet include support for the //go:embed directive added in this release. * Makefile.am (check-runtime): Don't create check-runtime-dir. (mostlyclean-local): Don't remove check-runtime-dir. (check-go-tool, check-vet): Copy in go.mod and modules.txt. (check-cgo-test, check-carchive-test): Add go.mod file. * Makefile.in: Regenerate. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/280172 |