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
Age
Commit message (
Expand
)
Author
2014-05-20
spec: specify order of init() calls
go1.3beta2
Robert Griesemer
2014-05-20
reflect: don't panic on delete from nil map.
Keith Randall
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
runtime: revise the document of Version()
Shenghou Ma
2014-05-20
src: make nacltest.bash executable
Brad Fitzpatrick
2014-05-20
undo CL 84040045 / 5302b4c58aa0
Shenghou Ma
2014-05-20
debug/plan9obj: cleanup api
David du Colombier
2014-05-20
cmd/go: document file types
Rob Pike
2014-05-20
doc/go1.3.html: mention cgo [0]byte bug fix fallout
Russ Cox
2014-05-20
build: make nacl pass
Russ Cox
2014-05-20
test: test issue 7884 (already fixed)
Russ Cox
2014-05-20
syscall: fix Write(nil) on NaCl
Russ Cox
2014-05-20
cmd/ld: make lldb happy with Mach-O 6.out files
Russ Cox
2014-05-20
misc/makerelease: handle update tour file layout
Andrew Gerrand
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
liblink: fix field tracking
Russ Cox
2014-05-20
runtime: switch default stack size back to 8kB
Russ Cox
2014-05-19
cmd/gc: fix float32 const conversion and printing of big float consts
Russ Cox
2014-05-19
cmd/ld: abort if (32-bit) address relocation is negative on amd64.
Shenghou Ma
2014-05-19
text/template,html/template: document that partial results may be written on ...
Rob Pike
2014-05-19
cmd/gc: fix <-<-expr
Russ Cox
2014-05-19
net/http: document that ProxyFromEnvironment special-cases localhost
Brad Fitzpatrick
2014-05-19
database/sql: more docs explaining that DB is a pool
Brad Fitzpatrick
2014-05-19
math/rand: restore Go 1.2 value stream for Float32, Float64
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-19
reflect: test, fix access to nil maps
Russ Cox
2014-05-19
runtime: fix freeOSMemory to free memory immediately
Dmitriy Vyukov
2014-05-19
C: add Burcu Dogan (Google CLA)
Andrew Gerrand
2014-05-18
doc/go1.3.html: fix typo
Mikio Hara
2014-05-17
syscall: fix arm build
Dave Cheney
2014-05-16
net/http: allow Content-Type on 204 responses
Brad Fitzpatrick
2014-05-16
lib/time/zoneinfo.zip: update to IANA release 2014c
Rob Pike
2014-05-17
doc/go1.3.html: update the state of supported platforms
Mikio Hara
2014-05-16
encoding/xml: fix format in test message
Rob Pike
2014-05-16
spec: clarify that newlines are kept in raw string literals
Ian Lance Taylor
2014-05-16
syscall: fix linux amd64 build
Rob Pike
2014-05-16
syscall: fix a few Linux system calls
Russ Cox
2014-05-16
doc/go1.3.html: add note about small map iteration order
Russ Cox
2014-05-16
cmd/addr2line, cmd/objdump: handle Plan 9 a.out object files
David du Colombier
2014-05-16
doc/go1.3.html: add syscall.SendmsgN
Mikio Hara
2014-05-15
cmd/pack: buffer writes in TestLargeDefs
Anthony Martin
2014-05-15
api: update next.txt
Shenghou Ma
2014-05-15
cmd/gc: fix two select temporary bugs
Russ Cox
2014-05-15
archive/tar: Do not panic on Read if uninitialized
Guillaume J. Charmes
2014-05-16
api: update openbsd exceptions
Mikio Hara
[next]