aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-21release.2010-06-21weekly.2010-06-21Andrew Gerrand
2010-06-21syslog: use local network for testsRuss Cox
2010-06-21reflect: add Type.Bits method, add tags to prohibit conversionsRuss Cox
2010-06-21gc: include struct field tags in type equalityRuss Cox
2010-06-21pkg/Makefile: allow DISABLE_NET_TESTS=1 to disable network testsRuss Cox
2010-06-21spec: struct tags must be identical for types to be identicalRuss Cox
2010-06-21goinstall: process dependencies for package mainRoger Peppe
2010-06-21misc/vim: clarifies syntax highlighting installation instructionsJames Whitehead
2010-06-20undo changes accidentally included in 09c5add99d50Russ Cox
2010-06-20reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox
2010-06-20gc: delete debug printRuss Cox
2010-06-20errchk: fix build - allow matches in multiline error messagesRuss Cox
2010-06-20gc: better error messages for interface failures, conversionsRuss Cox
2010-06-20gc: fix build - subnode not addable in complexgenRuss Cox
2010-06-20misc/vim: reorganize plugin so it uses ftplugin and syntaxJames Whitehead
2010-06-18nacl: fix buildRuss Cox
2010-06-18strconv: add AtofN, FtoaNRuss Cox
2010-06-18test: add missing import for zerodivideChristopher Wedgwood
2010-06-18fmt.Scanf: improve error message when input does not match formatRob Pike
2010-06-18Effective Go: minor change to correct a comment in an exampleRob Pike
2010-06-18complex divide: match C99 implementationRuss Cox
2010-06-18Effective Go: panic and recoverRob Pike
2010-06-16Effective Go: add a section on defer.Rob Pike
2010-06-16http: reply to Expect 100-continue requests automaticallyBrad Fitzpatrick
2010-06-16cmd/gotest: Delete temporary _testmain.go files.Nigel Tao
2010-06-16image: add an Alpha16 type, for completeness.Nigel Tao
2010-06-15fmt.Scan: fix %c in the case where the input does not implement ReadRune itself.Rob Pike
2010-06-15bytes.Buffer.ReadFrom: fix bug.Rob Pike
2010-06-14Effective Go: update ... discussion.Rob Pike
2010-06-14runtime: correct fault for 16-bit divide on LeopardRuss Cox
2010-06-14fmt.Printf: write tests for %T.Rob Pike
2010-06-14fmt.Print*: reimplement to switch on type first.Rob Pike
2010-06-15html: sync testdata/webkit to match WebKit tip.Nigel Tao
2010-06-14Add test for division by zero.Rob Pike
2010-06-14Add IndexFunc and LastIndexFunc.Roger Peppe
2010-06-14tutorial: update discussion of variadic functionsRob Pike
2010-06-14gc: no more ...Russ Cox
2010-06-14remove uses of ... from tree, add one testRuss Cox
2010-06-14exp/draw: small draw.drawGlyphOver optimization.Nigel Tao
2010-06-12spec: remove ... (keeping ...T)Russ Cox
2010-06-12gc: less aggressive name binding, for better line numbers in errorsRuss Cox
2010-06-12runtime: fix 386 signal handler bugRuss Cox
2010-06-12gopack: add S flag to force marking a package as safeRuss Cox
2010-06-11spec: clarify that result parameters are always zeroed before the function ex...Rob Pike
2010-06-118l: correct test for sp == top of stack in 8l -K codeRuss Cox
2010-06-11gopack: simplify go metadata codeRuss Cox
2010-06-11gc: change -u to require imports to be marked safeRuss Cox
2010-06-11Pad Go symbol table out to page boundary when linking dynamically.Ian Lance Taylor
2010-06-11runtime: switch to OS stack during Windows syscallAlex Brainman
2010-06-11runtime: free lock handles on WindowsAlex Brainman