Age | Commit message (Expand) | Author | Files | Lines |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 617 | -17045/+37339 |
2011-06-16 | Imported Upstream version 57.2upstream/57.2 | Ondřej Surý | 15 | -6/+183 |
2011-05-16 | Imported Upstream version 57.1upstream/57.1 | Ondřej Surý | 3 | -4/+38 |
2011-05-04 | Imported Upstream version 57upstream/57 | Ondřej Surý | 30 | -3349/+3788 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 457 | -3869/+11924 |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 735 | -13541/+51942 |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 367 | -4288/+13901 |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 264 | -2705/+9009 |
2011-02-14 | Imported Upstream version 2011.02.01.1upstream/2011.02.01.1 | Ondřej Surý | 0 | -0/+0 |
2011-02-14 | Imported Upstream version 2011-02-01.1 | Ondřej Surý | 0 | -0/+0 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 535 | -9125/+18187 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1473 | -64769/+96880 |
2010-07-02 | release.2010-07-01upstream/2010.07.01 | Andrew Gerrand | 1 | -0/+58 |
2010-07-01 | strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small). | Rob Pike | 2 | -1/+6 |
2010-07-01 | strings and bytes.Split: make count of 0 mean 0, not infinite. | Rob Pike | 24 | -98/+123 |
2010-07-01 | 6l: drop confusing comment | Russ Cox | 1 | -1/+1 |
2010-07-01 | 6a: assemble CMPPD as 6l expects | Russ Cox | 2 | -4/+11 |
2010-07-01 | 6l: implement MOVLQZX as "mov", not "movsxd" | Russ Cox | 1 | -1/+1 |
2010-06-30 | cmath: correct IsNaN for argument cmplx(Inf, NaN) | Charles L. Dorian | 2 | -6/+38 |
2010-06-30 | test: override gcc bug when preparing complex divide tables | Russ Cox | 2 | -8/+30 |
2010-06-30 | codereview: allow multiple email addresses in CONTRIBUTORS | Russ Cox | 1 | -17/+33 |
2010-06-30 | goinstall: support for Bazaar+Launchpad | Gustavo Niemeyer | 3 | -43/+88 |
2010-06-30 | A+C: add Gustavo Niemeyer (individual CLA) | Russ Cox | 2 | -0/+2 |
2010-06-30 | cgo: use slash-free relative paths for .so references | Russ Cox | 6 | -10/+40 |
2010-06-30 | 8g: out of register bug fix | Russ Cox | 3 | -1/+32 |
2010-06-30 | gc: do not crash on bad [...]T | Russ Cox | 1 | -0/+5 |
2010-06-30 | template: fix typo in doc comment | Daniel Fleischman | 1 | -1/+1 |
2010-06-30 | bytes, strings: add Replace | Russ Cox | 4 | -0/+153 |
2010-06-30 | x509: fix English. | Adam Langley | 1 | -2/+2 |
2010-06-30 | x509: support non-self-signed certs. | Adam Langley | 2 | -6/+7 |
2010-06-30 | syscall: add socketpair | Ivan Krasin | 9 | -0/+67 |
2010-06-30 | math: amd64 versions of exp and fabs | Charles L. Dorian | 6 | -11/+141 |
2010-06-30 | io/ioutil.TempFile for Windows | Peter Mundy | 7 | -12/+79 |
2010-06-30 | io: Avoid race condition in pipe. | Ian Lance Taylor | 1 | -1/+2 |
2010-06-30 | http: client_test nil pointer fix | Andrew Gerrand | 1 | -1/+1 |
2010-06-30 | godoc: canonicalize codewalk paths | Andrew Gerrand | 2 | -1/+6 |
2010-06-30 | doc/codewalk: Share Memory By Communicating | Andrew Gerrand | 2 | -0/+298 |
2010-06-29 | time: implement timezones for windows | Alex Brainman | 7 | -19/+517 |
2010-06-30 | Contributors: add Kirklin McDonald (a Google employee) | Andrew Gerrand | 1 | -0/+1 |
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 |