Age | Commit message (Expand) | Author | Files | Lines |
2012-05-02 | Imported Upstream version 1.0.1upstream/1.0.1 | Ondřej Surý | 2 | -0/+6 |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 6 | -869/+1097 |
2011-11-28 | Imported Upstream version 60.3upstream/60.3 | Ondřej Surý | 3 | -42/+106 |
2011-09-19 | Imported Upstream version 60.1upstream/60.1 | Ondřej Surý | 1 | -0/+3 |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 7 | -0/+4911 |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 7 | -4903/+0 |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 3 | -24/+209 |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 2 | -11/+3 |
2011-06-16 | Imported Upstream version 57.2upstream/57.2 | Ondřej Surý | 1 | -1/+3 |
2011-05-04 | Imported Upstream version 57upstream/57 | Ondřej Surý | 2 | -3/+28 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 5 | -1152/+1749 |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 5 | -1569/+1841 |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 4 | -51/+300 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 3 | -31/+13 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 4 | -151/+323 |
2010-06-21 | reflect: add Type.Bits method, add tags to prohibit conversions | Russ Cox | 2 | -119/+79 |
2010-06-20 | reflect: add Kind, remove Int8Type, Int8Value, etc. | Russ Cox | 4 | -417/+314 |
2010-06-14 | remove uses of ... from tree, add one test | Russ Cox | 2 | -4/+28 |
2010-05-21 | go/printer, gofmt: fix printing of labels, | Robert Griesemer | 1 | -1/+2 |
2010-04-20 | reflect: implement Set(nil), SetValue(nil) for PtrValue and MapValue | Russ Cox | 2 | -2/+48 |
2010-04-18 | reflect: add FieldByNameFunc | Raif S. Naffah | 2 | -5/+21 |
2010-03-30 | simplify various code using new map index rule | Russ Cox | 2 | -2/+2 |
2010-03-30 | single argument panic | Russ Cox | 1 | -2/+2 |
2010-03-24 | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 3 | -6/+6 |
2010-03-10 | reflect: typo in comment | Dean Prichard | 1 | -1/+1 |
2010-03-05 | 6g complex type usable | Ken Thompson | 2 | -63/+63 |
2010-03-02 | more on type complex. | Ken Thompson | 2 | -0/+84 |
2010-03-02 | gofmt: experiment: align values in map composites where possible | Robert Griesemer | 1 | -2/+2 |
2010-02-24 | gofmt: don't print ()'s around function-typed results (not needed anymore) | Robert Griesemer | 1 | -1/+1 |
2010-02-01 | gc: add ... T, rework plain ... | Russ Cox | 1 | -10/+16 |
2010-01-29 | move comment on StringHeader to fix godoc output. | Rob Pike | 1 | -2/+3 |
2010-01-28 | added StringHeader to reflect | Ken Thompson | 1 | -0/+5 |
2010-01-26 | gc: fix chan <- chan precedence. | Russ Cox | 1 | -1/+1 |
2010-01-25 | runtime, type switch: eliminate package global name space assumption | Russ Cox | 2 | -4/+2 |
2010-01-24 | gc: record full package paths in runtime type data | Russ Cox | 1 | -0/+7 |
2010-01-18 | reflect: fix garbage collection bug in Call. | Russ Cox | 1 | -5/+9 |
2009-12-23 | fix up %p | Rob Pike | 1 | -0/+12 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 5 | -847/+847 |
2009-12-07 | runtime: introduce unsafe.New and unsafe.NewArray | Russ Cox | 1 | -18/+9 |
2009-11-23 | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia | 1 | -2/+2 |
2009-11-19 | reflect fixes | Russ Cox | 2 | -1/+6 |
2009-11-17 | reflect: document that PkgPath and Name return | Russ Cox | 1 | -0/+2 |
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 3 | -23/+23 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 5 | -297/+297 |
2009-11-08 | delete a pointless todo in all_test.go. | Rob Pike | 1 | -1/+1 |
2009-11-08 | delete TODO now that compiler is better at % | Rob Pike | 1 | -1/+1 |
2009-11-08 | add top-level package comments for net, reflect, malloc. | Rob Pike | 1 | -0/+11 |
2009-11-06 | - application of gofmt with one-line composite literal structs enabled | Robert Griesemer | 2 | -132/+30 |
2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 3 | -267/+89 |
2009-11-05 | missing piece gofmt'ed in reflect | Robert Griesemer | 1 | -36/+108 |