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
2014-08-13
[release-branch.go1.3] net: prevent spurious on-connect events via epoll on l...
go1.3.1
Andrew Gerrand
2014-08-13
[release-branch.go1.3] cmd/gc: make liveness ~10x faster
Andrew Gerrand
2014-08-12
[release-branch.go1.3] cmd/8g: fix build
Andrew Gerrand
2014-08-12
[release-branch.go1.3] runtime: ignore exceptions from foreign threads.
Andrew Gerrand
2014-08-12
[release-branch.go1.3] cmd/6g, cmd/8g: fix, test byte-sized magic multiply
Andrew Gerrand
2014-08-12
[release-branch.go1.3] runtime: turn off 'unexpected return pc' print on arm ...
Andrew Gerrand
2014-08-12
[release-branch.go1.3] crypto/rsa: fix out-of-bound access with short session...
Andrew Gerrand
2014-08-12
[release-branch.go1.3] cmd/cgo: fix recursive type mapping
Andrew Gerrand
2014-08-12
[release-branch.go1.3] net: Don't read beyond end of slice when parsing resol...
Andrew Gerrand
2014-08-12
[release-branch.go1.3] runtime: fix nacl amd64p32 flakiness
Andrew Gerrand
2014-08-01
compress/{gzip,zlib}: mention that Close flushes
Andrew Gerrand
2014-06-19
[release-branch.go1.3] fmt: fix signs when zero padding.
Andrew Gerrand
2014-06-18
[release-branch.go1.3] go/build: update doc.go for go1.3 build tag.
Russ Cox
2014-06-12
[release-branch.go1.3] runtime: revise CL 105140044 (defer nil) to work on Wi...
Russ Cox
2014-06-12
[release-branch.go1.3] runtime: do not trace past jmpdefer during pprof trace...
Russ Cox
2014-06-12
[release-branch.go1.3] runtime: fix defer of nil func
Russ Cox
2014-06-11
[release-branch.go1.3] net/http: fix double Content-Length in response
Russ Cox
2014-06-11
[release-branch.go1.3] cmd/gc: two escape analysis fixes
Russ Cox
2014-06-11
[release-branch.go1.3] cmd/ld: fix PC deltas in DWARF line number table
Russ Cox
2014-06-11
[release-branch.go1.3] nacltest.bash, misc/nacl/README: update NaCl docs.
Russ Cox
2014-06-06
[release-branch.go1.3] runtime: fix panic stack during runtime.Goexit during ...
Russ Cox
2014-06-06
[release-branch.go1.3] cmd/6g: fix stack zeroing on native client
Russ Cox
2014-06-06
[release-branch.go1.3] cmd/cgo: for typedef of untagged struct, use typedef n...
Russ Cox
2014-06-04
[release-branch.go1.3] debug/elf: support DWARF that needs relocs for 386
David Symonds
2014-06-04
[release-branch.go1.3] compress/gzip: allow Reset on Reader without NewReader
David Symonds
2014-06-03
[release-branch.go1.3] crypto/tls: fix typo referencing the required Config f...
Russ Cox
2014-06-03
[release-branch.go1.3] cmd/gc: fix escape analysis of func returning indirect...
Russ Cox
2014-06-03
[release-branch.go1.3] time: support version 3 zone records
David Symonds
2014-06-03
[release-branch.go1.3] cmd/gc: fix liveness for address-taken variables in in...
David Symonds
2014-06-03
[release-branch.go1.3] runtime: fix 1-byte return during x.(T) for 0-byte T
David Symonds
2014-06-03
[release-branch.go1.3] cmd/gc: don't generate zillions of linehists for wrapp...
David Symonds
2014-06-03
[release-branch.go1.3] cmd/cgo: use same Go type for typedef to anonymous struct
David Symonds
2014-06-02
[release-branch.go1.3] remove package debug/goobj and copy functionality to c...
Andrew Gerrand
2014-06-02
[release-branch.go1.3] remove cmd/link
Andrew Gerrand
2014-06-02
api: add go1.3.txt
Brad Fitzpatrick
2014-06-01
build: don't build goplay in run.rc.
Shenghou Ma
2014-06-01
cmd/objdump: add arm disassembler
Russ Cox
2014-06-02
cmd/dist: only use beta tag in version string for the exact revision
Andrew Gerrand
2014-06-02
build: remove goplay from run.bash and run.bat
Andrew Gerrand
2014-06-01
runtime: fix correctness test at end of traceback
Russ Cox
2014-05-31
runtime: mark some C globals as having no pointers.
Keith Randall
2014-05-31
runtime: make continuation pc available to stack walk
Russ Cox
2014-05-31
cmd/gc: fix handling of for post-condition in -race mode
Russ Cox
2014-05-31
runtime: fix error check in freebsd/386 i386_set_ldt
Russ Cox
2014-05-31
runtime/debug: skip TestWriteHeapDumpNonempty on NaCl.
Shenghou Ma
2014-05-31
runtime: fix empty heap dump bug on windows.
Shenghou Ma
2014-05-31
cmd/cgo: document the cgo types also follow Go name space rules.
Shenghou Ma
2014-05-30
cmd/6g: treat vardef-initialized fat variables as live at calls
Russ Cox
2014-05-30
runtime: add zero field to rtype
Ian Lance Taylor
2014-05-29
cmd/gc: fix x=x crash
Russ Cox
[next]