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
2013-10-18
go1.2rc2
go1.2rc2
Andrew Gerrand
2013-10-18
api: add go1.2.txt, use in tests
Andrew Gerrand
2013-10-18
misc/dist: set default go.tools tag
Andrew Gerrand
2013-10-17
net/url: fix regression when serializing relative URLs
Brad Fitzpatrick
2013-10-17
runtime: correct test for when to poll network
Ian Lance Taylor
2013-10-17
runtime: correct parameter name in MCentral_AllocList comment
Ian Lance Taylor
2013-10-17
encoding/xml: accept chains of interfaces and pointers
Russ Cox
2013-10-17
database/sql: make tests repeatable with -cpu=n,n
Alberto García Hierro
2013-10-17
A+C: add Jamie Turner (Dropbox corporate CLA).
David Symonds
2013-10-16
database/sql: fix some test fmt verbs
Brad Fitzpatrick
2013-10-16
spec: clarify re-use of underlying arrays in slice operations
Robert Griesemer
2013-10-16
database/sql: Fix connection leak and potential deadlock
Alberto García Hierro
2013-10-16
database/sql: fix double decrement of numOpen count; test for connection leaks
Alberto García Hierro
2013-10-15
cmd/cgo: simpler fix for issue 6506.
Shenghou Ma
2013-10-15
doc/effective_go.html: fix code example
Shenghou Ma
2013-10-15
cmd/cgo: print the builtin prolog after the per-file preamble
Russ Cox
2013-10-15
undo CL 14231047 / 2f4c2dde2756
Alex Brainman
2013-10-15
cmd/cgo: fix Xcode 5 incompatibility for #defined expressions
Russ Cox
2013-10-15
misc/cgo/test: cut out non-standard functions
Russ Cox
2013-10-15
misc/cgo/test: fix build (define prototype for alloca)
Russ Cox
2013-10-15
cmd/cgo: work around bug in clang debug info for builtins like memset
Russ Cox
2013-10-15
doc/contrib.html: fix some tags
Oling Cat
2013-10-15
runtime/pprof: disable flaky TestGoroutineSwitch on windows
Alex Brainman
2013-10-14
cmd/gc: fix comment about performing indexing at compile time.
Keith Randall
2013-10-15
net/http: skip content-type sniffing if the header is explicitly unset.
Michael Piatek
2013-10-15
C: add Michael Piatek (Google CLA).
David Symonds
2013-10-14
debug/dwarf: report the value of an unrecognized attribute format
Ian Lance Taylor
2013-10-14
cmd/api: make it work even when cgo is disabled
Shenghou Ma
2013-10-12
doc: fix small HTML problems
Shenghou Ma
2013-10-11
doc/effective_go.html: fix unescaped less-than character
Rob Pike
2013-10-11
go/build: add GOOS and GOARCH to name of gccgo pkg directory
Ian Lance Taylor
2013-10-11
go/build: fix test if built with CGO_ENABLED=0
Ian Lance Taylor
2013-10-11
misc/cgo/test: fix C panic test to work with gccgo
Ian Lance Taylor
2013-10-11
doc/progs: don't try building cgo tests if CGO_ENABLED=0
Ian Lance Taylor
2013-10-10
cmd/gc: re-word some error messages
Shenghou Ma
2013-10-11
go.tools/misc/dist: copy doc.go from go.tools to go root
Andrew Gerrand
2013-10-11
misc/vim: complete packages in src directory
Yasuhiro Matsumoto
2013-10-10
doc/effective_go.html: fix a couple of cosmetic issues
Rob Pike
2013-10-10
lib/codereview: return an empty list when CONTRIBUTORS is not found instead o...
Francesc Campoy
2013-10-10
codereview: fix hg sync closing of CLs for subrepositories
Dominik Honnef
2013-10-10
misc/emacs: send correct content-length to the playground
Dominik Honnef
2013-10-10
misc/emacs: don't treat (foo)(bar) as a function call when preceded by a word...
Dominik Honnef
2013-10-09
net: fix TestDialFailPDLeak to work when GOMAXPROCS is large
Ian Lance Taylor
2013-10-09
runtime: markfreed's error reports should be prefixed with "markfreed", not "...
Keith Randall
2013-10-09
cmd/go: add any .c/.cc files to the SWIG shared library
Ian Lance Taylor
2013-10-09
runtime/cgo: mark callback functions as NOSPLIT
Ian Lance Taylor
2013-10-09
debug/dwarf: handle surprising clang encoding
Russ Cox
2013-10-09
net: fix typo in failure message in test
Ian Lance Taylor
2013-10-09
compress/flate: fix infinite loop on malformed data
Russ Cox
2013-10-08
lib/time: update time zone files to version 2013g
Rob Pike
[next]