index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
/
csv
Age
Commit message (
Expand
)
Author
2024-07-25
encoding: use slices and maps to clean up tests
apocelipes
2024-05-13
encoding/csv: clarify that Writer uses different line break than RFC 4180 by ...
nobishino
2024-04-05
encoding/csv: port the go-fuzz function to native fuzzing
Daniel Martí
2023-09-08
encoding: modernize Go documentation
Joe Tsai
2023-08-19
encoding/csv: correct Column docs
Ian Lance Taylor
2023-05-10
encoding/csv: update doc comment of Read method
IvoGoman
2022-12-02
encoding/csv: use proper doc comment for Deprecated notes
Russ Cox
2022-09-06
encoding: use strings.Builder
cuiweixie
2022-05-14
encoding/csv: add Reader.InputOffset method
hopehook
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-04-29
encoding/csv: add FieldPos method
Roger Peppe
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-05-05
encoding/csv: optimize Write by giving fieldNeedsQuotes a fast path for when ...
Alex Gaynor
2019-09-09
src: gofmt -s
Ainar Garipov
2019-07-28
all: change some function documentation to be more idiomatic
Dominik Honnef
2019-05-04
all: add Unwrap and Is methods to various error types
Damien Neil
2019-04-30
encoding/csv: add a Fuzz function
Romain Baugue
2019-03-04
encoding/csv: document that Writer is buffered
Brian Kessler
2018-03-09
encoding/csv: disallow quote for use as Comma
Joe Tsai
2018-03-08
encoding/csv: avoid mangling invalid UTF-8 in Writer
Joe Tsai
2017-12-05
encoding/csv: truncate carriage returns at EOF
Joe Tsai
2017-11-16
encoding/csv: restore Go 1.9 quoted \r\n handling in Reader
Russ Cox
2017-11-15
encoding/csv: rename ParseError.RecordLine to .StartLine
Russ Cox
2017-10-25
encoding/csv: forbid certain Comma and Comment runes
Joe Tsai
2017-10-24
encoding/csv: update ErrQuote message
Joe Tsai
2017-10-24
encoding/csv: fix error documentation
Joe Tsai
2017-10-21
encoding/csv: add ParseError.RecordLine
Joe Tsai
2017-10-20
encoding/csv: simplify and optimize Reader
Joe Tsai
2017-08-14
encoding/csv: preserve \r\n in quoted fields
Justin Nuß
2017-08-14
encoding/csv: report line start line in errors
Justin Nuß
2017-04-26
encoding/csv: add option to reuse slices returned by Read
Justin Nuß
2016-10-28
encoding/csv: document Read error behavior
Russ Cox
2016-10-05
encoding/csv: avoid allocations when reading records
Justin Nuß
2016-10-05
encoding/csv: update and add CSV reading benchmarks
Brad Fitzpatrick
2016-06-10
encoding/csv: update doc about comments whitespace
Jess Frazelle
2016-05-25
encoding/csv: clarify that this package supports RFC 4180
Ian Lance Taylor
2016-05-24
all: fixed a handful of typos
Robert Griesemer
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-24
encoding/csv: clarify that TrimLeadingSpace can trim the delimiter
Eric Lagergren
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2015-10-14
encoding/csv: indicate package of EOF in docs
Katrina Owen
2015-06-22
encoding/csv: add examples for package
Carlos C
2015-06-12
encoding/csv: skip blank lines when FieldsPerRecord >= 0
Damien Neil
2015-06-11
all: fix misprints in comments
Ainar Garipov
2015-06-10
encoding/csv: fix comment in parseRecord
Ainar Garipov
2015-04-26
encoding/csv: Preallocate records slice
Justin Nuß
2015-03-18
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2014-10-23
encoding/csv: for Postgres, unquote empty strings, quote \.
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox