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
...
|
*
Port `tests\encoding\hex`
Jeroen van Rijn
2024-06-02
2
-51
/
+45
|
*
Port `tests\core\c\libc`
Jeroen van Rijn
2024-06-02
4
-45
/
+13
|
*
Update `tests\core\encoding\cbor` to use new test runner.
Jeroen van Rijn
2024-06-02
4
-266
/
+166
|
*
Update using new defaults for memory + reporting width
Jeroen van Rijn
2024-06-02
2
-46
/
+45
|
*
Update -define for `crypto`
Jeroen van Rijn
2024-06-02
1
-1
/
+1
|
*
Change test runner options to `SCREAMING_SNAKE_CASE`
Feoramund
2024-06-02
3
-11
/
+11
|
*
Fix missing `-` for define in `tests/core/build.bat`
Feoramund
2024-06-02
1
-1
/
+1
|
*
Update `tests\core\crypto`
Jeroen van Rijn
2024-06-02
11
-576
/
+354
|
*
Update `core:container` tests
Jeroen van Rijn
2024-06-02
6
-140
/
+120
|
*
Update `core:compress` tests
Jeroen van Rijn
2024-06-02
3
-87
/
+18
|
*
Delete duplicated flag.
Jeroen van Rijn
2024-06-02
1
-2
/
+2
|
*
Update `core:image` tests to use new runner.
Jeroen van Rijn
2024-06-02
4
-193
/
+118
|
*
Get tests passing again
Feoramund
2024-06-02
3
-9
/
+9
*
|
Add `fmt` tests for printing complex and quaternion types
Feoramund
2024-06-03
1
-0
/
+66
|
/
*
core/crypto/aes: Add AES implementation
Yawning Angel
2024-06-01
3
-0
/
+523
*
Add dedicated ISO 8601 parser.
Jeroen van Rijn
2024-05-24
1
-4
/
+67
*
Allow lowercase z TZ indicator.
Jeroen van Rijn
2024-05-24
1
-0
/
+2
*
Allow space (in addition to T and t) as RFC 3339 date/time separator.
Vitalii Kravchenko
2024-05-24
1
-0
/
+2
*
Keep -vet happy.
Jeroen van Rijn
2024-05-24
1
-1
/
+0
*
Deprecate `core:odin/printer` + `format` in favor of OLS.
Jeroen van Rijn
2024-05-24
1
-11
/
+0
*
Address concerns.
Jeroen van Rijn
2024-05-24
1
-1
/
+1
*
Add `core:container/rbtree`
Jeroen van Rijn
2024-05-23
4
-50
/
+292
*
i18n: Add section merge + duplicate key detection to gettext.
Jeroen van Rijn
2024-05-17
1
-3
/
+12
*
Fix .mo contexts
Jeroen van Rijn
2024-05-17
4
-0
/
+49
*
Fix .mo parser: Number of plurals
Jeroen van Rijn
2024-05-17
2
-25
/
+59
*
Updated makefiles to exclude some tests on BSDs
Andreas T Jonsson
2024-05-13
2
-27
/
+31
*
Enable in Makefile
Jeroen van Rijn
2024-05-12
1
-1
/
+1
*
Add 1 more each for < and >
Jeroen van Rijn
2024-05-12
1
-0
/
+2
*
Test string compare
Jeroen van Rijn
2024-05-12
3
-3
/
+99
*
Enable core:fmt tests.
dev-2024-05
Jeroen van Rijn
2024-05-10
2
-3
/
+9
*
Extend test suite for `fmt`
Feoramund
2024-05-09
1
-6
/
+130
*
core/crypto: Add a `HAS_RAND_BYTES` constant
Yawning Angel
2024-04-23
1
-1
/
+1
*
Merge pull request #3045 from laytan/cbor
gingerBill
2024-04-15
5
-1
/
+972
|
\
|
*
encoding/cbor: fix conflict
Laytan Laats
2024-03-04
1
-1
/
+0
|
*
encoding/cbor: rename `diagnose` to `to_diagnostic_format` to be clearer
Laytan Laats
2024-03-04
1
-7
/
+7
|
*
encoding/cbor: make temp allocations more explicit
Laytan
2024-03-04
1
-1
/
+1
|
*
encoding/cbor: core -> base
Laytan
2024-03-04
2
-2
/
+4
|
*
encoding/cbor: adhere to new quaternion rules of master
Laytan Laats
2024-03-04
1
-1
/
+1
|
*
encoding/cbor: deterministically store bit sets as big endian
Laytan Laats
2024-03-04
1
-1
/
+1
|
*
encoding/cbor: ignore struct fields with `cbor:"-"`
Laytan Laats
2024-03-04
1
-0
/
+3
|
*
encoding/cbor: fix unused import
Laytan Laats
2024-03-04
1
-1
/
+0
|
*
encoding/cbor: clean
Laytan Laats
2024-03-04
1
-16
/
+7
|
*
encoding/cbor: add decoder flags and protect from malicious untrusted input
Laytan Laats
2024-03-04
1
-3
/
+14
|
*
encoding/cbor: fully support marshal/unmarshal of unions
Laytan Laats
2024-03-04
1
-40
/
+220
|
*
encoding/base64: add decode_into, add tests
Laytan Laats
2024-03-04
3
-0
/
+65
|
*
encoding/cbor: initial package implementation
Laytan Laats
2024-03-04
3
-0
/
+721
*
|
Fix CI's parser
blob1807
2024-04-13
1
-8
/
+8
*
|
Move rounded tests
blob1807
2024-04-13
1
-17
/
+17
*
|
Added support for URL fragments
blob1807
2024-04-13
1
-21
/
+65
*
|
Merge pull request #3288 from Yawning/feature/even-moar-crypto
Jeroen van Rijn
2024-04-10
7
-72
/
+843
|
\
\
[prev]
[next]