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
*
encoding/base32: Fix padding validation for malformed input
Zoltán Kéri
2025-12-27
1
-3
/
+11
*
net(docs): recv of 0 bytes with no error is a graceful close
Laytan Laats
2025-12-21
1
-0
/
+35
*
Fix nfds_t alias for Linux
Harold Brenes
2025-12-20
2
-0
/
+3
*
Add `-ignore-unused-defineables` to `tests/issues`.
Jeroen van Rijn
2025-12-04
2
-2
/
+2
*
Fix cURL test.
Jeroen van Rijn
2025-12-04
1
-1
/
+1
*
Fix duplicate code emission in type assertions.
miere43
2025-12-03
3
-0
/
+38
*
Merge branch 'master' into vendor/curl
gingerBill
2025-12-01
18
-4780
/
+5408
|
\
|
*
Removed unneded semicolons.
Andreas Stenmark
2025-11-30
1
-3
/
+3
|
*
Fix #5978: choice_bit_set respects bit_set domain
Andreas Stenmark
2025-11-30
1
-0
/
+18
|
*
tests/benchmark: Add RNG benchmarks
Yawning Angel
2025-11-29
2
-0
/
+131
|
*
tests: Add random number generator tests
Yawning Angel
2025-11-29
2
-4
/
+267
|
*
Also test a big int with a large number of zeroes.
Jeroen van Rijn
2025-11-27
1
-0
/
+15
|
*
Speed up big.itoa
Jeroen van Rijn
2025-11-27
1
-0
/
+27
|
*
Update test generator
gingerBill
2025-11-27
3
-4768
/
+4770
|
*
Expand base64 tests to include roundtrip
Jeroen van Rijn
2025-11-22
1
-0
/
+15
|
*
Fix #5931
Jeroen van Rijn
2025-11-18
1
-0
/
+21
|
*
Convert test case indentation to tabs
Tohei Ichikawa
2025-11-09
1
-30
/
+30
|
*
Add link to relevant PR to test case
Tohei Ichikawa
2025-11-09
1
-0
/
+3
|
*
Fix allocation of anonymous globals
Tohei Ichikawa
2025-11-09
1
-0
/
+64
|
*
skip pow -25 for linux arm64 too
Laytan Laats
2025-11-08
1
-2
/
+2
|
*
Revert "temp log for more info about semid_ds fail"
Laytan Laats
2025-11-08
1
-2
/
+0
|
*
debug offsets
Laytan Laats
2025-11-08
2
-0
/
+10
|
*
temp log for more info about semid_ds fail
Laytan Laats
2025-11-08
1
-0
/
+2
|
*
Merge pull request #5859 from odin-lang/bill/change-license
dev-2025-11
gingerBill
2025-11-04
6
-6
/
+6
|
|
\
|
|
*
Remove unneeded newlines
gingerBill
2025-10-28
1
-4
/
+0
|
|
*
Change Odin's LICENSE to zlib from BSD 3-clause
gingerBill
2025-10-28
6
-6
/
+10
|
*
|
Add `inject_at_soa` and `append_nothing_soa` procedures
thetarnav
2025-11-02
1
-0
/
+59
|
|
/
*
|
Add missing import
gingerBill
2025-10-30
1
-0
/
+1
*
|
Add tests/vendor/curl
gingerBill
2025-10-30
2
-0
/
+42
|
/
*
[core:hash] Add CCITT CRC-16
Jeroen van Rijn
2025-10-21
1
-0
/
+19
*
core:math/bits: Finish docs, add `bitfield_extract` + `bitfield_insert` test.
Jeroen van Rijn
2025-10-14
1
-0
/
+23
*
core:math/bits: Add docs + tests for `rotate_left*` and `log2`
Jeroen van Rijn
2025-10-14
2
-0
/
+149
*
Increase timeout for `posix.test_pthreads`.
Jeroen van Rijn
2025-10-10
1
-3
/
+3
*
Package lines for base32, move its tests to tests"
Jeroen van Rijn
2025-10-09
2
-0
/
+232
*
Fix test inet_pton call in test_arpa_inet
Harold Brenes
2025-09-29
1
-1
/
+1
*
Merge pull request #5691 from rationalcoder/master
gingerBill
2025-09-26
1
-7
/
+8
|
\
|
*
Fix out-of-band allocations in dynamic arenas
rationalcoder
2025-09-16
1
-7
/
+8
*
|
Merge pull request #5686 from thetarnav/zero-small-array-resize
gingerBill
2025-09-26
1
-0
/
+22
|
\
\
|
*
|
Add small array resize tests
Damian Tarnawski
2025-09-15
1
-0
/
+22
|
|
/
*
|
Fix memory leaks in type inference test
Tohei Ichikawa
2025-09-24
1
-11
/
+25
*
|
Fix test_proc_group_type_inference.odin
Tohei Ichikawa
2025-09-24
1
-11
/
+11
*
|
Improve type inferencing of literals when calling proc groups
Tohei Ichikawa
2025-09-15
1
-0
/
+142
|
/
*
Expand grayscale JPEGs to RGB(A)
Jeroen van Rijn
2025-09-09
3
-0
/
+11
*
Implement .alpha_add_if_missing for JPEG
Jeroen van Rijn
2025-09-09
1
-13
/
+13
*
Optionally save BMP
Jeroen van Rijn
2025-09-09
1
-6
/
+7
*
Make progressive JPEGs return a proper error
Jeroen van Rijn
2025-09-09
2
-269
/
+276
*
Add JPG test assets to .gitignore
Jeroen van Rijn
2025-09-08
1
-0
/
+1
*
Add basic test for JPG using Odin emblem
Jeroen van Rijn
2025-09-08
2
-2
/
+52
*
Add missing test attr and don't zero memory when reserve already did
Damian Tarnawski
2025-08-26
1
-0
/
+1
*
Merge branch 'master' into soa-resize-zero-memory
gingerBill
2025-08-26
1
-0
/
+78
|
\
[next]