index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc/go1.4.txt: text/template comparison functions allow int==uint
Rob Pike
2014-09-22
1
-0
/
+1
*
spec: add dropped comma
Rob Pike
2014-09-19
1
-1
/
+1
*
spec: clarify panic behavior when deferring nil functions
Robert Griesemer
2014-09-19
1
-4
/
+7
*
cmd/go, testing: add TestMain support
Russ Cox
2014-09-19
1
-0
/
+1
*
doc/go1.4.txt: add tinyallocs change
Russ Cox
2014-09-17
1
-0
/
+1
*
doc/go1.4.txt: reduced stack size
Rob Pike
2014-09-17
1
-0
/
+1
*
doc/go1.4.txt: add sync/atomic.Value
Rob Pike
2014-09-16
1
-1
/
+2
*
doc/go1.4.txt: reflect.Type.Comparable
Rob Pike
2014-09-16
1
-0
/
+1
*
doc: link directly to https://golang.org/dl/
Matthew Dempsky
2014-09-12
2
-9
/
+7
*
doc: amend installation instructions
Andrew Gerrand
2014-09-09
1
-10
/
+3
*
doc/go1.4.txt: src/pkg directory is gone.
Rob Pike
2014-09-07
1
-0
/
+2
*
build: adjustments for move from src/pkg to src
Russ Cox
2014-09-08
7
-51
/
+51
*
doc: add a few http items to go1.4.txt
Brad Fitzpatrick
2014-09-07
1
-0
/
+3
*
spec: Add link to rune literals from string literals when talking about escap...
Robin Eklind
2014-09-03
1
-1
/
+1
*
spec: Fix indentation and remove trailing white space characters.
Robin Eklind
2014-08-30
1
-9
/
+9
*
spec: move Method expr/value section near selectors
Robert Griesemer
2014-08-28
1
-227
/
+228
*
doc/cmd.html: close a tag.
Oling Cat
2014-08-26
1
-1
/
+1
*
doc/go1.4.txt: go generate
Rob Pike
2014-08-24
1
-0
/
+1
*
doc/go1.4: mention pc-relative addressing on amd64
Russ Cox
2014-08-18
1
-0
/
+1
*
doc: make it point to correct go1.3.1 change history
Mikio Hara
2014-08-15
1
-1
/
+1
*
doc/go1.4.txt: cmd/go changes, syscall
Rob Pike
2014-08-13
1
-0
/
+5
*
doc: remove the "the" in "the the" in the release notes
Andrew Gerrand
2014-08-13
1
-1
/
+1
*
all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCH
Rob Pike
2014-08-12
1
-1
/
+1
*
doc/compat1.html: link to go.sys
Rob Pike
2014-08-12
1
-1
/
+2
*
syscall: freeze the package
Rob Pike
2014-08-12
1
-0
/
+14
*
doc: document go1.3.1
Andrew Gerrand
2014-08-13
1
-0
/
+7
*
doc/go1.4.txt: go.sys subrepo created
Rob Pike
2014-08-08
1
-0
/
+2
*
doc: add note about crypto/tls cert selection callback.
Adam Langley
2014-08-07
1
-0
/
+1
*
doc: document new ParseMultipartForm behavior
Andrew Gerrand
2014-08-07
1
-0
/
+9
*
doc/go1.4.txt: add support for ALPN
Mikio Hara
2014-08-07
1
-0
/
+1
*
doc/go1.4.txt: implement monotonic clocks on windows
Alex Brainman
2014-08-07
1
-0
/
+1
*
doc/go1.4.txt: document ASN.1 behaviour change.
Adam Langley
2014-08-05
1
-0
/
+1
*
spec: comma-ok expressions return untyped boolean 2nd result
Robert Griesemer
2014-08-05
1
-15
/
+10
*
doc: drop scheme from links that are known to support HTTPS
Andrew Gerrand
2014-07-25
20
-124
/
+124
*
doc/go1.4.txt: windows can do symlinks now
Alex Brainman
2014-07-23
1
-0
/
+1
*
testing: add Coverage function
Russ Cox
2014-07-22
1
-0
/
+1
*
doc/go1.4.txt: permit for range x
Rob Pike
2014-07-14
1
-0
/
+2
*
spec: permit "for range x" (no index variables)
Robert Griesemer
2014-07-14
1
-15
/
+19
*
docs: Make consistent use of optional li closing tags.
Robin Eklind
2014-07-09
1
-2
/
+2
*
doc/contribute.html: capitalize the first letter
Tetsuo Kiso
2014-07-07
1
-1
/
+1
*
doc/contribute: reorder documented steps to match normal workflow.
Bill Thiede
2014-07-03
1
-84
/
+84
*
doc/go1.4.txt: delete editor and shell support
Rob Pike
2014-07-01
1
-0
/
+1
*
doc/go1.4.txt: encoding/gob is now safe
Rob Pike
2014-06-30
1
-0
/
+1
*
all: remove 'extern register M *m' from runtime
Russ Cox
2014-06-26
1
-12
/
+12
*
spec: receiver declaration is just a parameter declaration
Robert Griesemer
2014-06-24
1
-5
/
+6
*
doc/go1.4.txt: text/scanner: IsIdentRune
Rob Pike
2014-06-24
1
-0
/
+1
*
doc/go1.4: add note about Set{uid,gid} change
Dave Cheney
2014-06-24
1
-0
/
+1
*
doc: say that race detector is supported on freebsd
Dmitriy Vyukov
2014-06-21
1
-0
/
+1
*
doc: say that race detector is supported on freebsd
Dmitriy Vyukov
2014-06-21
1
-1
/
+2
*
doc: document Go 1.3
Andrew Gerrand
2014-06-19
1
-0
/
+7
[next]