summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-15fmt.Scan: fix %c in the case where the input does not implement ReadRune itself.Rob Pike2-29/+100
2010-06-15bytes.Buffer.ReadFrom: fix bug.Rob Pike1-1/+1
2010-06-14Effective Go: update ... discussion.Rob Pike1-11/+28
2010-06-14runtime: correct fault for 16-bit divide on LeopardRuss Cox4-14/+10
2010-06-14fmt.Printf: write tests for %T.Rob Pike2-1/+7
2010-06-14fmt.Print*: reimplement to switch on type first.Rob Pike6-626/+457
2010-06-15html: sync testdata/webkit to match WebKit tip.Nigel Tao1-0/+44
2010-06-14Add test for division by zero.Rob Pike2-0/+180
2010-06-14Add IndexFunc and LastIndexFunc.Roger Peppe2-36/+187
2010-06-14tutorial: update discussion of variadic functionsRob Pike2-15/+25
2010-06-14gc: no more ...Russ Cox17-838/+497
2010-06-14remove uses of ... from tree, add one testRuss Cox9-47/+54
2010-06-14exp/draw: small draw.drawGlyphOver optimization.Nigel Tao1-10/+11
2010-06-12spec: remove ... (keeping ...T)Russ Cox1-60/+21
2010-06-12gc: less aggressive name binding, for better line numbers in errorsRuss Cox9-82/+155
2010-06-12runtime: fix 386 signal handler bugRuss Cox2-15/+35
2010-06-12gopack: add S flag to force marking a package as safeRuss Cox2-4/+16
2010-06-11spec: clarify that result parameters are always zeroed before the function ex...Rob Pike1-2/+5
2010-06-118l: correct test for sp == top of stack in 8l -K codeRuss Cox1-1/+1
2010-06-11gopack: simplify go metadata codeRuss Cox1-314/+36
2010-06-11gc: change -u to require imports to be marked safeRuss Cox5-3/+22