1
0
mirror of https://github.com/golang/go synced 2024-11-20 01:14:40 -07:00
go/src/encoding
Ian Lance Taylor ed3d672766 encoding/json: permit encoding uintptr as a string
Fixes #22629

Change-Id: I31e85f9faa125ee0dfd6d3c5fa89334b00d61e6e
Reviewed-on: https://go-review.googlesource.com/76530
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Reviewed-by: Joe Tsai <joetsai@google.com>
2017-11-08 20:34:55 +00:00
..
ascii85 encoding/ascii85: make bigtest big again 2017-06-23 14:28:30 +00:00
asn1 encoding/asn1: don't encode strings with '*' as PrintableString. 2017-10-09 19:28:47 +00:00
base32 go/printer: forbid empty line before first comment in block 2017-11-02 18:17:22 +00:00
base64 encoding/base64: optimize DecodeString 2017-10-09 15:39:51 +00:00
binary cmd/compile: add rules to improve consecutive byte loads and stores on ppc64le 2017-11-03 18:46:59 +00:00
csv encoding/csv: forbid certain Comma and Comment runes 2017-10-25 01:43:46 +00:00
gob encoding/gob: fix a typo in the package documentation 2017-10-08 18:11:32 +00:00
hex encoding/hex: add NewEncoder, NewDecoder 2017-10-20 23:47:07 +00:00
json encoding/json: permit encoding uintptr as a string 2017-11-08 20:34:55 +00:00
pem all: prefer bytes.IndexByte over bytes.Index 2017-09-27 01:09:13 +00:00
xml encoding/xml: add Marshal doc about name conflicts 2017-11-08 18:05:39 +00:00
encoding.go