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
...
|
*
|
[image] Add QOI load/save.
Jeroen van Rijn
2022-04-12
1
-1
/
+1
|
*
|
-file for tests\issues.
Jeroen van Rijn
2022-04-05
2
-4
/
+4
|
*
|
Add -help to CI tests.
Jeroen van Rijn
2022-04-05
1
-9
/
+9
|
*
|
[math/big] Tell Python test runner how many nails we use.
Jeroen van Rijn
2022-04-01
3
-11
/
+13
|
*
|
[windows] Fix leak in `glob`.
Jeroen van Rijn
2022-03-29
1
-1
/
+1
|
*
|
[strings] Improve `cut`, add tests for it.
Jeroen van Rijn
2022-03-27
1
-1
/
+28
|
*
|
Use `WIFEXITED()` and `WEXITSTATUS()` on Unix `system()` exit code
gitlost
2022-03-24
2
-1
/
+14
|
*
|
Fix test
gingerBill
2022-03-24
1
-1
/
+1
|
*
|
Fix issue #1537 "filepath.split_list requires a trailing separator"
gitlost
2022-03-23
3
-1
/
+132
|
*
|
Fix issue #829 "Compiler crashes when declaring maps with procedure"
gitlost
2022-03-23
3
-0
/
+68
|
*
|
Merge pull request #1626 from gitlost/hxa_fixes
gingerBill
2022-03-22
6
-3
/
+578
|
|
\
\
|
|
*
|
Fix some core:encoding/hxa stuff (error handling, header, max -> min)
gitlost
2022-03-16
6
-3
/
+578
|
*
|
|
Fix issue #1592 "LLVM code gen error when using a constant in an if"
gitlost
2022-03-18
1
-0
/
+489
|
|
/
/
|
*
|
Remove accidentally committed test binary.
Jeroen van Rijn
2022-03-14
1
-0
/
+0
|
*
|
Merge branch 'master' into fract_trunc_classify_#1574
gitlost
2022-03-09
13
-1026
/
+1169
|
|
\
\
|
|
*
|
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
12
-1009
/
+1078
|
*
|
|
Fix issue #1574 "fract in linalg/glm is broken" by fixing
gitlost
2022-03-08
4
-2
/
+445
|
|
/
/
|
*
|
[tests] Make test runners exit with errorlevel 1 if a test fails.
Jeroen van Rijn
2022-03-03
10
-1
/
+38
|
*
|
tests/vendor: pass extra linker flags
Sébastien Marie
2022-02-26
1
-1
/
+8
|
|
/
|
*
Added SipHash + tests and fixed remaining semicolons in vendor/botan
zhibog
2022-02-22
2
-0
/
+86
|
*
Merge branch 'master' into odin-global-constants-as-enums
gingerBill
2022-02-15
3
-3
/
+160
|
|
\
|
|
*
Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. Adds...
NoahR02
2022-02-08
1
-4
/
+0
|
|
*
Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. Adds...
NoahR02
2022-02-08
3
-3
/
+164
|
*
|
Update tests
gingerBill
2022-01-20
2
-2
/
+2
|
|
/
|
*
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
*
|
[xml] Add option.
Jeroen van Rijn
2021-12-05
1
-6
/
+4
*
|
Improve tests in general.
Jeroen van Rijn
2021-12-05
8
-963
/
+951
*
|
[xml] Improve XML tests, test `core:encoding/entity`.
Jeroen van Rijn
2021-12-05
4
-153
/
+260
*
|
[xml] Improvements.
Jeroen van Rijn
2021-12-05
7
-13
/
+42
*
|
[xml] Initial implementation of `core:encoding/xml`.
Jeroen van Rijn
2021-12-05
8
-30
/
+435
|
/
*
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
[prev]
[next]