aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-05-28mime: sort attributes in FormatMediaTypeBrad Fitzpatrick
2014-05-27api: update next.txtBrad Fitzpatrick
2014-05-28test/run: limit parallelism to 1 for cross-exec buildsRuss Cox
2014-05-27test: expand issue7863 testRuss Cox
2014-05-28runtime: fix go of nil func valueDmitriy Vyukov
2014-05-27cmd/gc: fix race compilation failure 'non-orig name'Russ Cox
2014-05-27cmd/gc: fix defer copy(x, <-c)Russ Cox
2014-05-27cmd/gc: fix infinite loop in nil check removalRuss Cox
2014-05-27cmd/gc: fix method value closures on nacl amd64p32Russ Cox
2014-05-27cmd/go: do not miss an error if import path contains "cmd/something"Jan Ziak
2014-05-27cmd/gc: fix conversion of runtime constantRuss Cox
2014-05-27runtime: stack copier should handle nil defers without faulting.Keith Randall
2014-05-27test: add test for fixed issue 7863Brad Fitzpatrick
2014-05-27cmd/go: improve error message when import path contains http://Rob Pike
2014-05-26misc: properly spell Chrome in docDmitriy Vyukov
2014-05-25runtime: skip stack growth test on 32bit platformsDave Cheney
2014-05-23doc: mention that reflect.SetMapIndex no longer panicsKeith Randall
2014-05-23os: document that Interrupt might not work on every osAlex Brainman
2014-05-22spec: explicitly disallow blank methods in interface typesRobert Griesemer
2014-05-22doc/go1.3.html: change uintptr to integer in unsafe.Pointer sectionRuss Cox
2014-05-21cmd/cgo: explicitly state that #cgo directives across multiple files are conc...Pietro Gagliardi
2014-05-21A+C: Pietro Gagliardi (individual CLA)Ian Lance Taylor
2014-05-21doc: fix typo in sharemem codewalkEmil Hessman
2014-05-21runtime: provide gc maps for the reflect.callXX frames.Keith Randall
2014-05-21cmd/objdump: fix dissasembly of Plan 9 object filesAnthony Martin
2014-05-21test: fix two typos in float_lit2.goRuss Cox
2014-05-21test/float_lit2.go: rewrite to test values near boundariesRuss Cox
2014-05-21cmd/gc: fix floating point rounding againRuss Cox
2014-05-21fmt: fix floating-point padding once and for allRob Pike
2014-05-21cmd/go: fix coverage for 'package foo_test' testsRuss Cox
2014-05-21cmd/go: check for SWIG version that is too old to useIan Lance Taylor
2014-05-21test/float_lit2.go: fix constants for 386 platforms (fix build)Robert Griesemer
2014-05-21test/float_lit2.go: compute test values from first principlesRobert Griesemer
2014-05-21database/sql/driver: correct method name in commentIan Lance Taylor
2014-05-21cmd/ld: correctly compute note size on NetBSD.Benny Siegert
2014-05-20cmd/ld: really import runtime/cgo for external linkIan Lance Taylor
2014-05-21tag go1.3beta1 and go1.3beta2Andrew Gerrand
2014-05-20spec: specify order of init() callsgo1.3beta2Robert Griesemer
2014-05-20reflect: don't panic on delete from nil map.Keith Randall