index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
encoding
/
csv
Commit message (
Expand
)
Author
Age
Files
Lines
*
Link doc lines to source specifications.
Jeroen van Rijn
2025-10-10
1
-2
/
+1
*
Further overhaul of package line comments.
Jeroen van Rijn
2025-10-09
1
-1
/
+1
*
Fix incorrect CSV reader settings for example, fix typo in docs
Wesley Kerfoot
2025-05-27
2
-3
/
+1
*
core: improve package doc comments for the documentation generator
Laytan Laats
2024-09-03
3
-92
/
+98
*
encoding/csv: fix examples
Laytan Laats
2024-08-30
1
-4
/
+6
*
Update example to use `err != nil` instead
gingerBill
2024-08-04
1
-3
/
+3
*
Mark deux
Jeroen van Rijn
2024-06-24
1
-1
/
+1
*
Fix CSV comments.
Jeroen van Rijn
2024-06-24
1
-2
/
+4
*
Remove core:mem import in example.
Jeroen van Rijn
2024-05-24
1
-1
/
+0
*
Add iterator_next(&r) to CSV.
Jeroen van Rijn
2024-05-24
2
-2
/
+112
*
Return partial reads
gingerBill
2024-04-19
1
-4
/
+15
*
Only override the comma value on `*_init` if it is "invalid"
gingerBill
2024-04-19
2
-2
/
+8
*
Update numerous package declaration names
gingerBill
2024-04-18
2
-2
/
+2
*
Minor cleanups to the core library
gingerBill
2023-09-30
1
-1
/
+1
*
Document return values of strings and add allocator errors where
Lucas Perlind
2023-04-07
1
-1
/
+1
*
Allow CSV/TSV reader to read multi-line fields.
Jeroen van Rijn
2022-05-13
1
-21
/
+65
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
2
-171
/
+171
*
Add more uses of `or_return`
gingerBill
2021-08-15
1
-31
/
+10
*
Add encoding/csv Writer
gingerBill
2021-01-09
2
-18
/
+165
*
Add encoding/csv `Reader`
gingerBill
2021-01-08
1
-0
/
+406