index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
go1.4.txt
Age
Commit message (
Expand
)
Author
2014-10-27
doc/go1.4.html: first pieces of release notes
Rob Pike
2014-10-24
doc/go1.4.txt: unsafe is outside go1 compatibility guarantees
Rob Pike
2014-10-24
doc/go1.4: encoding/csv
Russ Cox
2014-10-20
doc/go1.4.txt: add compress/* Reset note
Brad Fitzpatrick
2014-10-19
doc/go1.4.txt: flags can now be set at most once
Rob Pike
2014-10-12
go1.4: add note about change to bufio.SplitFunc at EOF
Ian Lance Taylor
2014-10-06
doc/go1.4.txt: useless change to tickle builders
Brad Fitzpatrick
2014-10-06
doc/go1.4.txt: GOOS suffixes require underscores to act as build tags
Rob Pike
2014-10-04
doc/go1.4: document memory consumption reduction
Dmitriy Vyukov
2014-10-03
doc/go1.4.txt: fmt: document printing of &map rather than just pointer
Rob Pike
2014-10-03
doc/go1.4: mention that we are going to need a new version of SWIG
Ian Lance Taylor
2014-09-26
doc/go1.4: go test builds + links all test files (CL 150980043)
Russ Cox
2014-09-26
doc/go1.4: add some cmd/go changes
Russ Cox
2014-09-24
doc/go1.4.txt: document that C sources in non-cgo packages are no longer allowed
Russ Cox
2014-09-22
doc/go1.4.txt: text/template comparison functions allow int==uint
Rob Pike
2014-09-19
cmd/go, testing: add TestMain support
Russ Cox
2014-09-17
doc/go1.4.txt: add tinyallocs change
Russ Cox
2014-09-17
doc/go1.4.txt: reduced stack size
Rob Pike
2014-09-16
doc/go1.4.txt: add sync/atomic.Value
Rob Pike
2014-09-16
doc/go1.4.txt: reflect.Type.Comparable
Rob Pike
2014-09-07
doc/go1.4.txt: src/pkg directory is gone.
Rob Pike
2014-09-07
doc: add a few http items to go1.4.txt
Brad Fitzpatrick
2014-08-24
doc/go1.4.txt: go generate
Rob Pike
2014-08-18
doc/go1.4: mention pc-relative addressing on amd64
Russ Cox
2014-08-13
doc/go1.4.txt: cmd/go changes, syscall
Rob Pike
2014-08-08
doc/go1.4.txt: go.sys subrepo created
Rob Pike
2014-08-07
doc: add note about crypto/tls cert selection callback.
Adam Langley
2014-08-07
doc/go1.4.txt: add support for ALPN
Mikio Hara
2014-08-07
doc/go1.4.txt: implement monotonic clocks on windows
Alex Brainman
2014-08-05
doc/go1.4.txt: document ASN.1 behaviour change.
Adam Langley
2014-07-23
doc/go1.4.txt: windows can do symlinks now
Alex Brainman
2014-07-22
testing: add Coverage function
Russ Cox
2014-07-14
doc/go1.4.txt: permit for range x
Rob Pike
2014-07-01
doc/go1.4.txt: delete editor and shell support
Rob Pike
2014-06-30
doc/go1.4.txt: encoding/gob is now safe
Rob Pike
2014-06-24
doc/go1.4.txt: text/scanner: IsIdentRune
Rob Pike
2014-06-24
doc/go1.4: add note about Set{uid,gid} change
Dave Cheney
2014-06-21
doc: say that race detector is supported on freebsd
Dmitriy Vyukov
2014-06-12
time: micro symbol for microseconds
Rob Pike
2014-06-12
doc: add go1.4.txt
Russ Cox