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.1: mention (*testing.B).ReportAllocs()
Shenghou Ma
2013-03-31
1
-3
/
+6
*
doc: fix typo in effective_go.html
Elias Naur
2013-03-29
1
-1
/
+1
*
cmd/godoc: cleanups
Robert Griesemer
2013-03-28
1
-1
/
+1
*
faq: update with some links and 1.1-specific details
Rob Pike
2013-03-27
1
-15
/
+34
*
doc: fix go1.1.html typos
Jonathan Rudenberg
2013-03-27
1
-5
/
+5
*
doc: consistent path names in example
Dave Cheney
2013-03-27
1
-1
/
+1
*
doc/go1.1.html: net/mail, net/smtp
Rob Pike
2013-03-26
1
-4
/
+11
*
doc/go1.1.html: describe Zone and other net changes
Rob Pike
2013-03-26
1
-7
/
+65
*
doc: fix typo in go 1.1 doc
Andrew Gerrand
2013-03-26
1
-1
/
+1
*
doc/articles: update reference to obsolete "package documentation".
David Symonds
2013-03-26
1
-4
/
+3
*
doc/go1.1.html: introduction
Rob Pike
2013-03-25
1
-9
/
+41
*
doc: add summary of net/http additions to Go 1.1
Brad Fitzpatrick
2013-03-25
1
-4
/
+19
*
doc: add DialOpt and friends to go1.1.html
Brad Fitzpatrick
2013-03-25
1
-1
/
+14
*
doc/go1.1.html: performance
Rob Pike
2013-03-23
1
-6
/
+21
*
doc/go1.1.html: fix broken links
Robert Griesemer
2013-03-22
1
-7
/
+7
*
doc/go1.1.html: blockprofile, method values, ListenUnixgram, etc.
Rob Pike
2013-03-22
1
-16
/
+75
*
spec: remove most ?links for the now more common in-text links
Robert Griesemer
2013-03-22
1
-41
/
+42
*
doc/go1.1.html: return requirements
Rob Pike
2013-03-22
1
-2
/
+31
*
spec: add example showing missing return statement
Rob Pike
2013-03-22
1
-1
/
+12
*
go1.1.html: bufio.Scanner and reflect; more about surrogates
Rob Pike
2013-03-21
1
-5
/
+88
*
debug/elf: restore Go 1.0 semantics for (*File).Symbols
Russ Cox
2013-03-21
1
-22
/
+0
*
doc/go1.1.html: more TODOs done
Rob Pike
2013-03-21
1
-25
/
+90
*
spec: fix description of initialization
Rob Pike
2013-03-20
1
-7
/
+11
*
spec: define method values
Russ Cox
2013-03-20
1
-4
/
+118
*
doc/go1.1.html: add links to the text, write some new sections
Rob Pike
2013-03-19
1
-48
/
+156
*
doc/go1.1.html: document the surrogate and BOM changes
Rob Pike
2013-03-18
1
-6
/
+53
*
doc/go1.1.html: document some of the library changes.
Rob Pike
2013-03-18
1
-10
/
+255
*
spec: remove special int rule for shifts
Robert Griesemer
2013-03-15
1
-5
/
+5
*
doc: explain why cmd/go uses https for repositories and how to work around it
Herbert Georg Fischer
2013-03-15
1
-0
/
+32
*
doc/go_faq.html: add entry about pointer to interface
Rob Pike
2013-03-15
1
-0
/
+51
*
doc: clarify that gccgo is a GCC front-end
Mike Rosset
2013-03-12
1
-1
/
+1
*
spec: rewrite the description of panic and recover.
Rob Pike
2013-03-12
1
-16
/
+35
*
effective_go.html: fix semaphore example
Rob Pike
2013-03-12
1
-8
/
+46
*
spec: typed indices must be of integer type
Robert Griesemer
2013-03-11
1
-2
/
+3
*
spec: result type of a comparison is always untyped bool
Robert Griesemer
2013-03-11
1
-12
/
+9
*
doc/contribute: add instructions to fix codereview on windows
Rick Arnold
2013-03-11
1
-0
/
+7
*
effective_go.html: add a section on type assertions
Rob Pike
2013-03-08
1
-6
/
+88
*
effective_go.html: move and rework the blank identifier section
Rob Pike
2013-03-08
6
-182
/
+238
*
spec: clarify unsafe.Offsetof
Robert Griesemer
2013-03-07
1
-3
/
+5
*
doc/effective_go.html: unify and expand the discussion of Sprintf and String
Rob Pike
2013-03-06
1
-13
/
+46
*
effective_go.html: round 3 of minor edits.
Rob Pike
2013-03-06
1
-35
/
+61
*
doc/effective_go.html: update slices and maps.
Rob Pike
2013-03-05
1
-16
/
+88
*
spec: terminating statements for functions
Robert Griesemer
2013-03-04
1
-17
/
+105
*
spec: cyclic imports are illegal
Robert Griesemer
2013-03-04
1
-2
/
+3
*
doc/go1.1.html: fix typo in URL
Rob Pike
2013-03-03
1
-2
/
+2
*
doc/go1.1.html: document the moving of exp/... and old/....
Rob Pike
2013-03-02
1
-1
/
+23
*
spec: fallthrough may not appear in last clause of a switch
Robert Griesemer
2013-03-01
1
-7
/
+8
*
doc/effective_go.html: minor updates, part 1
Rob Pike
2013-02-28
1
-32
/
+82
*
doc: fix root.html styles
Andrew Gerrand
2013-03-01
2
-3
/
+5
*
doc/articles/image_package.html: fix x/y mistake
Rob Pike
2013-02-28
1
-1
/
+1
[next]