2016-01-28 20:50:03 -07:00
|
|
|
Tools:
|
|
|
|
|
2016-02-24 10:34:56 -07:00
|
|
|
cmd/dist: add list subcommand to list all supported platforms (CL 19837)
|
2016-01-28 20:51:50 -07:00
|
|
|
cmd/go: GO15VENDOREXPERIMENT gone, assumed on (CL 19615)
|
|
|
|
cmd/link: "-X name value" form gone (CL 19614)
|
2016-02-26 18:22:53 -07:00
|
|
|
cmd/compile: smaller binaries (many CLs)
|
|
|
|
cmd/go, go/build: add support for Fortran (CL 19670, CL 4114)
|
|
|
|
cmd/dist: introduce list subcommand to list all supported platforms (CL 19837)
|
2016-01-28 20:50:03 -07:00
|
|
|
|
|
|
|
Ports:
|
|
|
|
|
2016-02-26 18:22:53 -07:00
|
|
|
We now require OpenBSD 5.6+ (CL 18219, crypto/rand using getentropy)
|
|
|
|
plan9/arm support? Start at least.
|
2016-01-28 20:50:03 -07:00
|
|
|
|
|
|
|
API additions and behavior changes:
|
|
|
|
|
2016-02-25 12:43:45 -07:00
|
|
|
runtime: add CallerFrames and Frames (CL 19869)
|
2016-02-26 18:22:53 -07:00
|
|
|
testing/quick: now generates nil values (CL 16470)
|
|
|
|
net/url: support query string without values (CL 19931)
|
|
|
|
net/textproto: permit all valid token chars in CanonicalMIMEHeaderKey input (CL 18725)
|
2016-03-09 16:25:11 -07:00
|
|
|
go/doc: add Unordered boolean to Example struct (CL 19280)
|