Age | Commit message (Expand) | Author | Files | Lines |
2010-06-29 | net: initial attempt to implement windows version | Alex Brainman | 7 | -48/+861 |
2010-06-29 | ld: fix implementation of -u | Russ Cox | 3 | -19/+57 |
2010-06-30 | net: add support for DNS SRV requests. | Kirklin McDonald | 2 | -23/+82 |
2010-06-29 | runtime: fix scheduling bug - world wasn't stopping | Russ Cox | 1 | -1/+1 |
2010-06-29 | strconv: fix %.1f, 0.09 | Rob Pike | 3 | -6/+21 |
2010-06-29 | strconv: fix %.2g, 40 | Rob Pike | 2 | -4/+21 |
2010-06-29 | code gen bug in len(nil) and cap(nil) | Ken Thompson | 3 | -0/+12 |
2010-06-29 | Move the function Run() back into fd.go. | Vinu Rajashekhar | 2 | -46/+44 |
2010-06-29 | gob: a couple of tiny simplifications using Kind() | Rob Pike | 3 | -12/+26 |
2010-06-29 | runtime: fix windows build | Alex Brainman | 1 | -0/+2 |
2010-06-29 | exp/draw/x11: implement the mapping from keycodes to keysyms. | Nigel Tao | 1 | -31/+78 |
2010-06-28 | Only catch all signals if os/signal package imported. | Ian Lance Taylor | 13 | -12/+27 |
2010-06-28 | netchan: use gob DecodeValue to eliminate the need for a pointer value | Rob Pike | 4 | -40/+28 |
2010-06-28 | gob: add DecodeValue and EncodeValue | Rob Pike | 5 | -18/+30 |
2010-06-29 | A+C for Peter Mundy (peterGo) | Andrew Gerrand | 2 | -0/+2 |
2010-06-28 | compiler fatal error in switch. | Ken Thompson | 1 | -5/+6 |
2010-06-29 | syscall: Add syscall_bsd.go to zsycall_freebsd_386.go | Peter Mundy | 1 | -1/+13 |
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 |