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
/
tests
/
core
/
encoding
Commit message (
Expand
)
Author
Age
Files
Lines
*
encoding/cbor: rename `diagnose` to `to_diagnostic_format` to be clearer
Laytan Laats
2024-03-04
1
-7
/
+7
*
encoding/cbor: make temp allocations more explicit
Laytan
2024-03-04
1
-1
/
+1
*
encoding/cbor: core -> base
Laytan
2024-03-04
2
-2
/
+4
*
encoding/cbor: adhere to new quaternion rules of master
Laytan Laats
2024-03-04
1
-1
/
+1
*
encoding/cbor: deterministically store bit sets as big endian
Laytan Laats
2024-03-04
1
-1
/
+1
*
encoding/cbor: ignore struct fields with `cbor:"-"`
Laytan Laats
2024-03-04
1
-0
/
+3
*
encoding/cbor: fix unused import
Laytan Laats
2024-03-04
1
-1
/
+0
*
encoding/cbor: clean
Laytan Laats
2024-03-04
1
-16
/
+7
*
encoding/cbor: add decoder flags and protect from malicious untrusted input
Laytan Laats
2024-03-04
1
-3
/
+14
*
encoding/cbor: fully support marshal/unmarshal of unions
Laytan Laats
2024-03-04
1
-40
/
+220
*
encoding/base64: add decode_into, add tests
Laytan Laats
2024-03-04
1
-0
/
+60
*
encoding/cbor: initial package implementation
Laytan Laats
2024-03-04
1
-0
/
+719
*
fix hxa test use after free, skip weird pow test failure
Laytan Laats
2024-02-02
1
-2
/
+1
*
Update core:encoding to Unicode 15.1 table.
Jeroen van Rijn
2024-01-02
1
-2
/
+2
*
testing: add test for `Out_Of_Memory` return
Rickard Andersson
2023-10-02
1
-0
/
+44
*
Add test for utf8 multibyte strings
Abdelrahman Farid
2023-09-19
1
-0
/
+8
*
Keep -vet happy
gingerBill
2023-07-31
1
-15
/
+12
*
Remove `using` where easily possible
gingerBill
2023-07-31
2
-26
/
+18
*
Fix #2684
Jeroen van Rijn
2023-07-28
1
-16
/
+18
*
fix #2550 json encoding should use surrogate pairs per RFC7159
Laytan Laats
2023-05-22
1
-1
/
+15
*
fix hex.encode and add tests for the package
Laytan Laats
2023-05-15
1
-0
/
+93
*
Correct naming in tests
gingerBill
2022-07-11
2
-4
/
+4
*
Correct xml test
gingerBill
2022-05-12
1
-1
/
+1
*
[xml] Add `parse_from_string` overload.
Jeroen van Rijn
2022-04-30
1
-1
/
+1
*
[i18n/xml] Move I18N XML files to their own assets directory.
Jeroen van Rijn
2022-04-29
1
-22
/
+11
*
[xml] Enable tests.
Jeroen van Rijn
2022-04-28
1
-0
/
+15
*
[xml] Speedup.
Jeroen van Rijn
2022-04-28
1
-8
/
+9
*
Merge branch 'master' into xml
Jeroen van Rijn
2022-04-27
3
-6
/
+654
|
\
|
*
[json/unmarshal] Fix quoted strings.
Jeroen van Rijn
2022-04-19
1
-9
/
+11
|
*
Add JSON unmarshal test.
Jeroen van Rijn
2022-04-19
1
-0
/
+253
|
*
Delete accidentally added test artefact.
Jeroen van Rijn
2022-04-18
1
-0
/
+0
|
*
Add uleb128 byte-at-a-time decoder.
Jeroen van Rijn
2022-04-16
2
-1
/
+1
|
*
Fix test
gingerBill
2022-03-24
1
-1
/
+1
|
*
Fix some core:encoding/hxa stuff (error handling, header, max -> min)
gitlost
2022-03-16
1
-0
/
+232
|
*
tabs.
Jeroen van Rijn
2022-03-08
1
-5
/
+5
|
*
[varint] Add additional LEB128 tests.
Jeroen van Rijn
2022-03-08
1
-7
/
+55
|
*
[varint] Add signed LEB128 encoding.
Jeroen van Rijn
2022-03-08
1
-10
/
+37
|
*
[varint] Add LEB128 decoding + tests
Jeroen van Rijn
2022-03-08
2
-19
/
+98
|
*
[tests] Make test runners exit with errorlevel 1 if a test fails.
Jeroen van Rijn
2022-03-03
1
-0
/
+4
*
|
[xml] Add option.
Jeroen van Rijn
2021-12-05
1
-6
/
+4
*
|
Improve tests in general.
Jeroen van Rijn
2021-12-05
2
-29
/
+23
*
|
[xml] Improve XML tests, test `core:encoding/entity`.
Jeroen van Rijn
2021-12-05
1
-152
/
+230
*
|
[xml] Improvements.
Jeroen van Rijn
2021-12-05
1
-5
/
+5
*
|
[xml] Initial implementation of `core:encoding/xml`.
Jeroen van Rijn
2021-12-05
2
-18
/
+282
|
/
*
Add json encoding test + fix enum not being set on success.
Daniel Gavin
2021-11-07
1
-0
/
+90