2015-08-28 09:43:25 -06:00
|
|
|
Tools:
|
|
|
|
|
|
|
|
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-08-28 09:43:25 -06:00
|
|
|
|
2015-08-27 22:51:13 -06:00
|
|
|
Ports:
|
|
|
|
|
|
|
|
NaCl is no longer restricted to pepper_41 (https://golang.org/cl/13958/)
|
|
|
|
|
|
|
|
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-09-10 14:53:42 -06:00
|
|
|
fmt: allow any integer type as an argument to the * operator (https://golang.org/cl/14491/)
|
2015-09-16 11:55:25 -06:00
|
|
|
math/rand: add Read (https://golang.org/cl/14522)
|
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-15 10:12:31 -06:00
|
|
|
time: allow one and two-digit days of the month during Parse (https://golang.org/cl/14123/)
|