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-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
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
2014-05-28
undo CL 102820043 / b0ce6dbafc18
Russ Cox
2014-05-28
cmd/gc: fix x=x crash
Russ Cox
2014-05-29
misc/makerelease: upload files to Google Cloud Storage
Andrew Gerrand
2014-05-28
doc/go1.3.html: math/big's Int and Rat implement TextMarshaler, TextUnmarshaler
Russ Cox
2014-05-28
regexp: hide one-pass code from exported API
Russ Cox
2014-05-28
cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeable
Russ Cox
2014-05-28
spec: clarify that break/continue do not work across function boundaries
Robert Griesemer
2014-05-28
mime: sort attributes in FormatMediaType
Brad Fitzpatrick
2014-05-27
api: update next.txt
Brad Fitzpatrick
2014-05-28
test/run: limit parallelism to 1 for cross-exec builds
Russ Cox
2014-05-27
test: expand issue7863 test
Russ Cox
2014-05-28
runtime: fix go of nil func value
Dmitriy Vyukov
2014-05-27
cmd/gc: fix race compilation failure 'non-orig name'
Russ Cox
2014-05-27
cmd/gc: fix defer copy(x, <-c)
Russ Cox
2014-05-27
cmd/gc: fix infinite loop in nil check removal
Russ Cox
2014-05-27
cmd/gc: fix method value closures on nacl amd64p32
Russ Cox
2014-05-27
cmd/go: do not miss an error if import path contains "cmd/something"
Jan Ziak
2014-05-27
cmd/gc: fix conversion of runtime constant
Russ Cox
2014-05-27
runtime: stack copier should handle nil defers without faulting.
Keith Randall
2014-05-27
test: add test for fixed issue 7863
Brad Fitzpatrick
2014-05-27
cmd/go: improve error message when import path contains http://
Rob Pike
2014-05-26
misc: properly spell Chrome in doc
Dmitriy Vyukov
2014-05-25
runtime: skip stack growth test on 32bit platforms
Dave Cheney
2014-05-23
doc: mention that reflect.SetMapIndex no longer panics
Keith Randall
2014-05-23
os: document that Interrupt might not work on every os
Alex Brainman
[next]