aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-15weekly.2011-12-14weekly.2011-12-14Andrew Gerrand
2011-12-14spec: skip carriage returns in raw literalsRob Pike
2011-12-14go: implement build, install, runRuss Cox
2011-12-14fmt: don't recur if String method (etc.) misbehavesRob Pike
2011-12-15html: don't leave "in column group" mode when ignoring a tokenAndrew Balholm
2011-12-14cgo: add basic gccgo support.Rémy Oudompheng
2011-12-145c, 6c, 8c: support 64-bit switch valueAnthony Martin
2011-12-14gzip: Convert between Latin-1 and UnicodeVadim Vygonets
2011-12-14net/smtp: add CRAM-MD5 authenticationVadim Vygonets
2011-12-14A+C: Vadim Vygonets (individual CLA)Russ Cox
2011-12-14misc/osx: Rename profile.go to profile_go to avoid confusing scriptsScott Lawrence
2011-12-14html/template: define the FuncMap type locallyRob Pike
2011-12-14gotest: use build.DefaultContext.GOARCHRobert Hencke
2011-12-14http: fix failing Transport HEAD request with gzip-looking responseBrad Fitzpatrick
2011-12-14strconv: slightly faster int conversion for GOARCH=386Robert Griesemer
2011-12-14json: treat renamed byte slices the same as []byteRob Pike
2011-12-14strconv: even faster int conversionRobert Griesemer
2011-12-14undo CL 5477092 / c3c6e72d7cc5Robert Griesemer
2011-12-14net/http: fix bug in error checkingRobert Griesemer
2011-12-14gc: use inferred type rather than original one when reporting non-assignability.Luuk van Dijk
2011-12-14crypto/tls: make compatible with go/buildRuss Cox
2011-12-14hash/crc32: make compatible with go/buildRuss Cox
2011-12-14go/build: make compatible with go/buildRuss Cox
2011-12-14gc: add forgotten typecheck in a lonely corner of sinitLuuk van Dijk
2011-12-14gc: inlining (disabled without -l)Luuk van Dijk
2011-12-14html: close <button> element before opening a new oneAndrew Balholm
2011-12-14gc: Use %#F in error messages instead of %F.Luuk van Dijk
2011-12-14gc: suppress non-root cause message for bad receivers.Luuk van Dijk
2011-12-14undo CL 5485063 / 21595dc0395aRuss Cox
2011-12-13runtime: bump gc 'extra bytes' checkChristopher Wedgwood
2011-12-148c: handle 64-bit switch valueRuss Cox
2011-12-13encoding/gob: better error messages when types mismatchRob Pike
2011-12-14exp/winfsnotify: fix build.Yasuhiro Matsumoto
2011-12-13spec: values of underlying type uintptr can be converted to unsafe.PointerRobert Griesemer
2011-12-14syscall: regenerate z-files for openbsdJoel Sing
2011-12-13runtime: Make gc_test test extra allocated space, not total space.Ian Lance Taylor
2011-12-13bufio: make the minimum read buffer size 16 bytes.Rob Pike
2011-12-13test/garbage: move to test/bench/garbageRuss Cox
2011-12-13fix build, sorryRuss Cox
2011-12-13strconv: some allocation testsBrad Fitzpatrick
2011-12-13test/bench: move to test/bench/shootoutRuss Cox
2011-12-13contribute.html: do not fill in the reviewer fieldFlorian Weimer
2011-12-13A+C: Florian Weimer (individual CLA)Russ Cox
2011-12-13math: delete non-Sqrt-based HypotRuss Cox
2011-12-13undo CL 5414048 / f6b994f33cf4Russ Cox
2011-12-13go/printer, godoc: print comments in example codeRobert Griesemer
2011-12-13gofmt: simplify flagsRobert Griesemer
2011-12-14gofix: add googlecode module for rewriting Google Code importsAndrew Gerrand
2011-12-13http: close connection after printing panic stack traceRoger Peppe
2011-12-13gofix: add fix httputilYasuhiro Matsumoto