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
*
-vet
Jeroen van Rijn
2025-05-31
1
-1
/
+0
*
Vectorize `strings.prefix_length`.
Jeroen van Rijn
2025-05-31
3
-1
/
+183
*
Use `time.Stopwatch` in `core:bytes` benchmark
Feoramund
2025-05-29
1
-4
/
+5
*
Add benchmarks for `runtime.memory_*` comparison procedures
Feoramund
2025-05-29
1
-0
/
+227
*
Add tests for `runtime.memory_*` comparison procedures
Feoramund
2025-05-29
1
-0
/
+76
*
Fix multiline RegEx iteration
Feoramund
2025-05-26
1
-3
/
+54
*
fix another type alias issue with mini cycle
Laytan Laats
2025-05-26
3
-0
/
+26
*
Add more RegEx tests
Feoramund
2025-05-24
1
-6
/
+160
*
Remove `Global` RegEx flag, default to unanchored patterns
Feoramund
2025-05-24
2
-16
/
+18
*
Make RegEx VM restartable and fix iterator infinite loop
Feoramund
2025-05-24
1
-2
/
+3
*
fix global and static any
Laytan Laats
2025-05-17
1
-0
/
+40
*
new compiler intrinsics type_integer_to_unsigned,type_integer_to_signed
0xrsp
2025-05-15
1
-0
/
+34
*
Fix os2.clean_path on Windows
Jeroen van Rijn
2025-05-11
2
-37
/
+49
*
add hexfloat (0h) parsing to strconv
Laytan Laats
2025-05-10
1
-0
/
+37
*
Merge pull request #5098 from laytan/fix-nan-comparisons
gingerBill
2025-05-02
1
-0
/
+44
|
\
|
*
fix variable NaN comparisons
Laytan Laats
2025-04-30
1
-0
/
+44
*
|
adds the cases of #5043 and #5097 to the CI
Laytan Laats
2025-04-30
4
-0
/
+42
|
/
*
Fix parsing of CDATA tags (#5059)
Jeroen van Rijn
2025-04-19
2
-6
/
+11
*
`signbit` -> `sign_bit` in `tests/core/math`
Jeroen van Rijn
2025-04-15
1
-1
/
+1
*
Remove reference to git issue
mtarik34b
2025-04-15
1
-0
/
+0
*
Ensure NaN != any_float_value evaluates to true for constant NaN values
mtarik34b
2025-04-15
1
-21
/
+35
*
`core:mem/tlsf`: Add early-out in OOM logic
Jeroen van Rijn
2025-04-14
1
-5
/
+2
*
Allow `core:mem/tlsf` to automatically add new pools.
Jeroen van Rijn
2025-04-14
1
-1
/
+41
*
Refactor `core:mem/tlsf`, add `free_all` support.
Jeroen van Rijn
2025-04-14
1
-0
/
+102
*
Add tests for `type_elem_type` on SIMD vectors
Jeroen van Rijn
2025-04-11
1
-0
/
+71
*
Added tests for `math.nextafter`.
Barinzaya
2025-04-07
1
-0
/
+189
*
Optimize regex match iterator.
Jeroen van Rijn
2025-04-07
1
-2
/
+1
*
Return loop index in regex iterator.
Jeroen van Rijn
2025-04-06
1
-4
/
+3
*
{.Glboal} implicit in regex allocator.
Jeroen van Rijn
2025-04-06
1
-1
/
+1
*
Keep -vet happy.
Jeroen van Rijn
2025-04-06
1
-1
/
+1
*
Add iterator for `core:text/regex`.
Jeroen van Rijn
2025-04-06
1
-0
/
+57
*
Merge pull request #5007 from laytan/net-errors-overhaul
Jeroen van Rijn
2025-04-05
1
-8
/
+15
|
\
|
*
net: rework errors to be cross-platform
Laytan Laats
2025-04-05
1
-8
/
+15
*
|
Fix #5004
Jeroen van Rijn
2025-04-05
1
-0
/
+33
|
/
*
Merge pull request #4954 from Feoramund/os2-path
gingerBill
2025-03-24
3
-17
/
+373
|
\
|
*
Add tests for new `os2` path API
Feoramund
2025-03-21
1
-0
/
+344
|
*
Decouple usage of `filepath` from `os2`
Feoramund
2025-03-21
3
-17
/
+29
*
|
test/benchmarks/crypto: Improve benchmarks
Yawning Angel
2025-03-23
7
-552
/
+746
*
|
core:crypto/deoxysii: Initial import
Yawning Angel
2025-03-23
2
-0
/
+147
*
|
core/crypto/aegis: Initial import
Yawning Angel
2025-03-23
2
-0
/
+262
*
|
core/crypto/x448: Initial import
Yawning Angel
2025-03-23
2
-0
/
+84
*
|
Merge pull request #4836 from laytan/fix-wrong-out-of-memory
gingerBill
2025-03-20
2
-1
/
+31
|
\
\
|
|
/
|
/
|
|
*
cleanup test arenas
Laytan Laats
2025-02-12
2
-0
/
+2
|
*
fix wrong out of memory in edge cases, just try allocate from block for one s...
Laytan Laats
2025-02-12
2
-1
/
+29
*
|
Merge pull request #4877 from laytan/os2-additions
gingerBill
2025-02-28
2
-0
/
+105
|
\
\
|
*
|
os/os2: recursive directory walker, expose errors in read_directory, file clone
Laytan Laats
2025-02-24
2
-0
/
+105
*
|
|
Add tests for new safe `to_cstring`
Feoramund
2025-02-27
1
-0
/
+43
|
/
/
*
/
fix addrinfo struct def
Laytan Laats
2025-02-12
2
-0
/
+3
|
/
*
Merge pull request #4779 from jkenda/master
gingerBill
2025-02-08
1
-1
/
+47
|
\
|
*
encoding/json: marshal enumerated arrays to objects with key-value pairs
jkenda
2025-02-01
1
-1
/
+47
[next]