Age | Commit message (Expand) | Author | Files | Lines |
2009-11-24 | A quick fix to ensure that json.Marshal returns errors correctly, as well as ... | Michael Hoisie | 1 | -2/+2 |
2009-11-19 | Add json.Marshal to json package | Michael Hoisie | 1 | -0/+97 |
2009-11-13 | json: minor comment fix. | Adam Langley | 1 | -1/+1 |
2009-11-13 | json: allow one to unmarshal a top-level JSON array. | Adam Langley | 1 | -2/+18 |
2009-11-13 | json: fix addressing of slice indexes that are multiples of 8. | Adam Langley | 1 | -1/+1 |
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 1 | -1/+1 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 1 | -43/+43 |
2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 1 | -2/+1 |
2009-11-05 | gofmt-ify io, json, runtime, encoding | Robert Griesemer | 1 | -4/+5 |
2009-11-01 | allow unpacking of json map into Go map, | Russ Cox | 1 | -18/+52 |
2009-10-06 | apply gofmt to go, gob, hash, http, image, io, json, log | Russ Cox | 1 | -23/+22 |
2009-10-05 | update json comments | Russ Cox | 1 | -12/+14 |
2009-09-14 | fix "declared and not used" errors in non-test code. | Russ Cox | 1 | -3/+1 |
2009-09-09 | update type switch to match spec. | Russ Cox | 1 | -6/+2 |
2009-09-01 | make ToUpper, ToLower etc. handle unicode properly. | Rob Pike | 1 | -1/+1 |
2009-08-12 | convert non-low-level non-google pkg code | Russ Cox | 1 | -1/+0 |
2009-08-05 | - FieldByName lookup through anonymous fields | Robert Griesemer | 1 | -1/+1 |
2009-07-16 | use FieldByName where possible. | Rob Pike | 1 | -4/+2 |
2009-07-07 | json: use new reflect interface (CL 31107) | Russ Cox | 1 | -82/+91 |
2009-06-22 | changes required if we disallow the implicit * | Russ Cox | 1 | -35/+23 |
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 1 | -0/+269 |