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
...
*
Free the arenas allocated in `test_core_runtime`
Feoramund
2024-08-26
1
-0
/
+3
*
Fix tests
gingerBill
2024-08-21
1
-2
/
+2
*
Merge pull request #3962 from Feoramund/regex
gingerBill
2024-08-21
4
-0
/
+1305
|
\
|
*
Remove debug line from test
Feoramund
2024-08-05
1
-1
/
+0
|
*
Add explicit test case for Capture `pos`
Feoramund
2024-08-04
1
-0
/
+25
|
*
Use `regex.destroy` for test captures
Feoramund
2024-08-04
1
-4
/
+1
|
*
Test that a RegEx Capture `pos` corresponds to its `groups`
Feoramund
2024-08-04
1
-0
/
+7
|
*
Remove printing facilities for `Regular_Expression`
Feoramund
2024-07-24
2
-26
/
+4
|
*
Allow configuring of `MAX_CAPTURE_GROUPS` for `n` > 10
Feoramund
2024-07-24
1
-6
/
+64
|
*
Add test cases for unclosed classes and repetition
Feoramund
2024-07-24
1
-97
/
+66
|
*
Add benchmarks for `core:text/regex`
Feoramund
2024-07-22
2
-0
/
+259
|
*
Add tests for `core:text/regex`
Feoramund
2024-07-22
2
-0
/
+1013
*
|
Merge pull request #4101 from Yawning/feature/index-byte-tweaks
Jeroen van Rijn
2024-08-19
1
-0
/
+3
|
\
\
|
*
|
core/bytes: Tweak `index_byte` and `last_index_byte`
Yawning Angel
2024-08-19
1
-0
/
+3
*
|
|
Add test for `count_digits_of_base`
Feoramund
2024-08-18
1
-1
/
+35
|
/
/
*
|
fix `open` bindings
Laytan Laats
2024-08-16
1
-0
/
+21
*
|
Improve benchmarks.
Jeroen van Rijn
2024-08-16
2
-45
/
+52
*
|
Allow ODIN_TEST_LOG_LEVEL override when -debug.
Jeroen van Rijn
2024-08-14
1
-0
/
+3
*
|
posix/os2: fix test and add back in removed temp guard
Laytan Laats
2024-08-14
1
-5
/
+0
*
|
posix: actually fix netbsd test
Laytan Laats
2024-08-14
1
-0
/
+1
*
|
posix: fix test on netbsd
Laytan Laats
2024-08-14
1
-4
/
+15
*
|
posix: more tests
Laytan Laats
2024-08-14
1
-3
/
+74
*
|
posix: add package
Laytan Laats
2024-08-14
6
-0
/
+518
*
|
Merge pull request #4053 from Feoramund/fix-gitignore
Jeroen van Rijn
2024-08-12
1
-0
/
+19
|
\
\
|
*
|
Add `.gitignore` for `tests` directory
Feoramund
2024-08-12
1
-0
/
+19
*
|
|
fix `os.read_dir` closing the given file descriptor
Laytan Laats
2024-08-12
1
-2
/
+4
*
|
|
Merge pull request #4060 from laytan/support-field-tag-bitsets-in-core-odin
Laytan
2024-08-12
1
-3
/
+18
|
\
\
\
|
*
|
|
core/odin: support field tags on bit_field fields
Laytan Laats
2024-08-11
1
-3
/
+18
|
|
/
/
*
/
/
fix type switching over internal pointer union
Laytan Laats
2024-08-12
1
-0
/
+24
|
/
/
*
|
Merge pull request #4023 from Feoramund/simd-index
Jeroen van Rijn
2024-08-10
4
-0
/
+207
|
\
\
|
*
|
Use `SIMD_SCAN_WIDTH` constant in `core:bytes` test
Feoramund
2024-08-10
1
-3
/
+7
|
*
|
Simplify `core:bytes` test
Feoramund
2024-08-10
1
-74
/
+18
|
*
|
Merge `core:simd/util` into `core:bytes`
Feoramund
2024-08-10
4
-31
/
+31
|
*
|
Add test for misaligned data to `core:simd/util` suite
Feoramund
2024-08-09
1
-0
/
+34
|
*
|
Make `simd_util` index procs `contextless` where applicable
Feoramund
2024-08-09
1
-3
/
+3
|
*
|
Simplify and make `simd_util` cross-platform
Feoramund
2024-08-09
2
-2
/
+0
|
*
|
Add benchmarks for vectorized `index_*` procs
Feoramund
2024-08-06
2
-0
/
+118
|
*
|
Add tests for vectorized `index_*` procs
Feoramund
2024-08-06
2
-0
/
+109
*
|
|
Merge pull request #4003 from Yawning/feature/crypto-improvements
Jeroen van Rijn
2024-08-10
4
-353
/
+420
|
\
\
\
|
*
|
|
core/crypto/aead: Initial import
Yawning Angel
2024-08-10
3
-394
/
+361
|
*
|
|
core/crypto/chacha20: Change API terminology to be consistent with AES
Yawning Angel
2024-08-10
2
-15
/
+15
|
*
|
|
core/crypto/chacha20poly1305: Support AEAD_XChaCha20_Poly1305
Yawning Angel
2024-08-10
1
-0
/
+62
|
*
|
|
core/crypto/chacha20poly1305: Change the interface to match GCM
Yawning Angel
2024-08-10
2
-61
/
+54
|
*
|
|
core/crypto/chacha20: Use 128-bit/256-bit SIMD
Yawning Angel
2024-08-10
1
-3
/
+55
|
*
|
|
core/crypto/aes: Use NIST terminology for the IV
Yawning Angel
2024-08-10
1
-2
/
+2
|
*
|
|
test/core/crypto: Minor changes to AES related tests
Yawning Angel
2024-08-10
1
-61
/
+54
*
|
|
|
encoding/cbor: various fixes
Laytan Laats
2024-08-09
1
-42
/
+41
|
/
/
/
*
|
|
Merge pull request #3810 from Feoramund/freebsd-core-net
Jeroen van Rijn
2024-08-09
2
-1
/
+92
|
\
\
\
|
*
|
|
Add new contribution notes to `core:net`
Feoramund
2024-08-05
2
-0
/
+14
|
*
|
|
Add `core:net` tests specifically for FreeBSD
Feoramund
2024-08-05
1
-0
/
+77
[prev]
[next]