aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-27release.2010-05-27weekly.2010-05-27Andrew Gerrand
2010-05-27golang.org: added Resources page, re-organized left hand panel.Andrew Gerrand
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox
2010-05-26fmt.Scan: custom formattersRob Pike
2010-05-26fmt.Scan: custom formattersRob Pike
2010-05-26godoc: collect package comments from all package files, not just the first on...Robert Griesemer
2010-05-26big: add ModInverse.Adam Langley
2010-05-26fmt: fix 386 build. error strings differ for overflow on 386.Rob Pike
2010-05-25fmt.Scan, fmt.Scanln: Start of a simple scanning API in the fmt package.Rob Pike
2010-05-25spec: Fix link to fallthrough statementsEvan Shaw
2010-05-25godashboard: change behaviour of top buttonAndrew Gerrand
2010-05-24go spec: minor fix, to match conversion rules 4 and 5Robert Griesemer
2010-05-24Optimize exp/draw/x11 flusher inner loop.Nigel Tao
2010-05-248g: out of register bugRuss Cox
2010-05-24gc: more accurate error descriptionRuss Cox
2010-05-24fix build - nacl stubsRuss Cox
2010-05-24gc: fix shift/reduce conflict in go.y export syntaxRuss Cox
2010-05-24gc: bug281 - bad overlap in stack copyRuss Cox
2010-05-24net: udp, implement BindToDeviceChristopher Wedgwood
2010-05-24big: Rat test improvementsEvan Shaw
2010-05-246g: avoid unnecessary conversion in shift bounds checkRuss Cox
2010-05-24fix build - forgot golden.outRuss Cox
2010-05-24gc: bug277 - new conversion syntaxRuss Cox
2010-05-24gc: bug280Russ Cox
2010-05-24Fix typo in exp/draw/x11.Nigel Tao
2010-05-24go spec: fix and clarify syntax of conversionsRobert Griesemer
2010-05-24codereview: work better with mqPeter Williams
2010-05-24A+C: add Peter Williams (individual CLA)Russ Cox
2010-05-24spec: index of non-addressable array is not addressableRuss Cox
2010-05-24runtime: free old hashmap pieces during resizingRuss Cox
2010-05-24libmach: skip __nl_symbol_ptr section on OS XRuss Cox
2010-05-24gc: bug278Russ Cox
2010-05-24gc: fix unsafe.Sizeof on ideal constantsRuss Cox
2010-05-24bug277: tests for conversion syntaxRobert Griesemer
2010-05-24fix windows buildAlex Brainman
2010-05-24Make draw/x11 treat $DISPLAY the same way x-go-bindings does.Nigel Tao
2010-05-24big: prevent errors in Exp in the face of aliasingAdam Langley
2010-05-24syscall: update freebsd_amd64Andrew Gerrand
2010-05-23kate: convert isn't a built in functionEvan Shaw
2010-05-23spec: Fix a code tagEvan Shaw
2010-05-23When making images, allocate one big buffer instead of many small ones.Nigel Tao
2010-05-21go/printer, gofmt: fix printing of labels,Robert Griesemer
2010-05-21test/hilbert.go: convert to test case and benchmark for big.RatRobert Griesemer
2010-05-21roll back 1193046 - fix buildRuss Cox
2010-05-21cgo: better error for no C symbolsDevon H. O'Dell
2010-05-21net: implement raw socketsChristopher Wedgwood
2010-05-21big: Add Rat typeEvan Shaw
2010-05-21issue 789: keep test caseRobert Griesemer
2010-05-21runtime: correct tracebacks for nascent goroutines, even closuresRuss Cox
2010-05-21syscall: add Utimes, Futimes stubs for NaCl - fix buildRuss Cox