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
/
src
Age
Commit message (
Expand
)
Author
2013-06-13
[release-branch.go1.1] cmd/gc: compute initialization order for top-level bla...
Andrew Gerrand
2013-06-13
[release-branch.go1.1] cmd/gc: save local var list before inlining
Andrew Gerrand
2013-06-05
[release-branch.go1.1] cmd/gc: fix missing slice/array types in export data.
Andrew Gerrand
2013-06-05
[release-branch.go1.1] runtime: fix heap corruption during GC
Andrew Gerrand
2013-06-05
[release-branch.go1.1] runtime: zeroize g->fnstart to not prevent GC of the c...
Andrew Gerrand
2013-06-05
[release-branch.go1.1] cmd/gc: repair make(T) in export data for inlining.
Andrew Gerrand
2013-06-05
[release-branch.go1.1] runtime: fix GC scanning of slices
Andrew Gerrand
2013-06-05
[release-branch.go1.1] cmd/gc: do not corrupt init() with initializers of _ i...
Andrew Gerrand
2013-06-04
[release-branch.go1.1] runtime: introduce cnewarray() to simplify allocation ...
Andrew Gerrand
2013-05-13
[release-branch.go1.1] runtime/race: improve public documentation
Andrew Gerrand
2013-05-08
[release-branch.go1.1] runtime: fix crash in select
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-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-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
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
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
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-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
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
2013-04-29
fmt: document that if String or Error panics, that value is printed
Ian Lance Taylor
2013-04-29
net/http/httptest: fix incorrectly-named ResponseRecorder example
Andrew Gerrand
2013-04-27
math/rand: fix typo and add better crash message
Brad Fitzpatrick
[next]