summaryrefslogtreecommitdiff
path: root/libgo/go/syscall/getdirentries_test.go
Commit message (Collapse)AuthorAgeFilesLines
* libgo: update to Go1.18beta2Ian Lance Taylor2022-02-111-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
* libgo: update to Go1.17rc2Ian Lance Taylor2021-08-121-5/+2
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/341629
* libgo: update to Go1.16beta1 releaseIan Lance Taylor2020-12-301-3/+2
| | | | | | | | | | | | | 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 Go1.14beta1Ian Lance Taylor2020-01-211-1/+5
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/214297
* libgo: update to Go 1.13beta1 releaseIan Lance Taylor2019-09-061-0/+85
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/193497 From-SVN: r275473