2015-08-28 09:43:25 -06:00
|
|
|
Tools:
|
|
|
|
|
2015-11-04 10:41:04 -07:00
|
|
|
cmd/dist: use clang on FreeBSD (https://golang.org/cl/16635)
|
2015-12-10 11:09:55 -07:00
|
|
|
cmd/doc: search packages in breadth-first order (https://golang.org/cl/17691)
|
2015-08-28 09:43:25 -06:00
|
|
|
cmd/go: vendoring enabled by default (https://golang.org/cl/13967/)
|
2015-09-23 15:23:01 -06:00
|
|
|
cmd/go: flags for tests must precede package name if present; also makes it easier to pass flags to test binaries (https://golang.org/cl/14826)
|
2015-10-21 14:41:30 -06:00
|
|
|
cmd/go: add -msan option (https://golang.org/cl/16169)
|
|
|
|
cmd/compile: add -msan option (https://golang.org/cl/16160)
|
|
|
|
cmd/link: add -msan option (https://golang.org/cl/16161)
|
2015-11-25 16:08:00 -07:00
|
|
|
cmd/cgo: fix C.complexfloat and C.complexdouble and treat as separate types from complex64 and complex128 (https://golang.org/cl/17208)
|
2015-12-03 14:20:49 -07:00
|
|
|
cmd/cgo: new pointer passing rules defined and enforced (https://golang.org/issue/12416)
|
2015-08-28 09:43:25 -06:00
|
|
|
|
2015-08-27 22:51:13 -06:00
|
|
|
Ports:
|
|
|
|
|
2015-11-11 22:08:09 -07:00
|
|
|
Add new experimental ports for linux/mips64 and linux/mips64le: no cgo, external linking or disasm yet (https://golang.org/cl/14460 and others)
|
2015-08-27 22:51:13 -06:00
|
|
|
NaCl is no longer restricted to pepper_41 (https://golang.org/cl/13958/)
|
|
|
|
|
2015-10-26 04:21:21 -06:00
|
|
|
Reflect change:
|
|
|
|
cmd/compile/internal/gc: make embedded unexported structs RO (https://golang.org/cl/14085)
|
|
|
|
encoding/json: check for exported fields in embedded structs (https://golang.org/cl/14011)
|
|
|
|
encoding/xml: check for exported fields in embedded structs (https://golang.org/cl/14012)
|
|
|
|
reflect: adjust access to unexported embedded structs (https://golang.org/cl/14010)
|
|
|
|
|
2015-08-27 22:51:13 -06:00
|
|
|
API additions and behavior changes:
|
|
|
|
|
2015-09-18 12:58:35 -06:00
|
|
|
bufio: add Scanner.Buffer (https://golang.org/cl/14599/)
|
2015-09-25 15:56:30 -06:00
|
|
|
bufio: add ErrFinalToken as a sentinel value for Scan's split functions (https://golang.org/cl/14924)
|
2015-10-29 20:20:29 -06:00
|
|
|
crypto/aes: dedicated asm version of AES-GCM (https://golang.org/cl/10484)
|
2015-09-10 14:53:42 -06:00
|
|
|
fmt: allow any integer type as an argument to the * operator (https://golang.org/cl/14491/)
|
2015-11-23 14:12:36 -07:00
|
|
|
fmt: in Scanf, newlines must match even at end of string (https://golang.org/cl/16165/)
|
2015-10-29 20:20:29 -06:00
|
|
|
image: add NYCbCrA types (https://golang.org/cl/15671)
|
2015-09-16 11:55:25 -06:00
|
|
|
math/rand: add Read (https://golang.org/cl/14522)
|
2015-10-29 20:20:29 -06:00
|
|
|
net/http: HTTP/2.0 support (many CLs)
|
2015-10-10 05:35:13 -06:00
|
|
|
net/url: make *url.Error implement net.Error (https://golang.org/cl/15672)
|
2015-12-05 23:14:50 -07:00
|
|
|
path/filepath: Join("c:", "a") now returns `c:a` instead of `c:\a` on windows (https://golang.org/cl/17470)
|
2015-10-30 09:08:25 -06:00
|
|
|
runtime: only one goroutine in traceback (https://golang.org/cl/16512) maybe
|
2015-12-08 20:20:36 -07:00
|
|
|
runtime: best-effort detection of concurrent misuse of maps (https://golang.org/cl/17501)
|
2015-09-08 23:28:50 -06:00
|
|
|
strconv: QuoteToGraphic (https://golang.org/cl/14184/)
|
2015-08-27 22:51:13 -06:00
|
|
|
text/template: ExecError (https://golang.org/cl/13957/)
|
2015-09-09 11:54:33 -06:00
|
|
|
text/template: trimming spaces (https://golang.org/cl/14391/)
|
2015-09-15 10:12:31 -06:00
|
|
|
text/template: Funcs check names (https://golang.org/cl/14562/)
|
2015-09-18 12:58:35 -06:00
|
|
|
text/template: IsTrue (https://golang.org/cl/14562/)
|
2015-09-28 16:43:07 -06:00
|
|
|
text/template: blocks and permit redefinition (https://golang.org/cl/14005)
|
2015-09-15 10:12:31 -06:00
|
|
|
time: allow one and two-digit days of the month during Parse (https://golang.org/cl/14123/)
|