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
...
*
|
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
*
|
fix `os.read_dir` closing the given file descriptor
Laytan Laats
2024-08-12
1
-2
/
+4
*
|
core/odin: support field tags on bit_field fields
Laytan Laats
2024-08-11
1
-3
/
+18
*
|
Merge pull request #4023 from Feoramund/simd-index
Jeroen van Rijn
2024-08-10
2
-0
/
+90
|
\
\
|
*
|
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
2
-21
/
+21
|
*
|
Add test for misaligned data to `core:simd/util` suite
Feoramund
2024-08-09
1
-0
/
+34
|
*
|
Simplify and make `simd_util` cross-platform
Feoramund
2024-08-09
1
-1
/
+0
|
*
|
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
3
-345
/
+409
|
\
\
\
|
*
|
|
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
1
-7
/
+7
|
*
|
|
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
1
-60
/
+50
|
*
|
|
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
|
*
|
|
Enable `core:net` tests for FreeBSD
Feoramund
2024-06-26
1
-1
/
+1
*
|
|
|
Merge pull request #4043 from Kelimion/expect_leak_or_bad_free
Jeroen van Rijn
2024-08-08
2
-60
/
+79
|
\
\
\
\
|
*
|
|
|
Fix shoco heisenleak
Jeroen van Rijn
2024-08-08
1
-6
/
+4
|
*
|
|
|
Use test runner's own tracking allocator.
Jeroen van Rijn
2024-08-08
1
-0
/
+6
|
*
|
|
|
Allow testing for intentional leaks in test runner
Jeroen van Rijn
2024-08-08
1
-54
/
+69
*
|
|
|
|
Merge pull request #4038 from Hyrtwol/core-sys-windows-rawinput-code
Jeroen van Rijn
2024-08-08
1
-0
/
+13
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
rawinput code
Thomas la Cour
2024-08-08
1
-0
/
+13
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Fix typo.
Jeroen van Rijn
2024-08-08
1
-1
/
+1
*
|
|
|
Rename package to test_core_os to fit with the rest of test_*
Jeroen van Rijn
2024-08-08
1
-1
/
+1
*
|
|
|
Allow symlink test to work irrespective of git settings.
Jeroen van Rijn
2024-08-08
2
-15
/
+40
|
/
/
/
*
|
|
Begin mapping `os.Error` in the rest of the codebase
gingerBill
2024-08-04
2
-5
/
+5
*
|
|
fix os.read_dir with symlinks
Laytan Laats
2024-08-03
5
-0
/
+37
*
|
|
removed some comments
Thomas la Cour
2024-07-26
1
-5
/
+0
*
|
|
try to add sys/windows to the normal core tests
Thomas la Cour
2024-07-26
1
-0
/
+1
*
|
|
Merge remote-tracking branch 'upstream/master' into sys-windows-2
Thomas la Cour
2024-07-26
1
-0
/
+37
|
\
\
\
|
*
|
|
Add `time.to_string*` formatters.
Jeroen van Rijn
2024-07-25
1
-0
/
+37
|
|
|
/
|
|
/
|
*
|
|
removed old test stuff
Thomas la Cour
2024-07-26
1
-67
/
+1
*
|
|
Merge remote-tracking branch 'upstream/master' into sys-windows-2
Thomas la Cour
2024-07-25
6
-11
/
+220
|
\
|
|
|
*
|
Allow json to unmarshal empty struct.
Jeroen van Rijn
2024-07-21
1
-0
/
+18
|
*
|
Ensure deletion of maybe is delayed until we're finished with it.
Ronald
2024-07-20
1
-1
/
+1
|
*
|
Fix typo in name of test
Ronald
2024-07-20
1
-1
/
+1
|
*
|
Add encoding/ini tests
Ronald
2024-07-20
1
-0
/
+120
|
*
|
Merge pull request #3929 from laytan/fix-fmt-len-transfer-to-children
Jeroen van Rijn
2024-07-15
1
-0
/
+16
|
|
\
\
|
|
*
|
add test for leaking struct tag into elems
Laytan Laats
2024-07-15
1
-0
/
+16
|
*
|
|
core/crypto/aes: Add Intel AES-NI support
Yawning Angel
2024-07-16
1
-7
/
+5
|
*
|
|
test/core/crypto: Fix a copy-paste issue in failure spew
Yawning Angel
2024-07-16
1
-1
/
+1
[prev]
[next]