aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/os/doc.go
AgeCommit message (Collapse)AuthorFilesLines
2017-01-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor1-139/+0
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
2016-07-22libgo: update to go1.7rc3Ian Lance Taylor1-3/+3
Reviewed-on: https://go-review.googlesource.com/25150 From-SVN: r238662
2016-02-18libgo: Update to final Go 1.6 release.Ian Lance Taylor1-1/+5
Reviewed-on: https://go-review.googlesource.com/19592 From-SVN: r233515
2014-07-19libgo: Update to Go 1.3 release.Ian Lance Taylor1-0/+3
From-SVN: r212837
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor1-1/+7
From-SVN: r204466
2013-07-16libgo: Update to Go 1.1.1.Ian Lance Taylor1-0/+2
From-SVN: r200974
2012-11-21libgo: Update to current version of master library.Ian Lance Taylor1-1/+1
From-SVN: r193688
2012-03-06libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor1-0/+72
From-SVN: r185010
2012-01-25libgo: Update to weekly.2012-01-20.Ian Lance Taylor1-0/+52
From-SVN: r183540