aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
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ß
2017-08-14encoding/hex: improve testsAgniva De Sarker
2017-08-14encoding/csv: report line start line in errorsJustin Nuß
2017-08-12encoding/binary: add example for Read multiMark Wolfe
2017-08-08encoding/json: de-indent raw strings in remaining examplesDmitri Shuralyov
2017-08-03encoding/binary: add examples for varint functionsAxel Wagner
2017-07-22encoding/json: ignore embedded fields of pointers to unexported non-structsJoe Tsai
2017-07-15encoding/json: fix indentation in Decode stream exampleIccha Sethi
2017-07-15encoding/binary: add examples for ByteOrder functionsRoss Light
2017-07-06encoding/base32: make NoPadding Encoding's DecodedLen return exact sizeGustav Westling
2017-07-06encoding/base32: support custom and disabled padding when decodingGustav Westling
2017-06-29Revert "encoding/json: reduce unmarshal mallocs for unmapped fields"Brad Fitzpatrick