aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-11[release-branch.go1.3] cmd/ld: fix PC deltas in DWARF line number tableRuss 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 clientRuss Cox
2014-06-06[release-branch.go1.3] doc: fix happens-before rules for buffered channelsRuss 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 386David Symonds
2014-06-04[release-branch.go1.3] compress/gzip: allow Reset on Reader without NewReaderDavid 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 recordsDavid 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 TDavid 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 structDavid Symonds
2014-06-03[release-branch.go1.3] doc: mention WriteHeapDump in 1.3 release notesDavid Symonds
2014-06-02go1.3rc1go1.3rc1Andrew Gerrand
2014-06-02[release-branch.go1.3] misc/nacl: remove cmd/link from testzip.protoAndrew 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/linkAndrew Gerrand
2014-06-01doc/contrib.html: update links, mailing lists and link to 1.3 release note.Shenghou Ma
2014-06-02misc/makerelease: report uploads to the new downloads pageAndrew Gerrand
2014-06-02api: add go1.3.txtBrad Fitzpatrick
2014-06-01build: don't build goplay in run.rc.Shenghou Ma
2014-06-01cmd/objdump: add arm disassemblerRuss Cox
2014-06-02cmd/dist: only use beta tag in version string for the exact revisionAndrew Gerrand
2014-06-02build: remove goplay from run.bash and run.batAndrew Gerrand
2014-06-02misc/goplay: remove programAndrew Gerrand
2014-06-01runtime: fix correctness test at end of tracebackRuss Cox
2014-06-01lib/timezone: update to IANA 2014dRob Pike
2014-05-31runtime: mark some C globals as having no pointers.Keith Randall
2014-05-31runtime: make continuation pc available to stack walkRuss Cox
2014-05-31cmd/gc: fix handling of for post-condition in -race modeRuss Cox
2014-05-31runtime: fix error check in freebsd/386 i386_set_ldtRuss Cox
2014-05-31runtime/debug: skip TestWriteHeapDumpNonempty on NaCl.Shenghou Ma
2014-05-31C: add another email of mine.Shenghou Ma
2014-05-31runtime: fix empty heap dump bug on windows.Shenghou Ma
2014-05-31cmd/cgo: document the cgo types also follow Go name space rules.Shenghou Ma
2014-05-30cmd/6g: treat vardef-initialized fat variables as live at callsRuss Cox
2014-05-30runtime: add zero field to rtypeIan Lance Taylor
2014-05-29cmd/gc: fix x=x crashRuss Cox
2014-05-28undo CL 102820043 / b0ce6dbafc18Russ Cox
2014-05-28cmd/gc: fix x=x crashRuss Cox
2014-05-29misc/makerelease: upload files to Google Cloud StorageAndrew Gerrand
2014-05-28doc/go1.3.html: math/big's Int and Rat implement TextMarshaler, TextUnmarshalerRuss Cox
2014-05-28regexp: hide one-pass code from exported APIRuss Cox
2014-05-28cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeableRuss Cox
2014-05-28spec: clarify that break/continue do not work across function boundariesRobert Griesemer