summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.r57] docs/GoCourseDay1.pdf: fix error in operator table.release.r57.2release-branch.r57Russ Cox2011-06-161-0/+0
* [release-branch.r57] docs: Update notes for 3-day Go course.Russ Cox2011-06-166-5/+14
* [release-branch.r57] doc: document r57.2Russ Cox2011-06-161-0/+1
* [release-branch.r57] 6g, 8g: fix goto fixRuss Cox2011-06-162-2/+8
* [release-branch.r57] gc: work around goto bugRuss Cox2011-06-167-0/+159
* reflect: make allocation test less fragile.Rob Pike2011-05-081-1/+3
* [release-branch.r57] doc: document r57.1release.r57.1Russ Cox2011-05-041-1/+5
* [release-branch.r57] http: fix FormFile nil pointer dereference on missing m...Russ Cox2011-05-032-3/+33
* [release-branch.r57] doc: release.r57release.r57Russ Cox2011-05-035-2920/+3096
* [release-branch.r57] Make.cmd: create TARGDIR if necessaryRuss Cox2011-05-031-1/+1
* [release-branch.r57] reflect: allow unexported key in Value.MapIndexRuss Cox2011-05-032-3/+28
* [release-branch.r57] jpeg: speed up RGBA encoding ~%50Russ Cox2011-05-031-1/+31
* [release-branch.r57] doc/install: specify clone -u instead of -rRuss Cox2011-05-031-1/+1
* [release-branch.r57] image: fix buildRuss Cox2011-05-031-0/+7
* [release-branch.r57] image: add type-specific Set methods and use them when d...Russ Cox2011-05-032-13/+62
* [release-branch.r57] http/pprof: fix POST reading bugRuss Cox2011-05-032-6/+17
* [release-branch.r57] 5a, 6a, 8a, cc: remove old environment variablesRuss Cox2011-05-034-201/+16
* [release-branch.r57] runtime, sync/atomic: fix arm casRuss Cox2011-05-032-4/+32
* [release-branch.r57] png: speed up opaque RGBA encodingRuss Cox2011-05-032-11/+47
* [release-branch.r57] http: rename ErrBodyReadAferClose to ErrBodyReadAfterCloseRuss Cox2011-05-031-3/+3
* [release-branch.r57] mime/multipart: fix regression from previous ReadSlice c...Russ Cox2011-05-032-128/+194
* [release-branch.r57] http: new error for reading a body after it's been closedRuss Cox2011-05-031-0/+20
* [release-branch.r57] image: png & jpeg encoding benchmarksRuss Cox2011-05-032-4/+64
* [release-branch.r57] xml: fix reflect errorRuss Cox2011-05-032-44/+46
* create release-branch.r57Russ Cox2011-05-031-13/+127
* weekly.2011-04-27weekly.2011-04-27Andrew Gerrand2011-04-282-1/+133
* http: add MultipartForm, FormFile, and ParseMultipartForm to RequestAndrew Gerrand2011-04-283-15/+217
* adler32: speed up ~40% by avoiding bounds checksBrad Fitzpatrick2011-04-272-2/+16
* runtime: fix typo in gc bug fixRuss Cox2011-04-281-6/+5
* gc: correctly handle fields of pointer type to recursive forward referencesLorenzo Stoakes2011-04-286-20/+181
* runtime: stack split + garbage collection bugRuss Cox2011-04-276-13/+76
* cgo: handle versioned ELF symbolsRuss Cox2011-04-2714-116/+451
* runtime: allow use of >512 MB on 32-bit platformsRuss Cox2011-04-272-7/+3
* mime/multipart: add ReadForm and associated typesAndrew Gerrand2011-04-284-3/+272
* tar: use ioutil.DiscardBrad Fitzpatrick2011-04-271-7/+2
* ioutil: add Discard, update tree.Brad Fitzpatrick2011-04-276-33/+18
* http: put a limit on POST sizeBrad Fitzpatrick2011-04-271-1/+5
* http: keep gzip reader inside eofsignalerBrad Fitzpatrick2011-04-273-53/+144
* reflect: Fix Copy of arraysGustavo Niemeyer2011-04-272-1/+28
* cgi: improve Location response handlingBrad Fitzpatrick2011-04-273-9/+116
* runtime: fix mkversion to output valid path separatorsPeter Mundy2011-04-271-1/+1
* http/fcgi: New packageEvan Shaw2011-04-275-0/+726
* tutorial: replace the forever loops with finite counts in sieve programs.Rob Pike2011-04-274-28/+29
* gopack: preserve safe flag when not adding unsafe objects to archiveRuss Cox2011-04-271-4/+37
* doc: mention make version in install.htmlRuss Cox2011-04-261-1/+1
* goinstall: support GOPATH; building and installing outside the Go treeAndrew Gerrand2011-04-278-46/+185
* builder: build multiple targets in parallelAndrew Gerrand2011-04-271-3/+14
* rpc: run benchmarks over HTTP as well as direct network connections.Rob Pike2011-04-261-7/+31
* rpc: allow the argument (first arg of method) to be a value rather than a poi...Rob Pike2011-04-262-27/+39
* http: new tests + panic hunting issue 1725Brad Fitzpatrick2011-04-262-5/+99