aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/encoding/xml
AgeCommit message (Expand)Author
2013-11-01[release-branch.go1.2] encoding/xml: fix doc commentAndrew Gerrand
2013-10-17encoding/xml: accept chains of interfaces and pointersRuss Cox
2013-09-17encoding/xml: remove dead codeRobert Griesemer
2013-09-15encoding/xml: document behavior for undefined name space prefixesRuss Cox
2013-09-12encoding/xml: add Encoder.FlushRuss Cox
2013-09-09encoding/xml: fix panic in MarshalRuss Cox
2013-09-06undo CL 13004046 / 5db14b33d6efRob Pike
2013-08-19encoding/xml: flush buffer after encoding tokenDominik Honnef
2013-08-14encoding/xml: support generic encoding interfacesRuss Cox
2013-08-14encoding/xml: add, support Marshaler interfaceRuss Cox
2013-08-14encoding/xml: add, support Unmarshaler interfaceRuss Cox
2013-08-14undo CL 12603044 / 2ca230b93195Russ Cox
2013-08-14encoding/xml: add, support Marshaler interfaceRuss Cox
2013-08-08encoding/xml: allow attributes stored in pointers to be marshaled.Dmitriy Shelenin
2013-08-05undo CL 12486043 / ab644299d124Brad Fitzpatrick
2013-08-05all: use strings.IndexByte instead of Index where possibleBrad Fitzpatrick
2013-07-30encoding/xml: Do not pass through invalid utf8 bytesAlex A Skinner
2013-07-10encoding/xml: fix typo in docsAndrew Gerrand
2013-03-13encoding/xml: rewrite invalid code points to U+FFFD in Marshal, EscapeOlivier Saingre
2013-03-13encoding/xml: predefine xml name space prefixRuss Cox
2013-03-12encoding/xml: reject > chain with non-elementRuss Cox
2013-03-12encoding/xml: name space bug fixesRuss Cox
2013-03-12encoding/xml: fix spurious "no semicolon" in errorRuss Cox
2013-03-11encoding/xml: allow embedded non-structsRuss Cox
2013-03-11all: remove now-unnecessary unreachable panicsBrad Fitzpatrick
2013-02-20encoding/xml: make sure Encoder.Encode reports Write errors.Olivier Saingre
2013-02-13encoding/xml: fix htmlAutoClose and its generating scriptShenghou Ma
2013-02-03xml: omit newline at beginning of MarshalIndent outputShivakumar GN
2013-01-30encoding/xml: add (*Encoder).IndentRuss Cox
2013-01-28xml: differentiate between float32 and float64 for marshalSimpleVega Garcia Luis Alfonso
2013-01-22xml: Support fields not of type []byte when marshaling ",chardata"Vega Garcia Luis Alfonso
2013-01-22encoding/xml: simplify copyValueRuss Cox
2013-01-18encoding/xml: fix decoding of attributes in to pointer fields.Kamil Kisiel
2012-12-22encoding/xml: Marshal ",any" fieldsChris Jones
2012-12-10encoding/xml: fix typo in Marshal documentationFrancisco Souza
2012-10-21encoding/xml: expand allowed entity namesPatrick Smith
2012-10-18encoding/xml: correctly escape newline, carriage return, and tabIan Lance Taylor
2012-08-31encoding/xml: parse comments in DOCTYPEShawn Smith
2012-06-25encoding/csv, encoding/xml: report write errorsJan Ziak
2012-05-17encoding/xml: fix decoding of unknown entities in non-strict modeGustavo Niemeyer
2012-05-16encoding/xml: handle anonymous pointer fieldsGustavo Niemeyer
2012-03-01encoding/xml: fix xml test tag usageGustavo Niemeyer
2012-02-24encoding/xml: fix anonymous field Unmarshal exampleGustavo Niemeyer
2012-02-23encoding/xml: add example and docs for anon fieldsGustavo Niemeyer
2012-02-22encoding/xml: move Unmarshal example to functionGustavo Niemeyer
2012-02-16encoding/xml: add MarshalIndent and move the exampleGustavo Niemeyer
2012-02-07time: clean up MarshalJSON, add RFC3339 methodRuss Cox
2012-02-08encoding/xml: add support for the omitempty flagGustavo Niemeyer
2012-02-07encoding/xml: fix documentation for Decoder.SkipRob Pike
2012-02-01all packages: fix various typosRobert Griesemer