summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* weekly.2011-11-08weekly.2011-11-08Andrew Gerrand2011-11-091-0/+69
* html: treat <image> as <img>Andrew Balholm2011-11-092-2/+6
* text/template: make redefinition of a template in a set more consistent.Rob Pike2011-11-082-15/+9
* runtime: add timespec definition for freebsdJoel Sing2011-11-083-0/+14
* os, syscall: fix Plan 9 buildAnthony Martin2011-11-084-5/+6
* html: parse <body>, <base>, <link>, <meta>, and <title> tags inside page bodyAndrew Balholm2011-11-082-2/+31
* runtime: add windows callback testsAlex Brainman2011-11-083-1/+105
* gotest: don't run examples that have no expected outputAndrew Gerrand2011-11-082-2/+8
* html: fix typo in package docs.Nigel Tao2011-11-081-1/+1
* net: fix build commentMikio Hara2011-11-081-1/+1
* gc: Clean up dostruct/stotype, detect broken fields and propagate up to struc...Luuk van Dijk2011-11-077-156/+268
* go/ast: fix bugs in SortImportsRuss Cox2011-11-072-6/+101
* lib9: fix windows buildRuss Cox2011-11-071-1/+1
* lib9: add ctimeRuss Cox2011-11-074-5/+33
* runtime/cgo: fix data declaration to be externRuss Cox2011-11-071-1/+1
* exp/ssh: improved client authentication supportDave Cheney2011-11-074-53/+162
* runtime: fix prototype for openbsd thrsleepJoel Sing2011-11-074-3/+23
* gc: use HEADER_IO macro from gopackRon Minnich2011-11-071-6/+18
* gc: format nitsLucio De Re2011-11-072-1/+2
* CONTRIBUTORS: add David Crawshaw's codereview accountRuss Cox2011-11-071-1/+1
* xml: allow parsing of <_> </_>.David Crawshaw2011-11-072-2/+11
* archive/zip: actually close file opened with OpenReader.Dmitry Chestnykh2011-11-072-1/+6
* net/http: fix whitespace handling in sniffer.David Symonds2011-11-072-1/+2
* runtime: windows_386 sighandler to use correct gAlex Brainman2011-11-072-40/+19
* html: be able to test more than one testdata file.Nigel Tao2011-11-071-10/+27
* gc: Better error message for range over non-receive channel.Luuk van Dijk2011-11-062-1/+8
* gc: Switch related errors should use plain format.Luuk van Dijk2011-11-062-4/+4
* math: faster GammaCharles L. Dorian2011-11-051-3/+3
* gofix: avoid panic on body-less functions in netudpgroup.David Symonds2011-11-052-1/+21
* test: make closedchan.go exit with failure if something failsIan Lance Taylor2011-11-041-0/+18
* math: improved high-angle test for Cos, Sin and TanCharles L. Dorian2011-11-041-9/+50
* goinstall: allow packages from launchpad.net/~user branches.Jani Monoses2011-11-041-1/+4
* CONTRIBUTORS: add Rietveld address for Jani MonosesGustavo Niemeyer2011-11-041-1/+1
* html/template: wraps package template instead of exposing func EscapeMike Samuel2011-11-048-127/+331
* http: support Trailers in ReadRequestBrad Fitzpatrick2011-11-043-23/+119
* gc: detect type switch variable not used cases.Luuk van Dijk2011-11-0411-31/+82
* html,bzip2,sql: rename Error methods that return error to ErrGustavo Niemeyer2011-11-0410-16/+103
* template: format error with pointer receiver.David Symonds2011-11-042-1/+22
* runtime: fix linux/arm nanotime?Russ Cox2011-11-041-20/+17
* template: format errorsRuss Cox2011-11-043-3/+7
* runtime: fix openbsd nanotime?Russ Cox2011-11-041-1/+1
* bytes: fix typo and resolve to be less idiotic next timeAndrew Gerrand2011-11-041-1/+1
* bytes: add Contains functionAndrew Gerrand2011-11-041-0/+5
* html: properly close <tr> element when an new <tr> starts.Andrew Balholm2011-11-042-7/+12
* http: doc nitsBrad Fitzpatrick2011-11-032-3/+3
* http: clarify Request docsBrad Fitzpatrick2011-11-031-8/+22
* httputil: move dump and chunking functions out of httpBrad Fitzpatrick2011-11-0311-179/+468
* gob: fix bug when registering the same type multiple timesRob Pike2011-11-032-7/+16
* http: only recognize application/x-www-form-urlencoded in ParseFormBrad Fitzpatrick2011-11-032-14/+7
* httputil: move ReverseProxy out of httpBrad Fitzpatrick2011-11-035-22/+22