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-06-13
go1.3rc2
go1.3rc2
Andrew Gerrand
2014-06-12
[release-branch.go1.3] runtime: revise CL 105140044 (defer nil) to work on Wi...
Russ Cox
2014-06-13
revert go1.3rc2
Andrew Gerrand
2014-06-13
go1.3rc2
Andrew Gerrand
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-12
[release-branch.go1.3] doc: link to release history from /doc/
Russ Cox
2014-06-11
[release-branch.go1.3] runtime: add test for issue 8047.
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] doc/install.html: fix erroneous HTML annotation
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-11
[release-branch.go1.3] docs: link to the assembler document from the Document...
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] doc: fix happens-before rules for buffered channels
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] doc/install-source.html: document that GO386 will be a...
Shenghou Ma
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-03
[release-branch.go1.3] doc: mention WriteHeapDump in 1.3 release notes
David Symonds
2014-06-02
go1.3rc1
go1.3rc1
Andrew Gerrand
2014-06-02
[release-branch.go1.3] misc/nacl: remove cmd/link from testzip.proto
Andrew Gerrand
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-01
doc/contrib.html: update links, mailing lists and link to 1.3 release note.
Shenghou Ma
2014-06-02
misc/makerelease: report uploads to the new downloads page
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-02
misc/goplay: remove program
Andrew Gerrand
2014-06-01
runtime: fix correctness test at end of traceback
Russ Cox
2014-06-01
lib/timezone: update to IANA 2014d
Rob Pike
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
C: add another email of mine.
Shenghou Ma
2014-05-31
runtime: fix empty heap dump bug on windows.
Shenghou Ma
[next]