aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/csv/reader.go
AgeCommit message (Expand)Author
2022-12-02encoding/csv: use proper doc comment for Deprecated notesRuss Cox
2022-05-14encoding/csv: add Reader.InputOffset methodhopehook
2021-04-29encoding/csv: add FieldPos methodRoger Peppe
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2018-03-09encoding/csv: disallow quote for use as CommaJoe Tsai
2017-12-05encoding/csv: truncate carriage returns at EOFJoe Tsai
2017-11-16encoding/csv: restore Go 1.9 quoted \r\n handling in ReaderRuss Cox
2017-11-15encoding/csv: rename ParseError.RecordLine to .StartLineRuss Cox
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/csv: simplify and optimize ReaderJoe Tsai
2017-08-14encoding/csv: preserve \r\n in quoted fieldsJustin Nuß
2017-08-14encoding/csv: report line start line in errorsJustin Nuß
2017-04-26encoding/csv: add option to reuse slices returned by ReadJustin Nuß
2016-10-28encoding/csv: document Read error behaviorRuss Cox
2016-10-05encoding/csv: avoid allocations when reading recordsJustin Nuß
2016-06-10encoding/csv: update doc about comments whitespaceJess Frazelle
2016-05-25encoding/csv: clarify that this package supports RFC 4180Ian Lance Taylor
2016-05-24all: fixed a handful of typosRobert Griesemer
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24encoding/csv: clarify that TrimLeadingSpace can trim the delimiterEric Lagergren
2015-10-14encoding/csv: indicate package of EOF in docsKatrina Owen
2015-06-12encoding/csv: skip blank lines when FieldsPerRecord >= 0Damien Neil
2015-06-10encoding/csv: fix comment in parseRecordAinar Garipov
2015-04-26encoding/csv: Preallocate records sliceJustin Nuß
2014-09-08build: move package sources from src/pkg to srcRuss Cox