aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Enable core:fmt tests.dev-2024-05Jeroen van Rijn2024-05-102-3/+9
* Extend test suite for `fmt`Feoramund2024-05-091-6/+130
* core/crypto: Add a `HAS_RAND_BYTES` constantYawning Angel2024-04-231-1/+1
* Merge pull request #3045 from laytan/cborgingerBill2024-04-155-1/+972
|\
| * encoding/cbor: fix conflictLaytan Laats2024-03-041-1/+0
| * encoding/cbor: rename `diagnose` to `to_diagnostic_format` to be clearerLaytan Laats2024-03-041-7/+7
| * encoding/cbor: make temp allocations more explicitLaytan2024-03-041-1/+1
| * encoding/cbor: core -> baseLaytan2024-03-042-2/+4
| * encoding/cbor: adhere to new quaternion rules of masterLaytan Laats2024-03-041-1/+1
| * encoding/cbor: deterministically store bit sets as big endianLaytan Laats2024-03-041-1/+1
| * encoding/cbor: ignore struct fields with `cbor:"-"`Laytan Laats2024-03-041-0/+3
| * encoding/cbor: fix unused importLaytan Laats2024-03-041-1/+0
| * encoding/cbor: cleanLaytan Laats2024-03-041-16/+7
| * encoding/cbor: add decoder flags and protect from malicious untrusted inputLaytan Laats2024-03-041-3/+14
| * encoding/cbor: fully support marshal/unmarshal of unionsLaytan Laats2024-03-041-40/+220
| * encoding/base64: add decode_into, add testsLaytan Laats2024-03-043-0/+65
| * encoding/cbor: initial package implementationLaytan Laats2024-03-043-0/+721
* | Fix CI's parserblob18072024-04-131-8/+8
* | Move rounded testsblob18072024-04-131-17/+17
* | Added support for URL fragmentsblob18072024-04-131-21/+65
* | Merge pull request #3288 from Yawning/feature/even-moar-cryptoJeroen van Rijn2024-04-107-72/+843
|\ \
| * | tests/core/crypto: Start adding comprehensive curve25519 testsYawning Angel2024-04-097-71/+842
| * | core/crypto: Add `has_rand_bytes`Yawning Angel2024-04-091-1/+1
* | | add bit_field parsing to `core:odin/parser`Laytan Laats2024-04-101-3/+47
|/ /
* | fix amd64 sysv abi to pass asan everywhereLaytan Laats2024-04-042-1/+66
* | fix 128 bit int alignment on arm64Laytan Laats2024-04-043-3/+67
* | Merge pull request #3366 from laytan/fix-vet-scope-buggingerBill2024-04-032-8/+8
|\ \
| * | correct newly found vetsLaytan Laats2024-04-032-8/+8
* | | Make it a HMAC.Jeroen van Rijn2024-04-011-201/+205
* | | Add SHA3-512 digests verification to test assets.Jeroen van Rijn2024-04-011-41/+202
|/ /
* | Merge pull request #3294 from laytan/update-glfw-from-3.3.8-to-3.4gingerBill2024-03-211-3/+3
|\ \
| * | glfw: update from 3.3.8 to 3.4Laytan Laats2024-03-181-3/+3
* | | Ensmallen Date struct.Jeroen van Rijn2024-03-201-2/+2
* | | Ensmallen Time struct.Jeroen van Rijn2024-03-201-2/+2
* | | Change Ordinal from int to i64Jeroen van Rijn2024-03-201-3/+4
* | | Fix test label.Jeroen van Rijn2024-03-181-1/+1
* | | Add WiP datetime package and tests.Jeroen van Rijn2024-03-183-1/+187
|/ /
* | vendor/botan: RemoveYawning Angel2024-03-044-425/+8
* | tests/core/crypto: Use the `tests/common` boilerplateYawning Angel2024-03-048-107/+87
* | core/crypto/kmac: Initial importYawning Angel2024-03-041-0/+98
* | core/crypto/tuplehash: Initial importYawning Angel2024-03-042-131/+342
* | core/crypto/shake: Support cSHAKEYawning Angel2024-03-041-6/+60
* | core/crypto/hkdf: Initial importYawning Angel2024-03-041-0/+67
* | core/crypto/pbkdf2: Initial importYawning Angel2024-03-042-0/+120
|/
* Merge pull request #3203 from listeriaceae/mastergingerBill2024-03-011-0/+181
|\
| * port math.round from GolangJuan Ignacio Díaz2024-02-161-0/+181
* | core/container/avl: Initial importYawning Angel2024-02-242-0/+162
* | test/core/container: Refactor for multiple container typesYawning Angel2024-02-242-19/+34
* | tests/core: Bring the Makefile more in-sync with build.batYawning Angel2024-02-243-25/+33
* | Make sure we are listening before starting the clientLaytan Laats2024-02-201-15/+10