aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
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
2017-08-29all: join some chained ifs to unindent codeDaniel Martí
2017-08-28all: remove some unused result paramsDaniel Martí
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-08-25encoding/gob: fix Debug to properly print uintDanny Rosseau
2017-08-24encoding/xml: improve package based on the suggestions from metalinterKarel Pazdera
2017-08-23all: fix easy-to-miss typosAgniva De Sarker
2017-08-15encoding/asn1: handle application tag in MarshalHiroshi Ioka
2017-08-15encoding/hex: save allocation in DecodeString()Agniva De Sarker
2017-08-14encoding/base32: improve performance in common caseIlya Tocar
2017-08-14encoding/csv: preserve \r\n in quoted fieldsJustin Nuß