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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #5882 from IllusionMan1212/custom-json-marshalling
Jeroen van Rijn
2026-01-01
2
-3
/
+164
|
\
|
*
Make custom JSON (un)marshalers more like core:fmt's
Jeroen van Rijn
2025-12-10
2
-61
/
+200
|
*
encoding/json: error handling for custom (un)marshallers
Hisham Aburaqibah
2025-12-02
2
-4
/
+4
|
*
encoding/json: custom json (un)marshalling
IllusionMan1212
2025-12-02
2
-44
/
+66
*
|
[encoding/json] Allow Unmarshalling to `rune`
dozn
2025-12-30
2
-0
/
+10
*
|
[encoding/json] Fix Escapes When Marshalling
dozn
2025-12-30
1
-3
/
+3
*
|
Moved `first_iteration` up a couple lines so it makes sense readability-wise.
dozn
2025-12-30
1
-1
/
+1
*
|
Add JSON5/SJSON Comments When Marshalling
dozn
2025-12-29
1
-0
/
+26
*
|
Merge pull request #6078 from BigBoyBarney/json-arrays
Laytan
2025-12-29
2
-11
/
+11
|
\
\
|
*
|
Fix standard json parsing / unmarshalling issue for pure arrays
Sylphrena
2025-12-29
2
-11
/
+11
|
|
/
*
|
encoding/base32: Fix padding validation for malformed input
Zoltán Kéri
2025-12-27
1
-7
/
+7
*
|
Address issue identifying of CDATA
StudebakerGuy
2025-12-23
1
-1
/
+2
|
/
*
Increase base64 decoding table size to 256, preventing out of bounds reads
Franz Hoeltermann
2025-11-22
1
-19
/
+35
*
encoding/json: clone unquoted strings
Neirokan
2025-11-06
2
-15
/
+17
*
Merge pull request #5859 from odin-lang/bill/change-license
dev-2025-11
gingerBill
2025-11-04
7
-31
/
+20
|
\
|
*
Change Odin's LICENSE to zlib from BSD 3-clause
gingerBill
2025-10-28
7
-31
/
+20
*
|
encoding/cbor: fix epoch tag with small values
Laytan
2025-11-03
1
-14
/
+18
|
/
*
Link doc lines to source specifications.
Jeroen van Rijn
2025-10-10
5
-8
/
+5
*
Render examples.
Jeroen van Rijn
2025-10-10
8
-48
/
+49
*
Further overhaul of package line comments.
Jeroen van Rijn
2025-10-09
17
-19
/
+15
*
package lines for encoding
Jeroen van Rijn
2025-10-09
11
-18
/
+21
*
More package lines
Jeroen van Rijn
2025-10-09
3
-4
/
+6
*
Package lines for base32, move its tests to tests"
Jeroen van Rijn
2025-10-09
3
-229
/
+5
*
Followup fix to #4895
Courtney Strachan
2025-10-05
1
-3
/
+1
*
Merge branch 'odin-lang:master' into master
Courtney Strachan
2025-10-06
17
-287
/
+236
|
\
|
*
Add `#+test` to base32_test.odin
gingerBill
2025-09-28
1
-0
/
+1
|
*
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
gingerBill
2025-08-08
1
-4
/
+6
|
*
Change `is_utf16` field to `encoding` and use an enum
gingerBill
2025-08-05
3
-3
/
+3
|
*
Begin supporting `string16` across the core library
gingerBill
2025-08-02
4
-6
/
+10
|
*
Fix #4705
Jeroen van Rijn
2025-06-09
1
-1
/
+2
|
*
Clarify `strconv.append_*` to `strconv.write_*`
Feoramund
2025-06-05
2
-7
/
+7
|
*
encoding/cbor: support simd vectors
Laytan Laats
2025-06-04
2
-0
/
+30
|
*
encoding/cbor: support the matrix type
Laytan Laats
2025-06-04
2
-0
/
+31
|
*
Fix incorrect CSV reader settings for example, fix typo in docs
Wesley Kerfoot
2025-05-27
2
-3
/
+1
|
*
Rename `core:encoding/ansi` to `core:terminal/ansi`
Feoramund
2025-05-20
2
-157
/
+0
|
*
Merge pull request #4944 from dozn/master
Laytan
2025-05-15
1
-8
/
+14
|
|
\
|
|
*
[core:encoding/json] When Unmarshalling, Only Match Struct Tags If Present
dozn
2025-03-17
1
-8
/
+14
|
*
|
Fixed an overflow when decoding a large CBOR slice.
Barinzaya
2025-04-29
1
-1
/
+1
|
*
|
Add cbor.unmarshal_from_bytes taking a []byte
Jeroen van Rijn
2025-04-29
1
-0
/
+6
|
*
|
Fix typo in private function
Ely Alon
2025-04-28
1
-2
/
+2
|
*
|
Add comment
Jeroen van Rijn
2025-04-19
1
-0
/
+4
|
*
|
Fix parsing of CDATA tags (#5059)
Jeroen van Rijn
2025-04-19
3
-92
/
+99
|
*
|
Fix HXA defer warning
Jeroen van Rijn
2025-04-07
1
-2
/
+2
|
*
|
Fix broken examples in documentation tester.
Jeroen van Rijn
2025-04-05
1
-2
/
+2
|
*
|
fix unmarshalling bit sets in json
Laytan Laats
2025-03-22
1
-2
/
+18
|
|
/
*
/
Fixed json null value parsing
Courtney Strachan
2025-03-02
1
-1
/
+7
|
/
*
encoding/json: marshal enumerated arrays to objects with key-value pairs
jkenda
2025-02-01
1
-3
/
+13
*
Fix stray space vs. tab
Jeroen van Rijn
2025-01-12
1
-4
/
+4
*
Merge pull request #4634 from dozn/patch-1
gingerBill
2025-01-06
1
-2
/
+2
|
\
|
*
Remove unnecessary string() conversion.
dozn
2024-12-28
1
-1
/
+1
[next]