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-05-13
go1.1
go1.1
Andrew Gerrand
2013-05-13
[release-branch.go1.1] runtime/race: improve public documentation
Andrew Gerrand
2013-05-13
[release-branch.go1.1] doc: add a "New packages" section to the 1.1 release n...
Andrew Gerrand
2013-05-08
go1.1rc3
go1.1rc3
Andrew Gerrand
2013-05-08
[release-branch.go1.1] runtime: fix crash in select
Andrew Gerrand
2013-05-08
[release-branch.go1.1] spec: fix incorrect example
Andrew Gerrand
2013-05-08
[release-branch.go1.1] doc: pull front page featured articles using new blog ...
Andrew Gerrand
2013-05-08
[release-branch.go1.1] cmd/cgo: pass -Wsystem-headers when looking for errors
Andrew Gerrand
2013-05-08
[release-branch.go1.1] net: fix dial race on plan9 and windows
Andrew Gerrand
2013-05-08
[release-branch.go1.1] effective_go.html: be more accepting in the guidelines...
Andrew Gerrand
2013-05-06
go1.1rc2
go1.1rc2
Andrew Gerrand
2013-05-06
api: add go1.1.txt; update cmd/api to use it
Brad Fitzpatrick
2013-05-06
runtime: fix crash in badsignal()
Dmitriy Vyukov
2013-05-07
runtime: reduce max arena size on windows/amd64 to 32 GiB
Shenghou Ma
2013-05-06
database/sql: remove an unused field from Rows
Brad Fitzpatrick
2013-05-06
doc: add FAQ entry about language changes
Andrew Gerrand
2013-05-07
syscall: fix prototype of Fchflags (API change)
Shenghou Ma
2013-05-06
go/doc/example: Fix bug causing false negatives for Example playability.
Jeremiah Harmsen
2013-05-06
C: add Jeremiah Harmsen (Google CLA)
Andrew Gerrand
2013-05-06
image/png: fix error message to not return width twice
Brad Fitzpatrick
2013-05-05
go/build: document GOOS.go also has implicit GOOS build constraint
Shenghou Ma
2013-05-03
text/template: comment fix
Keith Randall
2013-05-03
doc: fix formatting in effective go code snippet
Andrew Gerrand
2013-05-03
runtime/cgo: fix build for ARM
Shenghou Ma
2013-05-03
cmd/ld: add .note.GNU-stack section for external linking
Shenghou Ma
2013-05-02
regexp: doc fix
Brad Fitzpatrick
2013-05-02
doc: only U+FEFF is a byte-order mark; U+FFFE is not
Russ Cox
2013-05-02
cmd/ld: fix SDYNIMPORT symbol test
Alex Brainman
2013-05-01
cmd/ld: fix another unsigned value causing bugs on Plan 9
Rob Pike
2013-05-01
libmach: fix build on Plan 9
David du Colombier
2013-05-01
cmd/cgo: correct pragma name in comment
Ian Lance Taylor
2013-05-01
runtime/cgo: export symbols in both internal and external link mode
Ian Lance Taylor
2013-05-01
cmd/ld: fix syms that are both cgo_import_static & cgo_import_dynamic
Ian Lance Taylor
2013-05-01
doc: link to Go 1.1 release notes
Andrew Gerrand
2013-04-30
net: do not call syscall.Bind twice on windows
Alex Brainman
2013-04-30
cmd/ld: when linking externally, only generate dwarf info for ELF
Rob Pike
2013-04-30
cmd/go: undo CL 8119049
Russ Cox
2013-04-30
cmd/ld: emit relocs for DWARF info when doing an external link
Ian Lance Taylor
2013-04-30
os/exec: disable TestExtraFilesFDShuffle
Rob Pike
2013-04-30
syscall: fix a bug in the shuffling of file descriptors in StartProcess on Li...
Cosmos Nicolaou
2013-04-30
syscall: fix exec_bsd.go to accompany exec_linux.go changes
Rob Pike
2013-04-30
cmd/ld: another attempt at the relocation overflow fix
Rob Pike
2013-04-30
cmd/ld: fix check for address wrap in relocation
Rob Pike
2013-04-30
doc/go1.1: remove discussion of "go run" change
Andrew Gerrand
2013-04-30
cmd/ld: disable relocation range check so build can go green while we debug t...
Rob Pike
2013-04-29
cmd/gc: fix some overflows in the compiler
Rob Pike
2013-04-29
cmd/ld: fix some 64-bit issues
Rob Pike
2013-04-30
encoding/json: document that marshaling invalid utf-8 sequence will return error
Shenghou Ma
2013-04-29
fmt: fix crash for Printf("%.", 3)
Rob Pike
2013-04-30
runtime: fix stack pointer corruption in runtime.cgocallback_gofunc()
Shenghou Ma
[next]