summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/testdata/script
Commit message (Collapse)AuthorAgeFilesLines
* libgo: update to final Go 1.18 releaseIan Lance Taylor2022-03-1611-28/+145
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/393377
* libgo: update to Go1.18rc1 releaseIan Lance Taylor2022-02-1824-42/+412
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/386594
* libgo: update to Go1.18beta2Ian Lance Taylor2022-02-11277-801/+7224
| | | | | | | | | 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
* libgo: update to final Go 1.17 releaseIan Lance Taylor2021-09-051-11/+6
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/343729
* libgo: update to Go1.17rc2Ian Lance Taylor2021-08-12360-71/+18189
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/341629
* libgo: update to Go1.16.5 releaseIan Lance Taylor2021-06-104-13/+46
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/326772
* libgo: update to Go1.16.3 releaseIan Lance Taylor2021-04-121-2/+5
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/309490
* libgo: update to Go 1.16.2 releaseIan Lance Taylor2021-03-155-32/+44
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/301459
* libgo: update to Go1.16 releaseIan Lance Taylor2021-02-192-4/+6
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/293793
* libgo: update to Go1.16rc1Ian Lance Taylor2021-01-299-16/+22
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/287493
* libgo: update to Go1.16beta1 releaseIan Lance Taylor2020-12-30102-429/+910
| | | | | | | | | | | | | 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
* libgo: update to Go 1.15.3 releaseIan Lance Taylor2020-10-271-0/+6
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/265717
* libgo: add 32-bit RISC-V (RV32) supportMaciej W. Rozycki2020-09-301-1/+2
| | | | | | | Add support for the 32-bit RISC-V (RV32) ISA matching the 64-bit RISC-V (RV64) port except for async preemption added as a stub only. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/251179
* libgo: update to Go1.15.2 releaseIan Lance Taylor2020-09-231-0/+132
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/256618
* libgo: update to go1.15rc1Ian Lance Taylor2020-08-0137-81/+376
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/245157
* libgo: update to almost the 1.14.2 releaseIan Lance Taylor2020-04-061-0/+7
| | | | | | | Update to edea4a79e8d7dea2456b688f492c8af33d381dc2 which is likely to be approximately the 1.14.2 release. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/227377
* libgo: update to final Go1.14 releaseIan Lance Taylor2020-02-263-11/+60
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/221158
* libgo: update to Go1.14rc1 releaseIan Lance Taylor2020-02-1512-55/+125
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/218017
* libgo: update to Go1.14beta1Ian Lance Taylor2020-01-21105-221/+3188
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/214297
* libgo: update to Go1.13Ian Lance Taylor2019-09-1238-147/+732
| | | | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/194698 From-SVN: r275691
* libgo: update to Go 1.13beta1 releaseIan Lance Taylor2019-09-06176-174/+4565
| | | | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/193497 From-SVN: r275473
* libgo: update to Go 1.12.2Ian Lance Taylor2019-04-081-0/+43
| | | | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/170706 From-SVN: r270214
* libgo: update to Go1.12beta2Ian Lance Taylor2019-01-1820-42/+249
| | | | | | | | | | | | | | | | | | Reviewed-on: https://go-review.googlesource.com/c/158019 gotools/: * Makefile.am (go_cmd_vet_files): Update for Go1.12beta2 release. (GOTOOLS_TEST_TIMEOUT): Increase to 600. (check-runtime): Export LD_LIBRARY_PATH before computing GOARCH and GOOS. (check-vet): Copy golang.org/x/tools into check-vet-dir. * Makefile.in: Regenerate. gcc/testsuite/: * go.go-torture/execute/names-1.go: Stop using debug/xcoff, which is no longer externally visible. From-SVN: r268084
* cmd/go: pass down testing gccgo in TestScriptIan Lance Taylor2018-09-251-2/+2
| | | | | | | | | | | | | | | | | | This permits TestScript to work when gccgo is not installed. Previous testing was using a previously installed gccgo, not the newly built one. This revealed that the testing of whether an internal package is permitted was incorrect for standard library packages, since the uninstalled gccgo can see internal packages in the uninstalled libgo. Fix the internal package tests. This permitted removing a couple of gccgo-specific changes in the testsuite. Reviewed-on: https://go-review.googlesource.com/137255 From-SVN: r264570
* libgo: update to Go 1.11Ian Lance Taylor2018-09-2499-0/+3770
Reviewed-on: https://go-review.googlesource.com/136435 gotools/: * Makefile.am (mostlyclean-local): Run chmod on check-go-dir to make sure it is writable. (check-go-tools): Likewise. (check-vet): Copy internal/objabi to check-vet-dir. * Makefile.in: Rebuild. From-SVN: r264546