aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #6165Jeroen van Rijn2026-01-243-1/+15
* Update run.bat and run.shCJ2026-01-242-0/+2
* Fix string16 bugs in Mac and LinuxCJ2026-01-241-0/+23
* Fix CRCJeroen van Rijn2026-01-221-1/+1
* Merge branch 'master' into xmlcommentJeroen van Rijn2026-01-2214-26/+1228
|\
| * Merge pull request #6145 from odin-lang/bill/html-escapeJeroen van Rijn2026-01-181-1/+1
| |\
| | * Fix crc32 for `xml_test_entities_unbox_decode`gingerBill2026-01-181-1/+1
| * | core:encoding/base64: add support for url variantrykad2026-01-171-1/+16
| |/
| * Merge pull request #6124 from laytan/nbiogingerBill2026-01-1610-24/+1196
| |\
| | * nbio: add packageLaytan Laats2026-01-115-0/+1006
| | * kqueue: fix bsds, add user filter, add struct testsLaytan Laats2026-01-114-0/+178
| | * rbtree: fix pointer usagesLaytan Laats2026-01-111-22/+12
| | * net: implement OpenBSD and NetBSD support & add stubs for other targets & cle...Laytan Laats2026-01-111-2/+0
| * | Fix test name, add PR link, use tabsTohei Ichikawa2026-01-101-3/+4
| * | Fix assertion error when imported proc groups are passed as proc argumentsTohei Ichikawa2026-01-102-0/+14
| |/
* / Corrected CRC'sStudebakerGuy2026-01-081-4/+4
|/
* Fix constant conversion checks (#6104)ske2026-01-071-8/+8
* Fix literal endianness (fix #6068)ske2025-12-303-0/+94
* encoding/base32: Fix padding validation for malformed inputZoltán Kéri2025-12-271-3/+11
* net(docs): recv of 0 bytes with no error is a graceful closeLaytan Laats2025-12-211-0/+35
* Fix nfds_t alias for LinuxHarold Brenes2025-12-202-0/+3
* Add `-ignore-unused-defineables` to `tests/issues`.Jeroen van Rijn2025-12-042-2/+2
* Fix cURL test.Jeroen van Rijn2025-12-041-1/+1
* Fix duplicate code emission in type assertions.miere432025-12-033-0/+38
* Merge branch 'master' into vendor/curlgingerBill2025-12-0118-4780/+5408
|\
| * Removed unneded semicolons.Andreas Stenmark2025-11-301-3/+3
| * Fix #5978: choice_bit_set respects bit_set domainAndreas Stenmark2025-11-301-0/+18
| * tests/benchmark: Add RNG benchmarksYawning Angel2025-11-292-0/+131
| * tests: Add random number generator testsYawning Angel2025-11-292-4/+267
| * Also test a big int with a large number of zeroes.Jeroen van Rijn2025-11-271-0/+15
| * Speed up big.itoaJeroen van Rijn2025-11-271-0/+27
| * Update test generatorgingerBill2025-11-273-4768/+4770
| * Expand base64 tests to include roundtripJeroen van Rijn2025-11-221-0/+15
| * Fix #5931Jeroen van Rijn2025-11-181-0/+21
| * Convert test case indentation to tabsTohei Ichikawa2025-11-091-30/+30
| * Add link to relevant PR to test caseTohei Ichikawa2025-11-091-0/+3
| * Fix allocation of anonymous globalsTohei Ichikawa2025-11-091-0/+64
| * skip pow -25 for linux arm64 tooLaytan Laats2025-11-081-2/+2
| * Revert "temp log for more info about semid_ds fail"Laytan Laats2025-11-081-2/+0
| * debug offsetsLaytan Laats2025-11-082-0/+10
| * temp log for more info about semid_ds failLaytan Laats2025-11-081-0/+2
| * Merge pull request #5859 from odin-lang/bill/change-licensedev-2025-11gingerBill2025-11-046-6/+6
| |\
| | * Remove unneeded newlinesgingerBill2025-10-281-4/+0
| | * Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-286-6/+10
| * | Add `inject_at_soa` and `append_nothing_soa` proceduresthetarnav2025-11-021-0/+59
| |/
* | Add missing importgingerBill2025-10-301-0/+1
* | Add tests/vendor/curlgingerBill2025-10-302-0/+42
|/
* [core:hash] Add CCITT CRC-16Jeroen van Rijn2025-10-211-0/+19
* core:math/bits: Finish docs, add `bitfield_extract` + `bitfield_insert` test.Jeroen van Rijn2025-10-141-0/+23
* core:math/bits: Add docs + tests for `rotate_left*` and `log2`Jeroen van Rijn2025-10-142-0/+149