| Age | Commit message (Expand) | Author |
| 2011-10-18 | [release-branch.r58] reflect: disallow Interface method on Value obtained via...release.r58.2 | Andrew Gerrand |
| 2011-05-30 | pkg: spelling tweaks, I-Z | Robert Hencke |
| 2011-05-17 | reflect: make allocation test less fragile. | Rob Pike |
| 2011-05-03 | reflect: allow unexported key in Value.MapIndex | Russ Cox |
| 2011-04-28 | syslog: fix skipping of net tests | Gustavo Niemeyer |
| 2011-04-27 | reflect: Fix Copy of arrays | Gustavo Niemeyer |
| 2011-04-25 | reflect: rename Typeof, NewValue -> TypeOf, ValueOf | Russ Cox |
| 2011-04-21 | gc: correct handling of unexported method names in embedded interfaces | Russ Cox |
| 2011-04-20 | reflect: add Type.Implements, Type.AssignableTo, Value.CallSlice; make Set ma... | Russ Cox |
| 2011-04-20 | reflect: update CanAddr, CanSet documentation | Russ Cox |
| 2011-04-20 | src/pkg: make package doc comments consistently start with "Package foo". | Nigel Tao |
| 2011-04-18 | reflect: allow Slice of arrays | Russ Cox |
| 2011-04-18 | reflect: more efficient; cannot Set result of NewValue anymore | Russ Cox |
| 2011-04-13 | reflect: inline method implementations | Russ Cox |
| 2011-04-08 | reflect: new Type and Value definitions | Russ Cox |
| 2011-03-11 | go code: replace closed(c) with x, ok := <-c | Russ Cox |
| 2011-03-03 | reflect: add PtrTo, add Value.Addr (old Addr is now UnsafeAddr) | Russ Cox |
| 2011-02-24 | reflect: add pointer word to CommonType | Russ Cox |
| 2011-02-22 | reflect: add a secret method to ArrayOrSliceType. | Rob Pike |
| 2011-02-16 | reflect: add a couple of sentences explaining how Methods operate. | Rob Pike |
| 2011-01-19 | delete float, complex - code changes | Russ Cox |
| 2010-12-15 | reflect: remove unnecessary indirection in TestCopy. | Nigel Tao |
| 2010-12-15 | reflect: add Append and AppendSlice functions. | Nigel Tao |
| 2010-12-13 | gc: align structs according to max alignment of fields | Russ Cox |
| 2010-12-12 | reflect: rename reflect.ArrayCopy to be reflect.Copy. | Nigel Tao |
| 2010-12-08 | throughout: simplify two-variable ranges with unused second variable | Ryan Hitchman |
| 2010-12-07 | throughout: fix broken calls to Printf etc. | Rob Pike |
| 2010-11-12 | Remove unnecessary casts in Get() methods. | Kyle Consalus |
| 2010-10-22 | gofmt -s -w src misc | Robert Griesemer |
| 2010-10-19 | reflect: add InterfaceValue.Get to enable setting of an interface | Rob Pike |
| 2010-09-28 | gc: fix reflect table method receiver | Russ Cox |
| 2010-09-27 | gc: eliminate duplicates in method table | Russ Cox |
| 2010-08-18 | build: no required environment variables | Russ Cox |
| 2010-08-17 | reflect: allow PtrValue.PointTo(nil) | Robert Griesemer |
| 2010-08-03 | gc: bug299, bug300 | Russ Cox |
| 2010-06-21 | reflect: add Type.Bits method, add tags to prohibit conversions | Russ Cox |
| 2010-06-20 | reflect: add Kind, remove Int8Type, Int8Value, etc. | Russ Cox |
| 2010-06-14 | remove uses of ... from tree, add one test | Russ Cox |
| 2010-05-21 | go/printer, gofmt: fix printing of labels, | Robert Griesemer |
| 2010-04-20 | reflect: implement Set(nil), SetValue(nil) for PtrValue and MapValue | Russ Cox |
| 2010-04-18 | reflect: add FieldByNameFunc | Raif S. Naffah |
| 2010-03-30 | simplify various code using new map index rule | Russ Cox |
| 2010-03-30 | single argument panic | Russ Cox |
| 2010-03-24 | delete all uses of panicln by rewriting them using panic or, | Rob Pike |
| 2010-03-10 | reflect: typo in comment | Dean Prichard |
| 2010-03-05 | 6g complex type usable | Ken Thompson |
| 2010-03-02 | more on type complex. | Ken Thompson |
| 2010-03-02 | gofmt: experiment: align values in map composites where possible | Robert Griesemer |
| 2010-02-24 | gofmt: don't print ()'s around function-typed results (not needed anymore) | Robert Griesemer |
| 2010-02-01 | gc: add ... T, rework plain ... | Russ Cox |