aboutsummaryrefslogtreecommitdiff
path: root/doc/go1.4.txt
AgeCommit message (Expand)Author
2014-10-27doc/go1.4.html: first pieces of release notesRob Pike
2014-10-24doc/go1.4.txt: unsafe is outside go1 compatibility guaranteesRob Pike
2014-10-24doc/go1.4: encoding/csvRuss Cox
2014-10-20doc/go1.4.txt: add compress/* Reset noteBrad Fitzpatrick
2014-10-19doc/go1.4.txt: flags can now be set at most onceRob Pike
2014-10-12go1.4: add note about change to bufio.SplitFunc at EOFIan Lance Taylor
2014-10-06doc/go1.4.txt: useless change to tickle buildersBrad Fitzpatrick
2014-10-06doc/go1.4.txt: GOOS suffixes require underscores to act as build tagsRob Pike
2014-10-04doc/go1.4: document memory consumption reductionDmitriy Vyukov
2014-10-03doc/go1.4.txt: fmt: document printing of &map rather than just pointerRob Pike
2014-10-03doc/go1.4: mention that we are going to need a new version of SWIGIan Lance Taylor
2014-09-26doc/go1.4: go test builds + links all test files (CL 150980043)Russ Cox
2014-09-26doc/go1.4: add some cmd/go changesRuss Cox
2014-09-24doc/go1.4.txt: document that C sources in non-cgo packages are no longer allowedRuss Cox
2014-09-22doc/go1.4.txt: text/template comparison functions allow int==uintRob Pike
2014-09-19cmd/go, testing: add TestMain supportRuss Cox
2014-09-17doc/go1.4.txt: add tinyallocs changeRuss Cox
2014-09-17doc/go1.4.txt: reduced stack sizeRob Pike
2014-09-16doc/go1.4.txt: add sync/atomic.ValueRob Pike
2014-09-16doc/go1.4.txt: reflect.Type.ComparableRob Pike
2014-09-07doc/go1.4.txt: src/pkg directory is gone.Rob Pike
2014-09-07doc: add a few http items to go1.4.txtBrad Fitzpatrick
2014-08-24doc/go1.4.txt: go generateRob Pike
2014-08-18doc/go1.4: mention pc-relative addressing on amd64Russ Cox
2014-08-13doc/go1.4.txt: cmd/go changes, syscallRob Pike
2014-08-08doc/go1.4.txt: go.sys subrepo createdRob Pike
2014-08-07doc: add note about crypto/tls cert selection callback.Adam Langley
2014-08-07doc/go1.4.txt: add support for ALPNMikio Hara
2014-08-07doc/go1.4.txt: implement monotonic clocks on windowsAlex Brainman
2014-08-05doc/go1.4.txt: document ASN.1 behaviour change.Adam Langley
2014-07-23doc/go1.4.txt: windows can do symlinks nowAlex Brainman
2014-07-22testing: add Coverage functionRuss Cox
2014-07-14doc/go1.4.txt: permit for range xRob Pike
2014-07-01doc/go1.4.txt: delete editor and shell supportRob Pike
2014-06-30doc/go1.4.txt: encoding/gob is now safeRob Pike
2014-06-24doc/go1.4.txt: text/scanner: IsIdentRuneRob Pike
2014-06-24doc/go1.4: add note about Set{uid,gid} changeDave Cheney
2014-06-21doc: say that race detector is supported on freebsdDmitriy Vyukov
2014-06-12time: micro symbol for microsecondsRob Pike
2014-06-12doc: add go1.4.txtRuss Cox