summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-756/+804
* cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeableRuss Cox2014-05-283-8/+102
* spec: clarify that break/continue do not work across function boundariesRobert Griesemer2014-05-281-3/+6
* mime: sort attributes in FormatMediaTypeBrad Fitzpatrick2014-05-282-1/+10
* api: update next.txtBrad Fitzpatrick2014-05-271-21/+12
* test/run: limit parallelism to 1 for cross-exec buildsRuss Cox2014-05-281-5/+5
* test: expand issue7863 testRuss Cox2014-05-271-5/+48
* runtime: fix go of nil func valueDmitriy Vyukov2014-05-282-0/+25
* cmd/gc: fix race compilation failure 'non-orig name'Russ Cox2014-05-272-0/+28
* cmd/gc: fix defer copy(x, <-c)Russ Cox2014-05-272-8/+30
* cmd/gc: fix infinite loop in nil check removalRuss Cox2014-05-272-1/+26
* cmd/gc: fix method value closures on nacl amd64p32Russ Cox2014-05-272-0/+4
* cmd/go: do not miss an error if import path contains "cmd/something"Jan Ziak2014-05-272-0/+6
* cmd/gc: fix conversion of runtime constantRuss Cox2014-05-272-0/+16
* runtime: stack copier should handle nil defers without faulting.Keith Randall2014-05-271-2/+10
* test: add test for fixed issue 7863Brad Fitzpatrick2014-05-271-0/+17
* cmd/go: improve error message when import path contains http://Rob Pike2014-05-271-2/+8
* misc: properly spell Chrome in docDmitriy Vyukov2014-05-261-1/+1
* runtime: skip stack growth test on 32bit platformsDave Cheney2014-05-251-0/+4
* doc: mention that reflect.SetMapIndex no longer panicsKeith Randall2014-05-232-0/+7
* os: document that Interrupt might not work on every osAlex Brainman2014-05-231-0/+1