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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge branch 'master' into xml
Jeroen van Rijn
2022-04-27
1
-15
/
+18
|
\
\
|
*
|
Move Odin CI test assets over to its own repository.
Jeroen van Rijn
2022-04-27
1
-15
/
+18
*
|
|
Merge branch 'master' into xml
Jeroen van Rijn
2022-04-27
27
-169
/
+2091
|
\
|
|
|
*
|
Update CI for math library.
Jeroen van Rijn
2022-04-26
1
-1
/
+1
|
*
|
Update test paths.
Jeroen van Rijn
2022-04-26
2
-28
/
+28
|
*
|
Address edge cases.
Jeroen van Rijn
2022-04-26
3
-22
/
+19
|
*
|
Update tests to use new filename generation code.
Jeroen van Rijn
2022-04-24
2
-29
/
+32
|
*
|
Compiler: Add early error for output path being a directory.
Jeroen van Rijn
2022-04-24
2
-15
/
+15
|
*
|
[compress/shoco] Add short string compressor.
Jeroen van Rijn
2022-04-22
5
-1
/
+177
|
*
|
[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
|
*
|
[QOI] Add support for RGB images (previously loader always output RGBA).
Jeroen van Rijn
2022-04-12
1
-5
/
+29
|
*
|
[image] Add QOI load/save.
Jeroen van Rijn
2022-04-12
1
-1
/
+1
|
*
|
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 some core:encoding/hxa stuff (error handling, header, max -> min)
gitlost
2022-03-16
5
-3
/
+543
|
*
|
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
12
-1010
/
+1154
|
|
\
\
|
|
*
|
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
3
-2
/
+404
|
|
/
/
|
*
/
[tests] Make test runners exit with errorlevel 1 if a test fails.
Jeroen van Rijn
2022-03-03
8
-1
/
+30
|
|
/
|
*
Added SipHash + tests and fixed remaining semicolons in vendor/botan
zhibog
2022-02-22
1
-0
/
+43
|
*
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
*
Add tests to Linux and Mac and add vendor tests
zhibog
2021-11-10
1
-2
/
+5
[prev]
[next]