aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-06-15syscall: use strict in perl scriptsYasuhiro Matsumoto
2011-06-15undo CL 4557047 / 8818ac606e92Russ Cox
2011-06-15godoc: replace direct OS file system accesses in favorRobert Griesemer
2011-06-16doc/effective_go.html: replace tab with spaces.Rob Pike
2011-06-16http: use runtime/debug.Stack() to dump stack trace on panic.Rob Pike
2011-06-15go/build: better, self-contained testsAndrew Gerrand
2011-06-15gofix: Fix inconsistent indentation in help outputScott Lawrence
2011-06-15go/build: remove crud in cgotest/_objDave Cheney
2011-06-15go/build: fix build and clean upsAndrew Gerrand
2011-06-15go/build: record all cgo intermediate files (fix build)Andrew Gerrand
2011-06-15goinstall: use go/make package to scan and build packagesAndrew Gerrand
2011-06-15syscall: mksyscall_windows.pl should output unix newline.Yasuhiro Matsumoto
2011-06-15mail: cosmetic fixes.David Symonds
2011-06-14exp/regexp/syntax: more escapes, character classesRuss Cox
2011-06-14build: fix header files for Plan 9Lucio De Re
2011-06-14ld: make .rodata section read-onlyGustavo Niemeyer
2011-06-14debug/elf: rename test .o files to .objGustavo Niemeyer
2011-06-14net: export all fields in InterfaceMikio Hara
2011-06-14syscall: add ptrace on darwinJeff Hodges
2011-06-14xml: handle non-string attribute fieldsMaxim Ushakov
2011-06-14exec: make LookPath work even when PATHEXT env variable is not set on WindowsAlex Brainman
2011-06-14http/spdy: improve error handling.William Chan
2011-06-14syscall: fix Plan 9 build.Yuval Pavel Zholkover
2011-06-14syscall: update BPF support for BSD variantsMikio Hara
2011-06-14os: Plan 9, fix OpenFile & Chmod. Update tests.Yuval Pavel Zholkover
2011-06-14ld: fix link Windows PE __declspec(dllimport) symbolWei Guangjing
2011-06-14gc: frame compaction for arm.Luuk van Dijk