summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [release-branch.go1.3] cmd/ld: fix PC deltas in DWARF line number tableRuss Cox2014-06-111-2/+2
* [release-branch.go1.3] nacltest.bash, misc/nacl/README: update NaCl docs.Russ Cox2014-06-112-7/+11
* [release-branch.go1.3] docs: link to the assembler document from the Document...Russ Cox2014-06-111-0/+1
* [release-branch.go1.3] runtime: fix panic stack during runtime.Goexit during ...Russ Cox2014-06-062-0/+47
* [release-branch.go1.3] cmd/6g: fix stack zeroing on native clientRuss Cox2014-06-062-1/+49
* [release-branch.go1.3] doc: fix happens-before rules for buffered channelsRuss Cox2014-06-061-5/+5
* [release-branch.go1.3] cmd/cgo: for typedef of untagged struct, use typedef n...Russ Cox2014-06-062-0/+36
* [release-branch.go1.3] doc/install-source.html: document that GO386 will be a...Shenghou Ma2014-06-041-1/+1
* [release-branch.go1.3] debug/elf: support DWARF that needs relocs for 386David Symonds2014-06-043-2/+62
* [release-branch.go1.3] compress/gzip: allow Reset on Reader without NewReaderDavid Symonds2014-06-042-1/+19
* [release-branch.go1.3] crypto/tls: fix typo referencing the required Config f...Russ Cox2014-06-031-1/+1
* [release-branch.go1.3] cmd/gc: fix escape analysis of func returning indirect...Russ Cox2014-06-033-11/+67
* [release-branch.go1.3] time: support version 3 zone recordsDavid Symonds2014-06-032-2/+11
* [release-branch.go1.3] cmd/gc: fix liveness for address-taken variables in in...David Symonds2014-06-033-0/+72
* [release-branch.go1.3] runtime: fix 1-byte return during x.(T) for 0-byte TDavid Symonds2014-06-032-4/+69
* [release-branch.go1.3] cmd/gc: don't generate zillions of linehists for wrapp...David Symonds2014-06-031-1/+6
* [release-branch.go1.3] cmd/cgo: use same Go type for typedef to anonymous structDavid Symonds2014-06-034-1/+46
* [release-branch.go1.3] doc: mention WriteHeapDump in 1.3 release notesDavid Symonds2014-06-031-0/+6
* go1.3rc1go1.3rc1Andrew Gerrand2014-06-021-0/+1
* [release-branch.go1.3] misc/nacl: remove cmd/link from testzip.protoAndrew Gerrand2014-06-021-3/+0
* [release-branch.go1.3] remove package debug/goobj and copy functionality to c...Andrew Gerrand2014-06-023-204/+181
* [release-branch.go1.3] remove cmd/linkAndrew Gerrand2014-06-0239-5268/+0
* doc/contrib.html: update links, mailing lists and link to 1.3 release note.Shenghou Ma2014-06-011-19/+23
* misc/makerelease: report uploads to the new downloads pageAndrew Gerrand2014-06-021-7/+50
* api: add go1.3.txtBrad Fitzpatrick2014-06-023-2054/+2054
* build: don't build goplay in run.rc.Shenghou Ma2014-06-011-4/+0
* cmd/objdump: add arm disassemblerRuss Cox2014-06-014-17/+10868
* cmd/dist: only use beta tag in version string for the exact revisionAndrew Gerrand2014-06-021-3/+2
* build: remove goplay from run.bash and run.batAndrew Gerrand2014-06-022-10/+0
* misc/goplay: remove programAndrew Gerrand2014-06-024-318/+0
* runtime: fix correctness test at end of tracebackRuss Cox2014-06-013-3/+101
* lib/timezone: update to IANA 2014dRob Pike2014-06-012-2/+2
* runtime: mark some C globals as having no pointers.Keith Randall2014-05-3111-0/+16
* runtime: make continuation pc available to stack walkRuss Cox2014-05-3110-16/+257
* cmd/gc: fix handling of for post-condition in -race modeRuss Cox2014-05-312-1/+16
* runtime: fix error check in freebsd/386 i386_set_ldtRuss Cox2014-05-311-3/+2
* runtime/debug: skip TestWriteHeapDumpNonempty on NaCl.Shenghou Ma2014-05-311-0/+4
* C: add another email of mine.Shenghou Ma2014-05-311-1/+1
* runtime: fix empty heap dump bug on windows.Shenghou Ma2014-05-315-6/+37
* cmd/cgo: document the cgo types also follow Go name space rules.Shenghou Ma2014-05-311-0/+5
* cmd/6g: treat vardef-initialized fat variables as live at callsRuss Cox2014-05-304-6/+210
* runtime: add zero field to rtypeIan Lance Taylor2014-05-301-0/+1
* cmd/gc: fix x=x crashRuss Cox2014-05-298-1/+77
* undo CL 102820043 / b0ce6dbafc18Russ Cox2014-05-286-59/+1
* cmd/gc: fix x=x crashRuss Cox2014-05-286-1/+59
* misc/makerelease: upload files to Google Cloud StorageAndrew Gerrand2014-05-291-120/+57
* doc/go1.3.html: math/big's Int and Rat implement TextMarshaler, TextUnmarshalerRuss Cox2014-05-281-7/+16
* regexp: hide one-pass code from exported APIRuss Cox2014-05-287-751/+804
* cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeableRuss Cox2014-05-283-12/+112
* spec: clarify that break/continue do not work across function boundariesRobert Griesemer2014-05-281-3/+6