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
*
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
|
/
*
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
|
*
Use Struct Tags For Embedded (with `using`) Structs When Unmarshalling JSON
dozn
2024-12-28
1
-1
/
+1
*
|
encoding/base32: Add `@(rodata)` attribute to default tables
Zoltán Kéri
2025-01-03
1
-0
/
+2
*
|
encoding/base32: Fix RFC 4648 references and add RFC reference URL
Zoltán Kéri
2024-12-31
2
-4
/
+9
*
|
encoding/base32: Fix style issues for CI
Zoltán Kéri
2024-12-31
1
-5
/
+4
*
|
encoding/base32: Convert files to UTF-8 with Unix line endings
Zoltán Kéri
2024-12-30
1
-223
/
+224
*
|
encoding/base32: Add proper cleanup for encoded strings in tests
Zoltán Kéri
2024-12-30
1
-1
/
+3
*
|
encoding/base32: Add custom alphabet test case
Zoltán Kéri
2024-12-30
1
-0
/
+75
*
|
encoding/base32: Remove incorrect defer delete in encode()
Zoltán Kéri
2024-12-30
1
-1
/
+0
*
|
encoding/base32: Add encode->decode roundtrip test
Zoltán Kéri
2024-12-30
1
-0
/
+23
*
|
encoding/base32: Move tests to base32_test.odin
Zoltán Kéri
2024-12-29
2
-126
/
+127
*
|
encoding/base32: Expand `DEC_TABLE` to full 256 bytes
Zoltán Kéri
2024-12-26
1
-13
/
+15
*
|
encoding/base32: Use `ENC_TBL` parameter consistently in encode()
Zoltán Kéri
2024-12-26
1
-9
/
+9
*
|
encoding/base32: Add custom validation support
Zoltán Kéri
2024-12-25
1
-5
/
+16
*
|
encoding/base32: Replace padding map with switch statement
Zoltán Kéri
2024-12-24
1
-9
/
+11
*
|
encoding/base32: Set optimization mode for decode()
Zoltán Kéri
2024-12-24
1
-0
/
+1
*
|
encoding/base32: Use consistent allocator and add proper cleanup
Zoltán Kéri
2024-12-24
1
-22
/
+43
*
|
encoding/base32: Fix decode implementation per RFC 4648
Zoltán Kéri
2024-12-24
1
-58
/
+79
*
|
encoding/base32: Add RFC 4648 test suite
Zoltán Kéri
2024-12-24
1
-0
/
+104
*
|
encoding/base32: Fix buffer allocation and bounds checking
Zoltán Kéri
2024-12-24
1
-6
/
+24
*
|
encoding/base32: Replace assertions with error returns
Zoltán Kéri
2024-12-24
1
-9
/
+31
|
/
*
fix #4536 - stack buffer overflow for size_of 0 types in struct unmarshal
Laytan Laats
2024-12-06
1
-1
/
+1
*
Merge pull request #4562 from dozn/patch-1
gingerBill
2024-12-06
1
-3
/
+3
|
\
|
*
Move Struct Field Zipping Outside of JSON Token Loop
dozn
2024-12-05
1
-3
/
+3
*
|
Fix #4537
gingerBill
2024-12-05
1
-0
/
+1
|
/
*
Fix #4549
gingerBill
2024-12-02
1
-1
/
+1
*
fix unmarshal unhandled error (#4515)
o:tone
2024-11-25
1
-1
/
+1
*
Fix a bug in hxa decoder found by the new check
jakubtomsu
2024-11-17
1
-1
/
+1
*
Check for more errors in json.unmarshal
gingerBill
2024-11-14
1
-15
/
+34
[next]