aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2017-12-07encoding/xml: don't crash on invalid XMLName tagIan Lance Taylor
2017-12-06encoding/json: error when trying to set an embedded pointer to unexported str...Joe Tsai
2017-12-06encoding/pem: change Encode, EncodeToMemory not to generate partial PEM blocksRuss Cox
2017-12-05encoding/csv: truncate carriage returns at EOFJoe Tsai
2017-12-05encoding/asn1: allow '&' in PrintableString fieldschristopher-henderson
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-27encoding/json: remove the word "text" in "JSON text" from package docs.rajender
2017-11-27encoding/json: update RFC numberrajender
2017-11-25encoding/asn1: support Unmarshaling NumericStringMansour Rahimi
2017-11-22encoding/json: reduce allocations by Decoder for \uXXXXMichael Schurter
2017-11-16encoding/csv: restore Go 1.9 quoted \r\n handling in ReaderRuss Cox
2017-11-16encoding/hex: make Decode, Decoder, DecodeString agree about partial results ...Russ Cox
2017-11-16encoding/asn1: add MarshalWithParamsHiroshi Ioka
2017-11-15encoding/xml: move unexported const out of exported const blockRuss Cox
2017-11-15encoding/csv: rename ParseError.RecordLine to .StartLineRuss Cox
2017-11-15encoding/binary: make new example a bit more idiomaticRuss Cox
2017-11-15encoding/pem: add Encode exampleTim Cooper
2017-11-15encoding/pem: add Encode, EncodeToMemory docsTim Cooper
2017-11-13encoding/json: always ignore embedded pointers to unexported struct typesJoe Tsai
2017-11-08encoding/json: permit encoding uintptr as a stringIan Lance Taylor
2017-11-08encoding/xml: add Marshal doc about name conflictsLeigh McCulloch
2017-11-04all: change github.com issue links to golang.orgLeigh McCulloch
2017-11-03cmd/compile: add rules to improve consecutive byte loads and stores on ppc64leLynn Boger
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-11-01encoding/xml: ignore whitespace in values and attrsLeigh McCulloch
2017-11-01encoding/xml: add docs and tests for bool whitespaceLeigh McCulloch
2017-10-31encoding/json: Include the offset of a SyntaxErrorMichael Fraenkel
2017-10-31encoding/json: disallow unknown fields in DecoderIvan Bertona
2017-10-30encoding/xml: don't panic when custom Unmarshaler sees StartElementSam Whited
2017-10-25encoding/csv: forbid certain Comma and Comment runesJoe Tsai
2017-10-24encoding/csv: update ErrQuote messageJoe Tsai
2017-10-24encoding/csv: fix error documentationJoe Tsai
2017-10-21encoding/csv: add ParseError.RecordLineJoe Tsai
2017-10-20encoding/hex: add NewEncoder, NewDecoderTim Cooper
2017-10-20encoding/csv: simplify and optimize ReaderJoe Tsai
2017-10-11encoding/json: use Deprecated markersJoe Tsai
2017-10-09encoding/asn1: don't encode strings with '*' as PrintableString.Adam Langley
2017-10-09encoding/base64: optimize DecodeStringJosselin Costanzi
2017-10-08encoding/gob: fix a typo in the package documentationLaurent Voisin
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-30encoding/asn1: respect “explicit” and “tag” when unmarshaling RawValues.Adam Langley
2017-09-27encoding/json: remove superfluous commentMarvin Stenger
2017-09-27all: prefer bytes.IndexByte over bytes.IndexMarvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-09-23encoding/json: cleanup detection of unexported embedded fieldsJoe Tsai
2017-09-15all: fix article typosKunpei Sakai
2017-09-13encoding/xml: add decode wrapperSam Whited
2017-09-12encoding/json: update documentation for MarshalIndenttbunyk