summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-28rpc: allow non-struct args and reply (they must still be pointers)Rob Pike2-41/+75
2010-06-28netchan: allow chan of basic types now that gob can handle suchRob Pike3-24/+16
2010-06-28fmt.Printf: fix bug in handling of %#v.Rob Pike3-63/+68
2010-06-28gob: allow transmission of things other than structs at the top level.Rob Pike6-113/+234
2010-06-28Move the functions, newPollServer and Run, from fd.goVinu Rajashekhar3-75/+88
2010-06-288g compiler missing call to splitclean().Ken Thompson1-1/+4
2010-06-27optimization of static initializationKen Thompson4-128/+202
2010-06-24fmt.Scan: fix handling of EOFs.Rob Pike2-2/+53
2010-06-24gob: add support for complex numbersRob Pike4-69/+224
2010-06-23gc: fix crash for nested complex divisionRuss Cox2-1/+7
2010-06-23godashboard: add Projects pageAndrew Gerrand11-6/+319
2010-06-23Build draw/x11. Skip for test.Christopher Wedgwood1-0/+2
2010-06-22regexp: restore accidentally deleted test item.Rob Pike1-0/+1
2010-06-22regexp: bug fix: need to track whether match begins with fixed prefix.Rob Pike2-17/+20
2010-06-22debug/dwarf: update PDF link.Rob Pike1-1/+1
2010-06-22misc/vim: always override filetype detection for .go filesAndrew Gerrand1-1/+1
2010-06-21runtime: split extern.go into debug.go, extern.go, sig.go.Russ Cox6-152/+164
2010-06-21big, bytes: move assembly externs to separate fileRuss Cox6-14/+28
2010-06-21net: move Dial, Listen out of net.go.Russ Cox3-172/+180
2010-06-21ld: add -u flag to check safe bits; discard old -u, -x flagsRuss Cox4-31/+28
2010-06-21runtime: delete old typesRuss Cox1-36/+0
2010-06-21net: Fix ICMP test.Christopher Wedgwood1-2/+2
2010-06-21test: another listen on ":0" -> "127.0.0.1:0"Russ Cox1-1/+1
2010-06-21release.2010-06-21 tagAndrew Gerrand0-0/+0
2010-06-21release.2010-06-21Andrew Gerrand1-0/+46
2010-06-21syslog: use local network for testsRuss Cox1-1/+1
2010-06-21reflect: add Type.Bits method, add tags to prohibit conversionsRuss Cox9-144/+112
2010-06-21gc: include struct field tags in type equalityRuss Cox1-1/+13
2010-06-21pkg/Makefile: allow DISABLE_NET_TESTS=1 to disable network testsRuss Cox4-11/+16
2010-06-21spec: struct tags must be identical for types to be identicalRuss Cox1-1/+2
2010-06-21goinstall: process dependencies for package mainRoger Peppe3-16/+30
2010-06-21misc/vim: clarifies syntax highlighting installation instructionsJames Whitehead1-6/+17
2010-06-20undo changes accidentally included in 09c5add99d50Russ Cox7-37/+22
2010-06-20reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox25-937/+623
2010-06-20gc: delete debug printRuss Cox1-1/+0
2010-06-20errchk: fix build - allow matches in multiline error messagesRuss Cox1-1/+6
2010-06-20gc: better error messages for interface failures, conversionsRuss Cox14-58/+139
2010-06-20gc: fix build - subnode not addable in complexgenRuss Cox1-6/+9
2010-06-20misc/vim: reorganize plugin so it uses ftplugin and syntaxJames Whitehead3-0/+13
2010-06-18nacl: fix buildRuss Cox2-2/+2
2010-06-18strconv: add AtofN, FtoaNRuss Cox4-0/+47
2010-06-18test: add missing import for zerodivideChristopher Wedgwood1-0/+1
2010-06-18fmt.Scanf: improve error message when input does not match formatRob Pike2-4/+7
2010-06-18Effective Go: minor change to correct a comment in an exampleRob Pike1-1/+1
2010-06-18complex divide: match C99 implementationRuss Cox7-41/+2569
2010-06-18Effective Go: panic and recoverRob Pike1-3/+168
2010-06-16Effective Go: add a section on defer.Rob Pike1-3/+143
2010-06-16http: reply to Expect 100-continue requests automaticallyBrad Fitzpatrick2-0/+35
2010-06-16cmd/gotest: Delete temporary _testmain.go files.Nigel Tao1-1/+1
2010-06-16image: add an Alpha16 type, for completeness.Nigel Tao2-0/+69