Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -12/+38 |
2010-06-21 | reflect: add Type.Bits method, add tags to prohibit conversions | Russ Cox | 1 | -1/+1 |
2010-06-20 | reflect: add Kind, remove Int8Type, Int8Value, etc. | Russ Cox | 1 | -81/+4 |
2010-05-11 | json: fix array -> non-array decoding | Russ Cox | 1 | -0/+3 |
2010-04-27 | json: preserve field name case by default | Russ Cox | 1 | -4/+16 |
2010-04-21 | json: Marshal, Unmarshal using new scanner | Russ Cox | 1 | -63/+855 |
2009-12-22 | json: fix doc comment | Russ Cox | 1 | -1/+1 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -29/+29 |
2009-12-02 | apply gofmt to json files | Robert Griesemer | 1 | -3/+1 |
2009-11-30 | json: Decode into native Go data structures | Sergey 'SnakE' Gromov | 1 | -0/+107 |