summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release.2010-04-27weekly.2010-04-27Andrew Gerrand2010-04-281-0/+63
* wiki codelab: typo fixAndrew Gerrand2010-04-282-2/+2
* Wiki codelab, complete with tests.Andrew Gerrand2010-04-2821-0/+2513
* big: implemented Karatsuba multiplicationRobert Griesemer2010-04-275-92/+491
* net: drop non-RHEL-4.6 ports from testRuss Cox2010-04-271-2/+0
* iterable: expose iterFunc as iterable.FuncRuss Cox2010-04-271-16/+17
* net: fix bug in internetSocket introduced by error cleanup.Russ Cox2010-04-271-1/+1
* go spec: fix wrong commentRobert Griesemer2010-04-271-1/+1
* go_tutorial: removed outdated use of semicolonsAndrew Gerrand2010-04-282-44/+44
* gc: better windows detectionRuss Cox2010-04-272-20/+8
* template: remove reference to json-templateAndrew Gerrand2010-04-281-3/+1
* pidigits: ~10% performance win by using adds instead of shiftsRobert Griesemer2010-04-271-2/+2
* fix buildRobert Griesemer2010-04-271-1/+1
* gc: fix islocalname on windowsRuss Cox2010-04-272-1/+28
* rpc/jsonrpc: support for jsonrpc wire encodingRuss Cox2010-04-275-0/+393
* json: delete obsolete codeRuss Cox2010-04-273-452/+0
* rpc: abstract client and server encodingsRuss Cox2010-04-272-41/+131
* gofmt: fine-tune stripping of parenthesesRobert Griesemer2010-04-273-46/+96
* 6g bug: no need for parens around array index expressionRobert Griesemer2010-04-272-0/+26
* go/parser: don't require parens around composite literals inside a composite ...Robert Griesemer2010-04-272-0/+5
* gofmt: don't strip mandatory ()'s around composite literals in control clausesRobert Griesemer2010-04-273-7/+73
* json: streamingRuss Cox2010-04-273-0/+308
* godoc: use int64 for timestampsChristopher Wedgwood2010-04-271-4/+3
* json: preserve field name case by defaultRuss Cox2010-04-273-127/+164
* pipe: implementation #3; this time for sure!Russ Cox2010-04-272-118/+220
* homepage: removed animation, use custom js instead of gdynamicfeedsAndrew Gerrand2010-04-272-13/+24
* time: remove incorrect time.ISO8601 and add time.RFC3339Micah Stetson2010-04-272-54/+88
* syscall: fix mingw buildAlex Brainman2010-04-261-0/+1
* os, syscall: more mingwAlex Brainman2010-04-269-77/+353
* os: create sys_bsd.goGiles Lean2010-04-263-18/+7
* os: Fix build for MinGWEvan Shaw2010-04-261-1/+1
* rename cgo2c to goc2c in ignored listAlex Brainman2010-04-261-1/+1
* Added fannkuch-parallel.goKyle Consalus2010-04-263-0/+257
* math: more special cases for signed zeroCharles L. Dorian2010-04-268-164/+421
* gc: more specific error for statements at top levelRuss Cox2010-04-262-10/+40
* godoc: add codewalk supportRuss Cox2010-04-2610-3/+1244
* crypto/tls: simpler implementation of record layerRuss Cox2010-04-2615-1312/+1065
* net: introduce net.Error interfaceRuss Cox2010-04-2612-318/+350
* doc/root.html: remove key from jsapi srcAndrew Gerrand2010-04-271-1/+1
* net: add PipeRuss Cox2010-04-263-0/+120
* bytes: add Next method to Buffer, simplify Read.Russ Cox2010-04-262-6/+47
* xml: fix innerxml handling of & escapesRuss Cox2010-04-262-5/+6
* template: fix handling of pointer inside interfaceRuss Cox2010-04-262-1/+8
* regexp: allow escaping of any punctuationRuss Cox2010-04-262-4/+13
* libmach: disassemble MOVLQZX correctlyRuss Cox2010-04-261-2/+6
* runtime: closures, defer bug fix for Native ClientRuss Cox2010-04-2236-484/+423
* os/stat_freebsd.go: maybe fix build for freebsdRob Pike2010-04-221-1/+1
* go_faq: typo fixAndrew Gerrand2010-04-231-1/+1
* big: Create type natEvan Shaw2010-04-225-310/+312
* FileInfo: regularize the types of some fields.Rob Pike2010-04-2211-50/+50