aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-20goinstall: s/vlogf/printf/Andrew Gerrand
2011-06-20goinstall: wait for all commands to finish instead of timeoutAndrew Gerrand
2011-06-20exec: add support for Plan 9Anthony Martin
2011-06-20goinstall: Add support for arbitary code repositoriesJulian Phillips
2011-06-20doc/GoCourseDay1: shrink the PDF by rewriting it using ps2pdf.Rob Pike
2011-06-20godefs: rudimentary testsRobert Hencke
2011-06-208a: delete dreg l.sRob Pike
2011-06-19time: add support for Plan 9Anthony Martin
2011-06-19A+C: add Julian PhillipsAndrew Gerrand
2011-06-19Make.ccmd: another build fix.Rob Pike
2011-06-19Make.ccmd: fix build - libraries in wrong order.Rob Pike
2011-06-19cc: nit: silence comment warningsDave Cheney
2011-06-19Make.ccmd: link with mach lib,Joe Poirier
2011-06-19doc/faq: remove misleading FAQ entryAndrew Gerrand
2011-06-19goinstall: always rebuild a package after its dependencies are builtAndrew Gerrand
2011-06-18http: fix documentation typoScott Lawrence
2011-06-18doc/faq: add question about converting from []T to []interface{}Andrew Gerrand
2011-06-17syscall: fix build for Sizeof changeRuss Cox
2011-06-17gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptrRuss Cox
2011-06-175g, 8g: fix buildRuss Cox
2011-06-17gc: implement goto restrictionRuss Cox
2011-06-17gc: descriptive panic for nil pointer -> value method callRuss Cox
2011-06-17spec: disallow goto into blocksRuss Cox
2011-06-17respect goto restrictionsRuss Cox
2011-06-17go/build: use back quotes for regular expressionAlex Brainman
2011-06-178l: minor fix discovered by lucioAlex Brainman
2011-06-17tag weekly.2011-06-16Andrew Gerrand
2011-06-17weekly.2011-06-16weekly.2011-06-16Andrew Gerrand
2011-06-17goinstall, go/build: support building cgo packagesAndrew Gerrand
2011-06-17doc/effective_go: add a note about prefixing error strings with theirNigel Tao
2011-06-17regexp: add a package prefix to error strings.Nigel Tao
2011-06-17cgo: make file path work for windowsAlex Brainman
2011-06-16http: document http client/transport thread safetyBrad Fitzpatrick
2011-06-16unicode: add case folding tablesRuss Cox
2011-06-16http: make Headers be source of truthBrad Fitzpatrick
2011-06-16xml: allow attributes without value in non-strict mode.Volker Dobler
2011-06-16A+C: Volker Dobler (individual CLA)Russ Cox
2011-06-16mime/multipart: convert Reader from interface to structBrad Fitzpatrick
2011-06-16runtime/cgo: fix for OS X 10.7Russ Cox
2011-06-16sort: change the name of Float64Array to Float64Slice.Rob Pike
2011-06-16tag release = release.r57.2Russ Cox
2011-06-16tag release.r57.2Russ Cox
2011-06-16docs/GoCourseDay1.pdf: fix error in operator table.Rob Pike
2011-06-16doc: document r57.2Russ Cox
2011-06-166g, 8g: fix goto fixRuss Cox
2011-06-15go/printer, gofmt: print "select {}" on one lineRobert Griesemer
2011-06-16gc: work around goto bugRuss Cox
2011-06-16build: use awk instead of giant egrep regexpRuss Cox
2011-06-16go/build: support building cgo packages on non intel platformsDave Cheney
2011-06-16image/draw: add an Op argument to Draw.Nigel Tao