aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/net/file.go
AgeCommit message (Collapse)AuthorFilesLines
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor1-1/+1
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/214297
2018-09-24libgo: update to Go 1.11Ian Lance Taylor1-1/+1
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
2017-01-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor1-0/+3
Compiler changes: * Change map assignment to use mapassign and assign value directly. * Change string iteration to use decoderune, faster for ASCII strings. * Change makeslice to take int, and use makeslice64 for larger values. * Add new noverflow field to hmap struct used for maps. Unresolved problems, to be fixed later: * Commented out test in go/types/sizes_test.go that doesn't compile. * Commented out reflect.TestStructOf test for padding after zero-sized field. Reviewed-on: https://go-review.googlesource.com/35231 gotools/: Updates for Go 1.8rc1. * Makefile.am (go_cmd_go_files): Add bug.go. (s-zdefaultcc): Write defaultPkgConfig. * Makefile.in: Rebuild. From-SVN: r244456
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor1-0/+48
It is not needed due to the removal of the ctx field. Reviewed-on: https://go-review.googlesource.com/16525 From-SVN: r229616
2012-10-23libgo: Update to current sources.Ian Lance Taylor1-132/+0
From-SVN: r192704
2012-10-03libgo: Update to Go 1.0.3.Ian Lance Taylor1-8/+14
From-SVN: r192025
2012-06-25libgo: Update to Go 1.0.2 release.Ian Lance Taylor1-2/+2
From-SVN: r188943
2012-03-02libgo: Update to weekly.2012-02-22 release.Ian Lance Taylor1-4/+4
From-SVN: r184819
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor1-1/+1
From-SVN: r184798
2012-02-09libgo: Update to weekly.2012-02-07.Ian Lance Taylor1-10/+11
From-SVN: r184034
2012-01-13libgo: Update to weekly.2011-12-22.Ian Lance Taylor1-1/+1
From-SVN: r183150
2011-12-12libgo: Update to weekly.2011-11-18.Ian Lance Taylor1-2/+2
From-SVN: r182266
2011-12-03libgo: Update to weekly.2011-11-02.Ian Lance Taylor1-4/+4
From-SVN: r181964
2011-10-26Update Go library to last weekly.Ian Lance Taylor1-1/+7
From-SVN: r180552
2011-03-30Update to current Go library.Ian Lance Taylor1-0/+119
From-SVN: r171732