| Age | Commit message (Expand) | Author |
| 2013-11-01 | [release-branch.go1.2] encoding/xml: fix doc comment | Andrew Gerrand |
| 2013-10-17 | encoding/xml: accept chains of interfaces and pointers | Russ Cox |
| 2013-09-17 | encoding/xml: remove dead code | Robert Griesemer |
| 2013-09-15 | encoding/xml: document behavior for undefined name space prefixes | Russ Cox |
| 2013-09-12 | encoding/xml: add Encoder.Flush | Russ Cox |
| 2013-09-09 | encoding/xml: fix panic in Marshal | Russ Cox |
| 2013-09-06 | undo CL 13004046 / 5db14b33d6ef | Rob Pike |
| 2013-08-19 | encoding/xml: flush buffer after encoding token | Dominik Honnef |
| 2013-08-14 | encoding/xml: support generic encoding interfaces | Russ Cox |
| 2013-08-14 | encoding/xml: add, support Marshaler interface | Russ Cox |
| 2013-08-14 | encoding/xml: add, support Unmarshaler interface | Russ Cox |
| 2013-08-14 | undo CL 12603044 / 2ca230b93195 | Russ Cox |
| 2013-08-14 | encoding/xml: add, support Marshaler interface | Russ Cox |
| 2013-08-08 | encoding/xml: allow attributes stored in pointers to be marshaled. | Dmitriy Shelenin |
| 2013-08-05 | undo CL 12486043 / ab644299d124 | Brad Fitzpatrick |
| 2013-08-05 | all: use strings.IndexByte instead of Index where possible | Brad Fitzpatrick |
| 2013-07-30 | encoding/xml: Do not pass through invalid utf8 bytes | Alex A Skinner |
| 2013-07-10 | encoding/xml: fix typo in docs | Andrew Gerrand |
| 2013-03-13 | encoding/xml: rewrite invalid code points to U+FFFD in Marshal, Escape | Olivier Saingre |
| 2013-03-13 | encoding/xml: predefine xml name space prefix | Russ Cox |
| 2013-03-12 | encoding/xml: reject > chain with non-element | Russ Cox |
| 2013-03-12 | encoding/xml: name space bug fixes | Russ Cox |
| 2013-03-12 | encoding/xml: fix spurious "no semicolon" in error | Russ Cox |
| 2013-03-11 | encoding/xml: allow embedded non-structs | Russ Cox |
| 2013-03-11 | all: remove now-unnecessary unreachable panics | Brad Fitzpatrick |
| 2013-02-20 | encoding/xml: make sure Encoder.Encode reports Write errors. | Olivier Saingre |
| 2013-02-13 | encoding/xml: fix htmlAutoClose and its generating script | Shenghou Ma |
| 2013-02-03 | xml: omit newline at beginning of MarshalIndent output | Shivakumar GN |
| 2013-01-30 | encoding/xml: add (*Encoder).Indent | Russ Cox |
| 2013-01-28 | xml: differentiate between float32 and float64 for marshalSimple | Vega Garcia Luis Alfonso |
| 2013-01-22 | xml: Support fields not of type []byte when marshaling ",chardata" | Vega Garcia Luis Alfonso |
| 2013-01-22 | encoding/xml: simplify copyValue | Russ Cox |
| 2013-01-18 | encoding/xml: fix decoding of attributes in to pointer fields. | Kamil Kisiel |
| 2012-12-22 | encoding/xml: Marshal ",any" fields | Chris Jones |
| 2012-12-10 | encoding/xml: fix typo in Marshal documentation | Francisco Souza |
| 2012-10-21 | encoding/xml: expand allowed entity names | Patrick Smith |
| 2012-10-18 | encoding/xml: correctly escape newline, carriage return, and tab | Ian Lance Taylor |
| 2012-08-31 | encoding/xml: parse comments in DOCTYPE | Shawn Smith |
| 2012-06-25 | encoding/csv, encoding/xml: report write errors | Jan Ziak |
| 2012-05-17 | encoding/xml: fix decoding of unknown entities in non-strict mode | Gustavo Niemeyer |
| 2012-05-16 | encoding/xml: handle anonymous pointer fields | Gustavo Niemeyer |
| 2012-03-01 | encoding/xml: fix xml test tag usage | Gustavo Niemeyer |
| 2012-02-24 | encoding/xml: fix anonymous field Unmarshal example | Gustavo Niemeyer |
| 2012-02-23 | encoding/xml: add example and docs for anon fields | Gustavo Niemeyer |
| 2012-02-22 | encoding/xml: move Unmarshal example to function | Gustavo Niemeyer |
| 2012-02-16 | encoding/xml: add MarshalIndent and move the example | Gustavo Niemeyer |
| 2012-02-07 | time: clean up MarshalJSON, add RFC3339 method | Russ Cox |
| 2012-02-08 | encoding/xml: add support for the omitempty flag | Gustavo Niemeyer |
| 2012-02-07 | encoding/xml: fix documentation for Decoder.Skip | Rob Pike |
| 2012-02-01 | all packages: fix various typos | Robert Griesemer |