summaryrefslogtreecommitdiff
path: root/src/encoding/csv
Commit message (Expand)AuthorAgeFilesLines
* encoding/csv: add FieldPos methodRoger Peppe2021-04-292-395/+585
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* encoding/csv: optimize Write by giving fieldNeedsQuotes a fast path for when ...Alex Gaynor2020-05-052-1/+32
* src: gofmt -sAinar Garipov2019-09-091-7/+7
* all: change some function documentation to be more idiomaticDominik Honnef2019-07-281-1/+1
* all: add Unwrap and Is methods to various error typesDamien Neil2019-05-041-0/+2
* encoding/csv: add a Fuzz functionRomain Baugue2019-04-301-0/+70
* encoding/csv: document that Writer is bufferedBrian Kessler2019-03-041-2/+11
* encoding/csv: disallow quote for use as CommaJoe Tsai2018-03-093-3/+15
* encoding/csv: avoid mangling invalid UTF-8 in WriterJoe Tsai2018-03-082-19/+34
* encoding/csv: truncate carriage returns at EOFJoe Tsai2017-12-052-1/+41
* encoding/csv: restore Go 1.9 quoted \r\n handling in ReaderRuss Cox2017-11-163-12/+23
* encoding/csv: rename ParseError.RecordLine to .StartLineRuss Cox2017-11-152-22/+22
* encoding/csv: forbid certain Comma and Comment runesJoe Tsai2017-10-253-0/+44
* encoding/csv: update ErrQuote messageJoe Tsai2017-10-241-1/+1
* encoding/csv: fix error documentationJoe Tsai2017-10-241-2/+2
* encoding/csv: add ParseError.RecordLineJoe Tsai2017-10-212-218/+168
* encoding/csv: simplify and optimize ReaderJoe Tsai2017-10-202-252/+270
* encoding/csv: preserve \r\n in quoted fieldsJustin Nuß2017-08-142-1/+17
* encoding/csv: report line start line in errorsJustin Nuß2017-08-142-4/+21
* encoding/csv: add option to reuse slices returned by ReadJustin Nuß2017-04-262-20/+80
* encoding/csv: document Read error behaviorRuss Cox2016-10-281-2/+6
* encoding/csv: avoid allocations when reading recordsJustin Nuß2016-10-051-15/+45
* encoding/csv: update and add CSV reading benchmarksBrad Fitzpatrick2016-10-051-8/+64
* encoding/csv: update doc about comments whitespaceJess Frazelle2016-06-101-26/+27
* encoding/csv: clarify that this package supports RFC 4180Ian Lance Taylor2016-05-251-0/+2
* all: fixed a handful of typosRobert Griesemer2016-05-241-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-022-12/+12
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-13/+15
* encoding/csv: clarify that TrimLeadingSpace can trim the delimiterEric Lagergren2016-02-241-0/+2
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-1/+1
* encoding/csv: indicate package of EOF in docsKatrina Owen2015-10-141-1/+1
* encoding/csv: add examples for packageCarlos C2015-06-221-0/+131
* encoding/csv: skip blank lines when FieldsPerRecord >= 0Damien Neil2015-06-122-6/+14
* all: fix misprints in commentsAinar Garipov2015-06-111-1/+1
* encoding/csv: fix comment in parseRecordAinar Garipov2015-06-101-1/+1
* encoding/csv: Preallocate records sliceJustin Nuß2015-04-262-0/+28
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-1/+1
* encoding/csv: for Postgres, unquote empty strings, quote \.Russ Cox2014-10-232-2/+25
* build: move package sources from src/pkg to srcRuss Cox2014-09-084-0/+822