Age | Commit message (Expand) | Author | Files | Lines |
2010-06-28 | rpc: allow non-struct args and reply (they must still be pointers) | Rob Pike | 2 | -41/+75 |
2010-06-28 | netchan: allow chan of basic types now that gob can handle such | Rob Pike | 3 | -24/+16 |
2010-06-28 | fmt.Printf: fix bug in handling of %#v. | Rob Pike | 3 | -63/+68 |
2010-06-28 | gob: allow transmission of things other than structs at the top level. | Rob Pike | 6 | -113/+234 |
2010-06-28 | Move the functions, newPollServer and Run, from fd.go | Vinu Rajashekhar | 3 | -75/+88 |
2010-06-28 | 8g compiler missing call to splitclean(). | Ken Thompson | 1 | -1/+4 |
2010-06-27 | optimization of static initialization | Ken Thompson | 4 | -128/+202 |
2010-06-24 | fmt.Scan: fix handling of EOFs. | Rob Pike | 2 | -2/+53 |
2010-06-24 | gob: add support for complex numbers | Rob Pike | 4 | -69/+224 |
2010-06-23 | gc: fix crash for nested complex division | Russ Cox | 2 | -1/+7 |
2010-06-23 | godashboard: add Projects page | Andrew Gerrand | 11 | -6/+319 |
2010-06-23 | Build draw/x11. Skip for test. | Christopher Wedgwood | 1 | -0/+2 |
2010-06-22 | regexp: restore accidentally deleted test item. | Rob Pike | 1 | -0/+1 |
2010-06-22 | regexp: bug fix: need to track whether match begins with fixed prefix. | Rob Pike | 2 | -17/+20 |
2010-06-22 | debug/dwarf: update PDF link. | Rob Pike | 1 | -1/+1 |
2010-06-22 | misc/vim: always override filetype detection for .go files | Andrew Gerrand | 1 | -1/+1 |
2010-06-21 | runtime: split extern.go into debug.go, extern.go, sig.go. | Russ Cox | 6 | -152/+164 |
2010-06-21 | big, bytes: move assembly externs to separate file | Russ Cox | 6 | -14/+28 |
2010-06-21 | net: move Dial, Listen out of net.go. | Russ Cox | 3 | -172/+180 |
2010-06-21 | ld: add -u flag to check safe bits; discard old -u, -x flags | Russ Cox | 4 | -31/+28 |
2010-06-21 | runtime: delete old types | Russ Cox | 1 | -36/+0 |
2010-06-21 | net: Fix ICMP test. | Christopher Wedgwood | 1 | -2/+2 |
2010-06-21 | test: another listen on ":0" -> "127.0.0.1:0" | Russ Cox | 1 | -1/+1 |
2010-06-21 | release.2010-06-21 tag | Andrew Gerrand | 0 | -0/+0 |
2010-06-21 | release.2010-06-21 | Andrew Gerrand | 1 | -0/+46 |
2010-06-21 | syslog: use local network for tests | Russ Cox | 1 | -1/+1 |
2010-06-21 | reflect: add Type.Bits method, add tags to prohibit conversions | Russ Cox | 9 | -144/+112 |
2010-06-21 | gc: include struct field tags in type equality | Russ Cox | 1 | -1/+13 |
2010-06-21 | pkg/Makefile: allow DISABLE_NET_TESTS=1 to disable network tests | Russ Cox | 4 | -11/+16 |
2010-06-21 | spec: struct tags must be identical for types to be identical | Russ Cox | 1 | -1/+2 |
2010-06-21 | goinstall: process dependencies for package main | Roger Peppe | 3 | -16/+30 |
2010-06-21 | misc/vim: clarifies syntax highlighting installation instructions | James Whitehead | 1 | -6/+17 |
2010-06-20 | undo changes accidentally included in 09c5add99d50 | Russ Cox | 7 | -37/+22 |
2010-06-20 | reflect: add Kind, remove Int8Type, Int8Value, etc. | Russ Cox | 25 | -937/+623 |
2010-06-20 | gc: delete debug print | Russ Cox | 1 | -1/+0 |
2010-06-20 | errchk: fix build - allow matches in multiline error messages | Russ Cox | 1 | -1/+6 |
2010-06-20 | gc: better error messages for interface failures, conversions | Russ Cox | 14 | -58/+139 |
2010-06-20 | gc: fix build - subnode not addable in complexgen | Russ Cox | 1 | -6/+9 |
2010-06-20 | misc/vim: reorganize plugin so it uses ftplugin and syntax | James Whitehead | 3 | -0/+13 |
2010-06-18 | nacl: fix build | Russ Cox | 2 | -2/+2 |
2010-06-18 | strconv: add AtofN, FtoaN | Russ Cox | 4 | -0/+47 |
2010-06-18 | test: add missing import for zerodivide | Christopher Wedgwood | 1 | -0/+1 |
2010-06-18 | fmt.Scanf: improve error message when input does not match format | Rob Pike | 2 | -4/+7 |
2010-06-18 | Effective Go: minor change to correct a comment in an example | Rob Pike | 1 | -1/+1 |
2010-06-18 | complex divide: match C99 implementation | Russ Cox | 7 | -41/+2569 |
2010-06-18 | Effective Go: panic and recover | Rob Pike | 1 | -3/+168 |
2010-06-16 | Effective Go: add a section on defer. | Rob Pike | 1 | -3/+143 |
2010-06-16 | http: reply to Expect 100-continue requests automatically | Brad Fitzpatrick | 2 | -0/+35 |
2010-06-16 | cmd/gotest: Delete temporary _testmain.go files. | Nigel Tao | 1 | -1/+1 |
2010-06-16 | image: add an Alpha16 type, for completeness. | Nigel Tao | 2 | -0/+69 |