aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/intmarsh.go
AgeCommit message (Expand)Author
2017-10-04math/big: remove []byte/string conversionsMarvin Stenger
2016-11-12all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov
2016-10-17encoding/json: fix decoding of null into Unmarshaler, TextUnmarshalerRuss Cox
2015-09-29math/big: clean up *Int encoding testsRobert Griesemer
2015-09-29math/big: implement Float.Text(Un)MarshalerRobert Griesemer
2015-09-25math/big: remove some string conversions in Int encodingRobert Griesemer
2015-09-25math/big: move Int/Rat gob/json/xml functionality in separate filesRobert Griesemer