aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-08bug in stack size in arm.Ken Thompson
2010-10-08build: add GOHOSTOS and GOHOSTARCH environment variables.Andrew Gerrand
2010-10-07big: fix panic and round correctly in Rat.FloatStringAnthony Martin
2010-10-075l, 8l: dregsRuss Cox
2010-10-07runtime: fix tiny buildRuss Cox
2010-10-07net: allow _ in namesRuss Cox
2010-10-07runtime: fix argument dump in tracebackRuss Cox
2010-10-07gc: maybe the code is only mostly deadRuss Cox
2010-10-07[568]a: precise linenumbers for statements.Luuk van Dijk
2010-10-07life: fix for new slice rulesGraham Miller
2010-10-07gc: better error for method non-callRuss Cox
2010-10-07gc: elide dead codeRuss Cox
2010-10-07gc: fix error for 1 <- "foo"Russ Cox
2010-10-07runtime: faster strequal, memequalGraham Miller
2010-10-07A+C: Graham Miller (individual CLA)Russ Cox
2010-10-06codereview: disallow submit of *.[chys] files indented with spacesRuss Cox
2010-10-06playground.html: filesystem is not a word.Rob Pike
2010-10-06net: comment pedantryRuss Cox
2010-10-06runtime: correct iteration of large map valuesRuss Cox
2010-10-06build: disable archive/zip for nacl (fix build)Russ Cox
2010-10-06gc: ... bugRuss Cox
2010-10-06gc: O(1) string comparison when lengths differRuss Cox
2010-10-06ld: share asmlcRuss Cox
2010-10-06http: return the correct error if a header line is too long.Stephen Ma
2010-10-06net: fix commentMikio Hara
2010-10-06syscall: add ucred structure for SCM_CREDENTIALS over UNIX sockets.Albert Strasheim
2010-10-06A+C: Albert StrasheimAndrew Gerrand
2010-10-06bufio: minor documentation fix.Stephen Ma
2010-10-056g: set kind to KindUnsafePointer where appropriate in reflect structures.Luuk van Dijk
2010-10-05websocket: enable tests on windowsAlex Brainman
2010-10-04fmt: allow %d on []byteRob Pike
2010-10-04os: make tests work on windowsAlex Brainman
2010-10-04add _testmain.go to .hgignoreAlex Brainman
2010-10-03gc: various bugsRuss Cox
2010-10-01Make.pkg: remove .so before installing new oneRuss Cox
2010-10-01arm: enable 9 more package testsRuss Cox
2010-10-01Use Errorf where appropriate.Andrew Gerrand
2010-10-01fmt: add Errorf helper functionAndrew Gerrand
2010-09-30code gen error forKen Thompson
2010-09-30gc: bug308Russ Cox
2010-09-30gc: correct buffer size in sprint, add -L to show full pathsRuss Cox
2010-09-30gc, spec, tests: no auto-indirect of pointer to interface valueRuss Cox
2010-09-30libcgo: fix commentRuss Cox
2010-09-30fix arm build on darwin leopardRuss Cox
2010-09-30runtime: serialize mcache allocationRuss Cox
2010-09-30tag release.2010-09-29Andrew Gerrand
2010-09-30release.2010-09-29weekly.2010-09-29Andrew Gerrand
2010-09-30doc: add to and consolidate non-english doc referencesAndrew Gerrand
2010-09-30http: fix http handler signature changes previously missedStephen Ma
2010-09-30doc: update http handler usage for new signatureStephen Ma