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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update `ODIN_ENDIAN` usage
gingerBill
2022-01-16
1
-1
/
+1
*
[math/big] Rename `internal_int_shl_digit` to `_private_int_shl_leg`.
Jeroen van Rijn
2021-12-11
2
-20
/
+20
*
[math/big] Fix int_set and int_get.
Jeroen van Rijn
2021-12-09
1
-11
/
+16
*
crypto: Add rand_bytes
Yawning Angel
2021-11-17
2
-0
/
+41
*
core/crypto: Add chacha20poly1305
Yawning Angel
2021-11-17
2
-2
/
+130
*
core/crypto: Add chacha20
Yawning Angel
2021-11-17
2
-4
/
+147
*
core/crypto: Add poly1305
Yawning Angel
2021-11-17
2
-0
/
+132
*
core/crypto: Add x25519
Yawning Angel
2021-11-17
2
-0
/
+100
*
[vendor:glfw] Add test.
Jeroen van Rijn
2021-11-10
2
-1
/
+51
*
Add tests to Linux and Mac and add vendor tests
zhibog
2021-11-10
2
-2
/
+11
*
Add Botan crypto lib as a vendor library
zhibog
2021-11-09
3
-0
/
+585
*
Removed context switching system from the crypto library to simplify the code
zhibog
2021-11-09
2
-183
/
+0
*
Add json encoding test + fix enum not being set on success.
Daniel Gavin
2021-11-07
2
-1
/
+96
*
Move botan.dll to correct directory
zhibog
2021-10-14
1
-0
/
+0
*
Added botan.dll for tests
zhibog
2021-10-14
1
-0
/
+0
*
Add crypto library. Additional information is included in the README.md
zhibog
2021-10-14
2
-1
/
+1285
*
png: Move metadata.
Jeroen van Rijn
2021-10-06
1
-3
/
+1
*
png: Add sane compile-time maximums for dimensions + chunk sizes.
Jeroen van Rijn
2021-10-06
1
-2
/
+1
*
png + compress: Rearrange error unions.
Jeroen van Rijn
2021-10-06
2
-13
/
+17
*
Add additional error checking to helpers.
Jeroen van Rijn
2021-10-06
1
-9
/
+9
*
Minor style change
gingerBill
2021-10-02
1
-17
/
+17
*
hash: Smaller CRC-64 ISO 3306 table.
Jeroen van Rijn
2021-09-21
1
-4
/
+4
*
hash: Add CRC-64 (ISO 3306) and inverse.
Jeroen van Rijn
2021-09-21
1
-3
/
+13
*
Correct CRC-64 (ECMA 182) & add CRC-64 (XZ) and tests.
Jeroen van Rijn
2021-09-21
1
-0
/
+31
*
typo in filename
Daniel Gavin
2021-09-20
1
-1
/
+1
*
Make default_parser use the optional_semicolons and add odin parser test.
Daniel Gavin
2021-09-20
2
-1
/
+56
*
xxhash: Add tests for streaming input.
Jeroen van Rijn
2021-09-15
1
-3
/
+27
*
Add XXH3-64 + tests.
Jeroen van Rijn
2021-09-13
1
-0
/
+28
*
xxhash: typo.
Jeroen van Rijn
2021-09-12
1
-1
/
+1
*
xxhash: Add custom secret tests.
Jeroen van Rijn
2021-09-12
2
-137
/
+2222
*
xxhash: Extra (generated) tests.
Jeroen van Rijn
2021-09-11
2
-1564
/
+4654
*
LLVM 12 big math test workaround.
Jeroen van Rijn
2021-09-11
3
-53
/
+36
*
xxhash: Disable prefetch on Linux.
Jeroen van Rijn
2021-09-11
1
-1
/
+1
*
xxhash: Fix test on Linux.
Jeroen van Rijn
2021-09-11
1
-1
/
+1
*
xxhash: Add XXH3_128 + test vectors.
Jeroen van Rijn
2021-09-11
2
-9
/
+1631
*
Fix typo.
Jeroen van Rijn
2021-09-09
1
-1
/
+1
*
Add xxhash tests to CI.
Jeroen van Rijn
2021-09-09
3
-1
/
+140
*
Also use custom test runner on Linux.
Jeroen van Rijn
2021-09-08
1
-3
/
+3
*
Custom test runner.
Jeroen van Rijn
2021-09-08
4
-23
/
+85
*
Try to address test timeouts.
Jeroen van Rijn
2021-09-08
2
-6
/
+0
*
Separate math/big test.
Jeroen van Rijn
2021-09-07
2
-15
/
+14
*
Tests: Integrate `strings` into CI.
Jeroen van Rijn
2021-09-07
2
-2
/
+14
*
Move math/big tests under `tests/`.
Jeroen van Rijn
2021-09-07
3
-2
/
+1173
*
Fix strings.index_any on small strings
Ricardo Silva
2021-09-07
1
-0
/
+29
*
Add Makefile for tests.
Jeroen van Rijn
2021-09-07
3
-2
/
+17
*
Set relative path for Odin.
Jeroen van Rijn
2021-09-07
1
-2
/
+4
*
CI tests for PNG, GZIP + ZLIB.
Jeroen van Rijn
2021-09-07
5
-0
/
+2146