aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/csv
AgeCommit message (Expand)Author
2021-04-29encoding/csv: add FieldPos methodRoger Peppe
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-05-05encoding/csv: optimize Write by giving fieldNeedsQuotes a fast path for when ...Alex Gaynor
2019-09-09src: gofmt -sAinar Garipov
2019-07-28all: change some function documentation to be more idiomaticDominik Honnef
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-04-30encoding/csv: add a Fuzz functionRomain Baugue
2019-03-04encoding/csv: document that Writer is bufferedBrian Kessler
2018-03-09encoding/csv: disallow quote for use as CommaJoe Tsai
2018-03-08encoding/csv: avoid mangling invalid UTF-8 in WriterJoe 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-10-05encoding/csv: update and add CSV reading benchmarksBrad Fitzpatrick
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-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-24encoding/csv: clarify that TrimLeadingSpace can trim the delimiterEric Lagergren
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-10-14encoding/csv: indicate package of EOF in docsKatrina Owen
2015-06-22encoding/csv: add examples for packageCarlos C
2015-06-12encoding/csv: skip blank lines when FieldsPerRecord >= 0Damien Neil
2015-06-11all: fix misprints in commentsAinar Garipov
2015-06-10encoding/csv: fix comment in parseRecordAinar Garipov
2015-04-26encoding/csv: Preallocate records sliceJustin Nuß
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2014-10-23encoding/csv: for Postgres, unquote empty strings, quote \.Russ Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox