aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-05-20spec: clarify section on package initializationRobert Griesemer
2014-05-20doc/go_spec.html: fix broken anchor tagRob Pike
2014-05-20doc/install.html: fix duplicate id= tagRob Pike
2014-05-20all: fix "the the" typos.Shenghou Ma
2014-05-20runtime: revise the document of Version()Shenghou Ma
2014-05-20src: make nacltest.bash executableBrad Fitzpatrick
2014-05-20undo CL 84040045 / 5302b4c58aa0Shenghou Ma
2014-05-20debug/plan9obj: cleanup apiDavid du Colombier
2014-05-20cmd/go: document file typesRob Pike
2014-05-20doc/go1.3.html: mention cgo [0]byte bug fix falloutRuss Cox
2014-05-20build: make nacl passRuss Cox
2014-05-20test: test issue 7884 (already fixed)Russ Cox
2014-05-20syscall: fix Write(nil) on NaClRuss Cox
2014-05-20cmd/ld: make lldb happy with Mach-O 6.out filesRuss Cox
2014-05-20misc/makerelease: handle update tour file layoutAndrew Gerrand
2014-05-20doc/go1.3.html: switch default stack size back to 8kBMikio Hara
2014-05-20cmd/cgo: document CC_FOR_TARGET and CXX_FOR_TARGETElias Naur
2014-05-20liblink: fix field trackingRuss Cox
2014-05-20runtime: switch default stack size back to 8kBRuss Cox
2014-05-19cmd/gc: fix float32 const conversion and printing of big float constsRuss Cox
2014-05-19cmd/ld: abort if (32-bit) address relocation is negative on amd64.Shenghou Ma
2014-05-19text/template,html/template: document that partial results may be written on ...Rob Pike
2014-05-19cmd/gc: fix <-<-exprRuss Cox
2014-05-19net/http: document that ProxyFromEnvironment special-cases localhostBrad Fitzpatrick
2014-05-19database/sql: more docs explaining that DB is a poolBrad Fitzpatrick
2014-05-19math/rand: restore Go 1.2 value stream for Float32, Float64Russ Cox
2014-05-19spec: clarify when a program exitsRobert Griesemer
2014-05-19doc/go1.3.html: minor tweak of Solaris wordingAram Hăvărneanu
2014-05-19reflect: test, fix access to nil mapsRuss Cox