2015-01-18 16:00:10 -08:00
|
|
|
Overall:
|
|
|
|
|
|
|
|
|
|
build: Go 1.4 required to build (https://golang.org/cl/2470, https://golang.org/cl/2993)
|
|
|
|
|
|
2015-01-02 14:35:55 -08:00
|
|
|
API additions and behavior changes:
|
|
|
|
|
|
2015-01-06 22:40:22 -08:00
|
|
|
bufio: add Reader.Discard (https://golang.org/cl/2260)
|
2014-12-26 16:00:49 -05:00
|
|
|
crypto/cipher: clarify what will happen if len(src) != len(dst) for the Stream interface. (https://golang.org/cl/1754)
|
2015-01-18 16:00:10 -08:00
|
|
|
crypto/elliptic: add Name field to CurveParams struct (https://golang.org/cl/2133)
|
2014-12-19 13:47:12 +11:00
|
|
|
crypto/tls: change default minimum version to TLS 1.0. (https://golang.org/cl/1791)
|
2014-12-22 09:32:34 -08:00
|
|
|
encoding/base64: add unpadded encodings (https://golang.org/cl/1511)
|
2015-01-13 10:07:54 +11:00
|
|
|
log: add global Output function (https://golang.org/cl/2686)
|
2014-12-30 10:01:49 -08:00
|
|
|
net/http: support for setting trailers from a server Handler (https://golang.org/cl/2157)
|
2014-12-28 13:37:44 -08:00
|
|
|
net/smtp: add TLSConnectionState accessor (https://golang.org/cl/2151)
|
2015-01-18 16:00:10 -08:00
|
|
|
runtime, syscall: use SYSCALL instruction on FreeBSD (Go 1.5 now requires FreeBSD 8-STABLE+) (https://golang.org/cl/3020)
|
|
|
|
|
strings: add Compare(x, y string) int, for symmetry with bytes.Compare (https://golang.org/cl/2828)
|
2015-01-02 14:35:55 -08:00
|
|
|
|
2015-01-13 10:16:30 +11:00
|
|
|
Tools:
|
|
|
|
|
|
|
|
|
|
cmd/vet: better validation of struct tags (https://golang.org/cl/2685)
|
2015-01-02 14:35:55 -08:00
|
|
|
|
|
|
|
|
Performance:
|
|
|
|
|
|
2015-01-18 16:00:10 -08:00
|
|
|
cmd/gc: optimize memclr of slices and arrays (https://golang.org/cl/2520)
|
|
|
|
|
sort: number of Sort performance optimizations (https://golang.org/cl/2100, https://golang.org/cl/2614, ...)
|
2015-01-02 14:35:55 -08:00
|
|
|
strconv: optimize decimal to string conversion (https://golang.org/cl/2105)
|
2015-01-08 13:09:22 -08:00
|
|
|
math/big: faster assembly kernels for amd64 and 386 (https://golang.org/cl/2503, https://golang.org/cl/2560)
|
|
|
|
|
math/big: faster "pure Go" kernels for platforms w/o assembly kernels (https://golang.org/cl/2480)
|