aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-09-296prof: more accurate usage message.David Symonds
2010-09-29build: disable archive/zip on armRuss Cox
2010-09-30archive/zip: new package for reading ZIP filesAndrew Gerrand
2010-09-30misc/dashboard/builder: remove build files after benchmarkingAndrew Gerrand
2010-09-30doc: faq updates part oneAndrew Gerrand
2010-09-29install.html: minor sentence fixRobert Griesemer
2010-09-296l, 8l: fix -K implementationRuss Cox
2010-09-29Effective Go: update for new http interface.Rob Pike
2010-09-29doc: consolidate FAQs into a single file, go_faq.htmlAndrew Gerrand