aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/compress/flate/deflatefast.go
AgeCommit message (Collapse)AuthorFilesLines
2020-11-10libgo: update to Go 1.15.4 releaseIan Lance Taylor1-3/+8
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/268177
2020-08-01libgo: update to go1.15rc1Ian Lance Taylor1-15/+34
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/245157
2017-01-23libgo: update to go1.8rc2Ian Lance Taylor1-2/+17
Fix a bug in the generation of the hash value in reflect.FuncOf. The merge script missed a bunch of testdata files over the years. Copy them over. Reviewed-on: https://go-review.googlesource.com/35570 From-SVN: r244835
2017-01-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor1-45/+141
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-0/+174
Reviewed-on: https://go-review.googlesource.com/25150 From-SVN: r238662