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: document that weekly.html is only a historical reference
Andrew Gerrand
2013-02-26
1
-11
/
+2
*
doc: fix wiki codelab description of template parsing
Andrew Gerrand
2013-02-26
1
-4
/
+5
*
doc: mention go fix in go1.1 release notes draft
Russ Cox
2013-02-21
1
-0
/
+8
*
doc: fix old broken link
Brad Fitzpatrick
2013-02-19
1
-1
/
+1
*
doc/gccgo_contribute: mention gofrontend-dev@googlegroups.com mailing list
Shenghou Ma
2013-02-19
1
-3
/
+5
*
spec: clarify when range x does not evaluate x
Russ Cox
2013-02-15
1
-5
/
+11
*
doc/contribute: fix some tags, remove extra space.
Oling Cat
2013-02-15
1
-5
/
+6
*
doc: adjust indentation in Effective Go commentary example.
David Symonds
2013-02-13
1
-3
/
+2
*
spec: only require parens around ambiguous conversions
Russ Cox
2013-02-11
1
-10
/
+8
*
spec: document fp rounding during explicit constant conversion
Russ Cox
2013-02-11
1
-0
/
+9
*
spec: reject top-level init names
Russ Cox
2013-02-11
1
-3
/
+5
*
doc: update contribute.html
Dave Cheney
2013-02-10
1
-29
/
+111
*
doc: move os specific build instructions to wiki
Dave Cheney
2013-02-10
1
-27
/
+4
*
doc: link to wiki Projects page instead of old Project Dashboard.
Greg Ward
2013-02-11
4
-7
/
+6
*
spec: clarify that any unsafe.Pointer type is okay in conversion
Russ Cox
2013-02-09
1
-2
/
+11
*
spec: clarify that f(g()) requires that g return >= 1 value
Russ Cox
2013-02-09
1
-3
/
+4
*
doc/articles/error_handling: no more os.Error
Shenghou Ma
2013-02-06
1
-1
/
+1
*
doc/codewalk: gofmt pig.go
Russ Cox
2013-01-31
1
-1
/
+1
*
doc/go1.1.html: document division by zero change from CL 6710045
Russ Cox
2013-01-30
1
-0
/
+17
*
doc: add mention of the Go+ community
Andrew Gerrand
2013-01-25
2
-3
/
+12
*
doc/go_spec: remove extra space, align tags, and change a tab to a space.
Oling Cat
2013-01-24
2
-34
/
+34
*
doc/articles/race_detector: fix some format.
Oling Cat
2013-01-23
1
-22
/
+38
*
doc/effective_go.html: add a section about the blank identifier
Russ Cox
2013-01-22
3
-0
/
+178
*
doc/go_spec: cap doesn't apply to maps
Shenghou Ma
2013-01-22
1
-2
/
+3
*
doc: fix effective_go: s/byte array/byte slice/.
Nigel Tao
2013-01-19
1
-13
/
+13
*
spec: clarify lhs syntax for range and select
Robert Griesemer
2013-01-18
1
-3
/
+3
*
doc/contribute.html: mention hg mail during hg change discussion
Russ Cox
2013-01-18
1
-0
/
+5
*
html/template: remove noescape support
Andrew Gerrand
2013-01-18
1
-0
/
+7
*
doc/go_spec.html: clarification about insertion during map iteration
Shenghou Ma
2013-01-17
1
-6
/
+7
*
doc/articles/json_and_go: fix some format.
Oling Cat
2013-01-17
1
-8
/
+9
*
doc: fix various fragment links
Andrew Gerrand
2013-01-15
5
-8
/
+8
*
doc/contribute: Link to IssueTracker docs for more "special sentences"
Matthew Dempsky
2013-01-10
1
-0
/
+2
*
cmd/go: remove $GOROOT as a go get target
Dave Cheney
2013-01-10
1
-8
/
+25
*
spec: clarify short variable declaration corner cases
Robert Griesemer
2013-01-09
1
-2
/
+3
*
doc: Mention godoc's handling of example functions.
Matthew Dempsky
2013-01-09
1
-0
/
+6
*
doc/articles/go_command: remove an extra word.
Oling Cat
2013-01-08
1
-1
/
+1
*
spec: s/char_lit/rune_lit/
Robert Griesemer
2013-01-07
1
-3
/
+3
*
doc: two minor edits to contribute.html
Caleb Spare
2013-01-06
1
-2
/
+2
*
spec: Use "non-negative" instead of "positive"
Matthew Dempsky
2013-01-06
1
-2
/
+2
*
doc: Updated links for sub-repository documentation.
Robin Eklind
2013-01-07
1
-5
/
+5
*
cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsing
Russ Cox
2013-01-06
1
-0
/
+12
*
cmd/ld: use native-endian symbol values in symbol table
Russ Cox
2013-01-04
1
-0
/
+9
*
spec: clarify language about unary operator &
Robert Griesemer
2013-01-02
1
-1
/
+3
*
doc: add race detector manual
Dmitriy Vyukov
2013-01-02
3
-0
/
+360
*
doc: update standard copyright header
Andrew Gerrand
2013-01-02
1
-1
/
+1
*
doc: fix id attributes in links to godoc
P?ter Sur?nyi
2012-12-29
2
-3
/
+3
*
doc/articles/wiki/test.bash: suppress unnecessary output
Shenghou Ma
2012-12-24
1
-1
/
+2
*
cmd/gc: make forward declaration in pure Go package an error
Russ Cox
2012-12-22
1
-1
/
+5
*
cgo: enable cgo on openbsd
Joel Sing
2012-12-21
1
-0
/
+4
*
runtime: use clock_gettime to get ns resolution for time.now & runtime.nanotime
Shenghou Ma
2012-12-18
1
-4
/
+4
[next]