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 thread_unix for Darwin after pthread corrections in posix package
Laytan Laats
2024-10-30
2
-0
/
+48
*
Merge pull request #4427 from laytan/posix-additions
gingerBill
2024-10-30
4
-16
/
+9
|
\
|
*
fix test
Laytan
2024-10-28
1
-1
/
+1
|
*
sys/posix: impl rest of linux, impl some of Windows
Laytan Laats
2024-10-28
4
-17
/
+10
*
|
encoding/cbor: fix skipping of ignored/missing fields in struct unmarshal
Laytan Laats
2024-10-26
1
-1
/
+4
*
|
encoding/cbor: handle binary having more fields than the struct by discarding
Laytan Laats
2024-10-25
1
-0
/
+51
*
|
Merge pull request #4335 from colrdavidson/datetime_tz
Jeroen van Rijn
2024-10-22
1
-0
/
+212
|
\
\
|
|
/
|
/
|
|
*
tweaks per laytan suggestions
Colin Davidson
2024-10-10
1
-8
/
+8
|
*
Initial cut of timezones
Colin Davidson
2024-10-09
1
-0
/
+212
*
|
build tracking allocator code on freestanding wasm
Laytan Laats
2024-10-14
1
-0
/
+16
|
/
*
reset n before stderr path too
Laytan Laats
2024-10-05
1
-0
/
+1
*
add unsupported check in process test
Laytan
2024-10-04
1
-0
/
+6
*
enable test on bsds
Laytan Laats
2024-10-03
1
-14
/
+4
*
remove posix signal test, it isn't thread safe
Laytan Laats
2024-10-03
1
-48
/
+0
*
fix os2.process_exec on non-windows and add a smoke test
Laytan Laats
2024-10-03
2
-0
/
+29
*
fix benchmarks not compiling and make sure it doesn't happen again by checking
Laytan Laats
2024-10-02
1
-4
/
+4
*
core/crypto/_sha3: Fix edge case in cSHAKE bytepad
Yawning Angel
2024-09-30
1
-0
/
+17
*
Add linear_search_reverse and linear_search_reverse_proc
Nia
2024-09-25
1
-0
/
+35
*
fix vet warnings
Simon Cruanes
2024-09-22
1
-2
/
+2
*
Apply suggestions from code review
Simon Cruanes
2024-09-21
1
-2
/
+3
*
add tests for time.time_to_rfc3339
Simon Cruanes
2024-09-21
1
-1
/
+30
*
Merge pull request #4261 from laytan/net-bound-endpoint
gingerBill
2024-09-19
1
-22
/
+27
|
\
|
*
net: add `bound_endpoint` procedure
Laytan Laats
2024-09-17
1
-22
/
+27
*
|
Merge pull request #4203 from karl-zylinski/file-tags-without-comments
gingerBill
2024-09-19
16
-24
/
+24
|
\
\
|
*
|
Changed some recently added //+ usages to #+ and also fixed some //+ usages i...
Karl Zylinski
2024-09-17
2
-2
/
+2
|
*
|
Merge branch 'master' into file-tags-without-comments
Karl Zylinski
2024-09-17
6
-15
/
+1015
|
|
\
|
|
*
|
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
14
-22
/
+22
*
|
|
fix it more
Laytan Laats
2024-09-17
1
-1
/
+1
*
|
|
fix error interrupt error check
Laytan Laats
2024-09-17
1
-1
/
+1
|
|
/
|
/
|
*
|
Remove comment from core sync tests now that they're fixed
pkova
2024-09-17
1
-3
/
+0
*
|
Fix core sync test deadlock on darwin
pkova
2024-09-17
1
-1
/
+0
*
|
Merge pull request #4209 from flysand7/core-mem
gingerBill
2024-09-16
1
-2
/
+2
|
\
\
|
*
|
[mem]: Don't use named params for dynamic pool in tests
flysand7
2024-09-08
1
-2
/
+2
*
|
|
Check for `EINTR` in `sys/posix` test
Feoramund
2024-09-15
1
-0
/
+3
*
|
|
Add tests for `core:sync` and `core:sync/chan`
Feoramund
2024-09-11
3
-0
/
+994
*
|
|
Fix data race in `test_core_flags`
Feoramund
2024-09-10
1
-13
/
+20
|
|
/
|
/
|
*
|
Merge pull request #4212 from karl-zylinski/fix-build-tags
Laytan
2024-09-07
1
-1
/
+2
|
\
\
|
*
|
Fix build tags that use ! multiple times on one line. Those don't actually do...
Karl Zylinski
2024-09-07
1
-1
/
+2
|
|
/
*
|
Update 4210 test to use `unaligned_load`.
Jeroen van Rijn
2024-09-07
1
-8
/
+8
*
|
Add test for #4210
Jeroen van Rijn
2024-09-07
3
-0
/
+87
|
/
*
bytes: fix last_index_byte off-by-one
laytan
2024-09-05
1
-0
/
+8
*
Merge pull request #4194 from Feoramund/update-bit-array
Jeroen van Rijn
2024-09-03
1
-0
/
+244
|
\
|
*
Add tests for `Bit_Array`
Feoramund
2024-09-03
1
-0
/
+244
*
|
Merge pull request #4192 from laytan/strings-substring-rune-wise
Jeroen van Rijn
2024-09-03
1
-1
/
+32
|
\
\
|
|
/
|
/
|
|
*
strings: add `substring`, `substring_to` and `substring_from`
Laytan Laats
2024-09-03
1
-1
/
+32
*
|
strings.cut without allocation.
Jeroen van Rijn
2024-09-03
1
-6
/
+7
|
/
*
Merge pull request #4186 from Feoramund/fix-4177
gingerBill
2024-09-03
1
-0
/
+19
|
\
|
*
Return false if `Small_Array` can't append multiple elements
Feoramund
2024-09-03
1
-0
/
+19
*
|
Merge pull request #4187 from Feoramund/fix-slice-equal
gingerBill
2024-09-03
1
-1
/
+31
|
\
\
|
*
|
Check for zero-length slices in `slice.equal`
Feoramund
2024-09-03
1
-1
/
+31
|
|
/
[next]