aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/xml/read_test.go
AgeCommit message (Expand)Author
2022-07-12[release-branch.go1.17] encoding/xml: limit depth of nesting in unmarshalRoland Shoemaker
2022-07-12[release-branch.go1.17] encoding/xml: use iterative Skip, rather than recursiveRoland Shoemaker
2017-11-04all: change github.com issue links to golang.orgLeigh McCulloch
2017-11-01encoding/xml: ignore whitespace in values and attrsLeigh McCulloch
2017-11-01encoding/xml: add docs and tests for bool whitespaceLeigh McCulloch
2017-08-24encoding/xml: improve package based on the suggestions from metalinterKarel Pazdera
2017-03-22encoding/xml: unmarshal allow empty, non-string valuesSarah Adams
2016-11-12all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov
2016-11-09encoding/xml: check type when unmarshaling innerxml fieldQuentin Smith
2015-11-25encoding/xml: reject invalid commentsMichal Bohuslávek
2015-07-27encoding/xml: restore Go 1.4 name space behaviorRuss Cox
2015-02-13encoding/xml: encoding name spaces correctlyRoger Peppe
2015-02-06all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi
2014-09-08build: move package sources from src/pkg to srcRuss Cox