aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-27optimization of static initializationKen Thompson
2010-06-24fmt.Scan: fix handling of EOFs.Rob Pike
2010-06-24gob: add support for complex numbersRob Pike
2010-06-23gc: fix crash for nested complex divisionRuss Cox
2010-06-23godashboard: add Projects pageAndrew Gerrand
2010-06-23Build draw/x11. Skip for test.Christopher Wedgwood
2010-06-22regexp: restore accidentally deleted test item.Rob Pike
2010-06-22regexp: bug fix: need to track whether match begins with fixed prefix.Rob Pike
2010-06-22debug/dwarf: update PDF link.Rob Pike
2010-06-22misc/vim: always override filetype detection for .go filesAndrew Gerrand
2010-06-21runtime: split extern.go into debug.go, extern.go, sig.go.Russ Cox
2010-06-21big, bytes: move assembly externs to separate fileRuss Cox
2010-06-21net: move Dial, Listen out of net.go.Russ Cox
2010-06-21ld: add -u flag to check safe bits; discard old -u, -x flagsRuss Cox
2010-06-21runtime: delete old typesRuss Cox
2010-06-21net: Fix ICMP test.Christopher Wedgwood
2010-06-21test: another listen on ":0" -> "127.0.0.1:0"Russ Cox
2010-06-21release.2010-06-21 tagAndrew Gerrand
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