aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-01runtime: Fix printing -InfEvan Shaw
2010-06-01 Correct the regexp for finding unix signal names.Vinu Rajashekhar
2010-06-01Add Vinu Rajashekhar <vinutheraj@gmail.com> as a contributor.Ian Lance Taylor
2010-06-01doc/code.html: fix error string formatAndrew Gerrand
2010-06-01edit simple typosJoe Poirier
2010-05-31Fix typo in gob docs. They were introduced in revision 3199778bafNigel Tao
2010-05-31vector: undo changes to autogenerated filesFazlul Shahriar
2010-05-31fmt: fix end-of-array error in parsenum.Rob Pike
2010-05-31IntVector.Do now takes an f(int), and StringVector.Do now takes an f(string).Michael Hoisie
2010-05-31fmt.Scan: refactor the implementation so format-driven and normal scanning us...Rob Pike
2010-05-31fmt.Scan:Rob Pike
2010-05-31implement os.FileInfo.*time_ns for windowsAlex Brainman
2010-05-30Correct _cgo_free when C ABI does not pass first arg on stack.Ian Lance Taylor
2010-05-31net: fix typoAndrew Gerrand
2010-05-30doc/code: example package with testsAndrew Gerrand
2010-05-28netchan: improve closing and shutdown. there's still more to do.Rob Pike
2010-05-28go spec: change def. of "type compatibility" to be non-recursiveRobert Griesemer
2010-05-28Make image.Color.RGBA return 16 bit color instead of 32 bit color.Nigel Tao
2010-05-28syscall: windows SysAlloc should use stdcall_raw not syscallAlex Brainman
2010-05-28syscall: windows syscall trace to assist debuggingAlex Brainman
2010-05-28fmt.Scan: add Fscan and Fscanln and make Scan and ScanlnRob Pike
2010-05-27go spec: Disallow &a notation to obtain a sliceRobert Griesemer
2010-05-27Add Rectangle.Eq and Point.In.Roger Peppe
2010-05-27release.2010-05-27 tagAndrew Gerrand
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