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
Age
Commit message (
Expand
)
Author
2014-05-20
spec: specify order of init() calls
go1.3beta2
Robert Griesemer
2014-05-20
spec: clarify section on package initialization
Robert Griesemer
2014-05-20
doc/go_spec.html: fix broken anchor tag
Rob Pike
2014-05-20
doc/install.html: fix duplicate id= tag
Rob Pike
2014-05-20
all: fix "the the" typos.
Shenghou Ma
2014-05-20
doc/go1.3.html: mention cgo [0]byte bug fix fallout
Russ Cox
2014-05-20
doc/go1.3.html: switch default stack size back to 8kB
Mikio Hara
2014-05-20
cmd/cgo: document CC_FOR_TARGET and CXX_FOR_TARGET
Elias Naur
2014-05-20
runtime: switch default stack size back to 8kB
Russ Cox
2014-05-19
spec: clarify when a program exits
Robert Griesemer
2014-05-19
doc/go1.3.html: minor tweak of Solaris wording
Aram Hăvărneanu
2014-05-18
doc/go1.3.html: fix typo
Mikio Hara
2014-05-17
doc/go1.3.html: update the state of supported platforms
Mikio Hara
2014-05-16
spec: clarify that newlines are kept in raw string literals
Ian Lance Taylor
2014-05-16
doc/go1.3.html: add note about small map iteration order
Russ Cox
2014-05-16
doc/go1.3.html: add syscall.SendmsgN
Mikio Hara
2014-05-15
doc/go1.3.html: add note about unsafe.Pointer strictness
Russ Cox
2014-05-14
doc/effective_go.html: a little more about errors
Rob Pike
2014-05-14
spec: more precise description of select statement
Robert Griesemer
2014-05-12
cmd/go: link SWIG objects directly rather than using a shared library
Ian Lance Taylor
2014-05-09
testing: write profiles on failure
Russ Cox
2014-05-08
doc/install.html: update wrt to OS and compiler support.
Shenghou Ma
2014-05-07
spec: several clarifications to language on channels
Robert Griesemer
2014-05-07
spec: remove evaluation order inconsistency
Robert Griesemer
2014-05-07
spec: clarify type properties
Robert Griesemer
2014-05-07
doc: replace absolute links to golang.org with relative links
Dmitriy Vyukov
2014-05-06
doc/go1.3.html: mention go build -i
David Crawshaw
2014-05-05
doc: refer to wiki page for downloads
Andrew Gerrand
2014-05-05
doc: document go1.2.2
Andrew Gerrand
2014-04-29
doc/go1.3.html: update for FreeBSD/ARM support.
Shenghou Ma
2014-04-28
doc: fix link to Mercurial download
Robert Hencke
2014-04-28
doc: fix broken link to RTEMS Go wiki page
Robert Hencke
2014-04-27
doc: fix an article
Brad Fitzpatrick
2014-04-26
doc/debugging_with_gdb.html: add introductory disclaimer
Rob Pike
2014-04-25
doc/contribute.html: link to wiki for more code review information
Robert Hencke
2014-04-20
doc/go1.3.html: fix Goexit link
David du Colombier
2014-04-18
doc/go1.3.html: Plan 9 support
David du Colombier
2014-04-18
doc/go1.3.html: go test always builds
Rob Pike
2014-04-18
doc/go1.3.html: new package debug/plan9obj
David du Colombier
2014-04-17
doc/effective_go: mention that b.Write is a shorthand for (&b).Write when b i...
Shenghou Ma
2014-04-16
doc/go1.3.html: fix id anchor for FreeBSD
Emil Hessman
2014-04-16
doc/go1.3.html: document the state of FreeBSD
Rob Pike
2014-04-16
runtime: crash when func main calls Goexit and all other goroutines exit
Russ Cox
2014-04-16
doc/debugging_with_gdb: use -w to strip debug info.
Shenghou Ma
2014-04-16
doc: remove outdated Makefile
Shenghou Ma
2014-04-15
build: remove tmp dir names from objects, support GOROOT_FINAL again
Russ Cox
2014-04-15
doc/install.html: FreeBSD 8 and higher only are supported
Rob Pike
2014-04-15
doc/asm.html: remove mention of 6l -a
Rob Pike
2014-04-14
doc: simplify a go1.3 change description
Brad Fitzpatrick
2014-04-14
doc/help.html: fix typo in word order
Andrew Szeto
[next]