summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* go1.3rc2go1.3rc2Andrew Gerrand2014-06-131-1/+1
* [release-branch.go1.3] runtime: revise CL 105140044 (defer nil) to work on Wi...Russ Cox2014-06-121-1/+10
* revert go1.3rc2Andrew Gerrand2014-06-131-1/+1
* go1.3rc2Andrew Gerrand2014-06-131-1/+1
* [release-branch.go1.3] runtime: do not trace past jmpdefer during pprof trace...Russ Cox2014-06-122-0/+17
* [release-branch.go1.3] runtime: fix defer of nil funcRuss Cox2014-06-122-1/+28
* [release-branch.go1.3] doc: link to release history from /doc/Russ Cox2014-06-121-0/+3
* [release-branch.go1.3] runtime: add test for issue 8047.Russ Cox2014-06-111-0/+29
* [release-branch.go1.3] net/http: fix double Content-Length in responseRuss Cox2014-06-113-2/+23
* [release-branch.go1.3] doc/install.html: fix erroneous HTML annotationRuss Cox2014-06-111-3/+3
* [release-branch.go1.3] cmd/gc: two escape analysis fixesRuss Cox2014-06-112-2/+47
* [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