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
*
fix amd64 sysv abi to pass asan everywhere
Laytan Laats
2024-04-04
2
-1
/
+66
*
fix 128 bit int alignment on arm64
Laytan Laats
2024-04-04
3
-3
/
+67
*
Merge pull request #3366 from laytan/fix-vet-scope-bug
gingerBill
2024-04-03
2
-8
/
+8
|
\
|
*
correct newly found vets
Laytan Laats
2024-04-03
2
-8
/
+8
*
|
Make it a HMAC.
Jeroen van Rijn
2024-04-01
1
-201
/
+205
*
|
Add SHA3-512 digests verification to test assets.
Jeroen van Rijn
2024-04-01
1
-41
/
+202
|
/
*
Merge pull request #3294 from laytan/update-glfw-from-3.3.8-to-3.4
gingerBill
2024-03-21
1
-3
/
+3
|
\
|
*
glfw: update from 3.3.8 to 3.4
Laytan Laats
2024-03-18
1
-3
/
+3
*
|
Ensmallen Date struct.
Jeroen van Rijn
2024-03-20
1
-2
/
+2
*
|
Ensmallen Time struct.
Jeroen van Rijn
2024-03-20
1
-2
/
+2
*
|
Change Ordinal from int to i64
Jeroen van Rijn
2024-03-20
1
-3
/
+4
*
|
Fix test label.
Jeroen van Rijn
2024-03-18
1
-1
/
+1
*
|
Add WiP datetime package and tests.
Jeroen van Rijn
2024-03-18
3
-1
/
+187
|
/
*
vendor/botan: Remove
Yawning Angel
2024-03-04
4
-425
/
+8
*
tests/core/crypto: Use the `tests/common` boilerplate
Yawning Angel
2024-03-04
8
-107
/
+87
*
core/crypto/kmac: Initial import
Yawning Angel
2024-03-04
1
-0
/
+98
*
core/crypto/tuplehash: Initial import
Yawning Angel
2024-03-04
2
-131
/
+342
*
core/crypto/shake: Support cSHAKE
Yawning Angel
2024-03-04
1
-6
/
+60
*
core/crypto/hkdf: Initial import
Yawning Angel
2024-03-04
1
-0
/
+67
*
core/crypto/pbkdf2: Initial import
Yawning Angel
2024-03-04
2
-0
/
+120
*
Merge pull request #3203 from listeriaceae/master
gingerBill
2024-03-01
1
-0
/
+181
|
\
|
*
port math.round from Golang
Juan Ignacio Díaz
2024-02-16
1
-0
/
+181
*
|
core/container/avl: Initial import
Yawning Angel
2024-02-24
2
-0
/
+162
*
|
test/core/container: Refactor for multiple container types
Yawning Angel
2024-02-24
2
-19
/
+34
*
|
tests/core: Bring the Makefile more in-sync with build.bat
Yawning Angel
2024-02-24
3
-25
/
+33
*
|
Make sure we are listening before starting the client
Laytan Laats
2024-02-20
1
-15
/
+10
*
|
Add logs to flaky test
Laytan Laats
2024-02-20
1
-6
/
+33
*
|
Remove flaky test
Laytan Laats
2024-02-20
1
-23
/
+0
*
|
Improve net tests
Laytan Laats
2024-02-20
1
-128
/
+81
|
/
*
core/crypto: Stop using context.temp_allocator
Yawning Angel
2024-02-07
1
-0
/
+25
*
core/crypto/hmac: Initial import
Yawning Angel
2024-02-07
2
-130
/
+243
*
core/crypto/hash: Make the low level interface allocator-less
Yawning Angel
2024-02-07
1
-4
/
+10
*
tests/core/crypto: Reorganize
Yawning Angel
2024-02-07
5
-668
/
+674
*
core/crypto/shake: SHAKE is an XOF, not a hash
Yawning Angel
2024-02-07
2
-31
/
+79
*
tests/core/crypto: Cleanup/modernize a bit
Yawning Angel
2024-02-07
3
-249
/
+366
*
core:crypto/hash: Add a generic higher level hash interface
Yawning Angel
2024-02-07
2
-388
/
+615
*
fix hxa test use after free, skip weird pow test failure
Laytan Laats
2024-02-02
2
-4
/
+11
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
7
-8
/
+8
*
Merge pull request #3006 from hwchen/hwchen/last_index_any
Jeroen van Rijn
2024-01-08
1
-0
/
+12
|
\
|
*
fix strings.last_index_any for single char
Walther Chen
2023-12-18
1
-0
/
+12
*
|
Update core:encoding to Unicode 15.1 table.
Jeroen van Rijn
2024-01-02
2
-104
/
+104
*
|
add other failing test and fix them
Laytan Laats
2023-12-18
1
-1
/
+12
*
|
switch tests around
Laytan Laats
2023-12-18
1
-1
/
+1
*
|
add failing test for runtime arena edge case
Laytan Laats
2023-12-18
3
-1
/
+71
|
/
*
Used `strings.builder_reset` instead of `clear` for the string builder
Hector
2023-11-25
1
-4
/
+6
*
Updated to tabs and used provided test methods.
Hector
2023-11-25
1
-33
/
+37
*
Binary search improvements
Hector
2023-11-25
3
-3
/
+85
*
Merge pull request #2939 from laytan/allow-larger-thread-poly-data
Jeroen van Rijn
2023-11-24
3
-1
/
+93
|
\
|
*
fix self_cleanup causing join to fail
laytan
2023-11-20
1
-6
/
+10
|
*
Fix shadowing
Laytan Laats
2023-11-15
1
-12
/
+12
[next]