aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/xml/read_test.go
AgeCommit message (Expand)Author
2024-03-26all: fix a large number of commentscui fliter
2023-08-01encoding/xml: use reflect.TypeFor for known typesIan Lance Taylor
2022-10-31encoding/xml: reduce depth limit on wasmRuss Cox
2022-07-14encoding/xml: skip TestCVE202230633 for short testsRoland Shoemaker
2022-07-12encoding/xml: use iterative Skip, rather than recursiveRoland Shoemaker
2022-07-12encoding/xml: limit depth of nesting in unmarshalRoland Shoemaker
2022-06-22encoding/xml: check nil pointer in DecodeElementshaoliming
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
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