summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* godashboard: add Projects pageAndrew Gerrand2010-06-2311-6/+319
* Build draw/x11. Skip for test.Christopher Wedgwood2010-06-231-0/+2
* regexp: restore accidentally deleted test item.Rob Pike2010-06-221-0/+1
* regexp: bug fix: need to track whether match begins with fixed prefix.Rob Pike2010-06-222-17/+20
* debug/dwarf: update PDF link.Rob Pike2010-06-221-1/+1
* misc/vim: always override filetype detection for .go filesAndrew Gerrand2010-06-221-1/+1
* runtime: split extern.go into debug.go, extern.go, sig.go.Russ Cox2010-06-216-152/+164
* big, bytes: move assembly externs to separate fileRuss Cox2010-06-216-14/+28
* net: move Dial, Listen out of net.go.Russ Cox2010-06-213-172/+180
* ld: add -u flag to check safe bits; discard old -u, -x flagsRuss Cox2010-06-214-31/+28
* runtime: delete old typesRuss Cox2010-06-211-36/+0
* net: Fix ICMP test.Christopher Wedgwood2010-06-211-2/+2
* test: another listen on ":0" -> "127.0.0.1:0"Russ Cox2010-06-211-1/+1
* release.2010-06-21 tagAndrew Gerrand2010-06-210-0/+0
* release.2010-06-21weekly.2010-06-21Andrew Gerrand2010-06-211-0/+46
* syslog: use local network for testsRuss Cox2010-06-211-1/+1
* reflect: add Type.Bits method, add tags to prohibit conversionsRuss Cox2010-06-219-144/+112
* gc: include struct field tags in type equalityRuss Cox2010-06-211-1/+13
* pkg/Makefile: allow DISABLE_NET_TESTS=1 to disable network testsRuss Cox2010-06-214-11/+16
* spec: struct tags must be identical for types to be identicalRuss Cox2010-06-211-1/+2
* goinstall: process dependencies for package mainRoger Peppe2010-06-213-16/+30
* misc/vim: clarifies syntax highlighting installation instructionsJames Whitehead2010-06-211-6/+17
* undo changes accidentally included in 09c5add99d50Russ Cox2010-06-207-37/+22
* reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox2010-06-2025-937/+623
* gc: delete debug printRuss Cox2010-06-201-1/+0
* errchk: fix build - allow matches in multiline error messagesRuss Cox2010-06-201-1/+6
* gc: better error messages for interface failures, conversionsRuss Cox2010-06-2014-58/+139
* gc: fix build - subnode not addable in complexgenRuss Cox2010-06-201-6/+9
* misc/vim: reorganize plugin so it uses ftplugin and syntaxJames Whitehead2010-06-203-0/+13
* nacl: fix buildRuss Cox2010-06-182-2/+2
* strconv: add AtofN, FtoaNRuss Cox2010-06-184-0/+47
* test: add missing import for zerodivideChristopher Wedgwood2010-06-181-0/+1
* fmt.Scanf: improve error message when input does not match formatRob Pike2010-06-182-4/+7
* Effective Go: minor change to correct a comment in an exampleRob Pike2010-06-181-1/+1
* complex divide: match C99 implementationRuss Cox2010-06-187-41/+2569
* Effective Go: panic and recoverRob Pike2010-06-181-3/+168
* Effective Go: add a section on defer.Rob Pike2010-06-161-3/+143
* http: reply to Expect 100-continue requests automaticallyBrad Fitzpatrick2010-06-162-0/+35
* cmd/gotest: Delete temporary _testmain.go files.Nigel Tao2010-06-161-1/+1
* image: add an Alpha16 type, for completeness.Nigel Tao2010-06-162-0/+69
* fmt.Scan: fix %c in the case where the input does not implement ReadRune itself.Rob Pike2010-06-152-29/+100
* bytes.Buffer.ReadFrom: fix bug.Rob Pike2010-06-151-1/+1
* Effective Go: update ... discussion.Rob Pike2010-06-141-11/+28
* runtime: correct fault for 16-bit divide on LeopardRuss Cox2010-06-144-14/+10
* fmt.Printf: write tests for %T.Rob Pike2010-06-142-1/+7
* fmt.Print*: reimplement to switch on type first.Rob Pike2010-06-146-626/+457
* html: sync testdata/webkit to match WebKit tip.Nigel Tao2010-06-151-0/+44
* Add test for division by zero.Rob Pike2010-06-142-0/+180
* Add IndexFunc and LastIndexFunc.Roger Peppe2010-06-142-36/+187
* tutorial: update discussion of variadic functionsRob Pike2010-06-142-15/+25