aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-05release.2010-05-04weekly.2010-05-04Andrew Gerrand
2010-05-04go spec: clarification of make arguments,Robert Griesemer
2010-05-03allow data statements for simpleKen Thompson
2010-05-03big: completed set of Int division routines & cleanupsRobert Griesemer
2010-05-03gc: bug264Russ Cox
2010-05-03test/bench: import new fasta C reference, update Go, optimizationsRuss Cox
2010-05-03runtime, strconv: tiny cleanupsRuss Cox
2010-05-03test: test of static initialization (fails)Russ Cox
2010-05-03gc: bug267Russ Cox
2010-05-03gc: error for nested functions, one semicolon problemRuss Cox
2010-05-03big: fix memory corruption in nat.shrRuss Cox
2010-05-03runtime/arm: fix buildRuss Cox
2010-05-03test: fix run-arm to count bugs correctlyRuss Cox
2010-05-03big: Add bitwise methods for IntEvan Shaw
2010-05-03nacl: another attempt at fixing buildRuss Cox
2010-05-03syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE)Russ Cox
2010-05-03Add _cgo_export.[ch] targets so that make knows how they areIan Lance Taylor
2010-05-03bytes: Change IndexAny to look for UTF-8 encoded characters.Rob Pike
2010-05-03dashboard: fix benchmark json outputAndrew Gerrand
2010-05-03runtime: update godefs usage comment for GOARCH=386 GOOS={darwin,freebsd}Giles Lean
2010-05-03fix nacl buildRuss Cox
2010-05-02math: fix typo in Cbrt descriptionCharles L. Dorian
2010-05-03codelab/wiki: switch edit/view, as they were backwardsAndrew Gerrand
2010-05-01big: cleanup and removal of redundant functionalityRobert Griesemer
2010-05-01gc: be pickier about slice, chan, array, and map sizesRuss Cox
2010-05-01gmp: fix bug in SetStringRuss Cox
2010-05-01vector: use correct capacity in call to makeRuss Cox
2010-04-30big: use fast shift routinesRobert Griesemer
2010-04-30big/arith: assembly routines for 386 long shifts (2nd round)Robert Griesemer
2010-04-308g: bug272Russ Cox
2010-04-30gc: bug271Russ Cox
2010-04-30gc: bug270Russ Cox
2010-04-308l: fix absolute path detection on WindowsRuss Cox
2010-04-30syscall: handle EOF on pipe - special case on WindowsAlex Brainman
2010-04-30fix buildRobert Griesemer
2010-04-30big: improved computation of "karatsuba length" for faster multipliesRobert Griesemer
2010-04-30big: assembly routines for 386 long shiftsRobert Griesemer
2010-04-30big: implemented core shift routines in arith.go andRobert Griesemer
2010-04-30Add EWOULDBLOCK to sycall_nacl.go.Nigel Tao
2010-04-29rename GOOS=mingw to GOOS=windowsAlex Brainman
2010-04-29syscall: force O_LARGEFILE in Linux open system callRuss Cox
2010-04-29syscall: mingw SleepJoe Poirier
2010-04-29gc: never include ( ) on singleton func return typeRuss Cox
2010-04-29gc: bug268Russ Cox
2010-04-29net: use short variable declarationChristopher Wedgwood
2010-04-29net: parser should handle EOF without newline properly.Christopher Wedgwood
2010-04-29go spec: fix iota descriptionRobert Griesemer
2010-04-29codelab/index.html: a few typos.Andrey Mirtchovski
2010-04-29codelab/index.html "os" needs to be imported because os.Error is used almost ...Andrey Mirtchovski
2010-04-28darwin: bsdthread_create can fail; print good errorRuss Cox