aboutsummaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix filepath.dirJeroen van Rijn23 hours1-0/+19
|
* short_stemJeroen van Rijn48 hours1-1/+1
|
* Fix `os.stem`, `os.short_stem`.Jeroen van Rijn48 hours1-0/+23
|
* SimplifyJeroen van Rijn3 days1-4/+3
|
* Fix up ABI name for core:os and core:os/oldJeroen van Rijn6 days1-6/+6
|
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days12-65/+65
|
* Remove all `core:os` imports from JS targetsJeroen van Rijn6 days1-1/+3
| | | | Fix `local_tz_name` on FreeBSD.
* FixJeroen van Rijn7 days2-43/+156
|
* More conflicts during rebaseJeroen van Rijn7 days2-11/+11
|
* Add tests for glob + matchJeroen van Rijn7 days1-8/+47
|
* Start of glob testJeroen van Rijn7 days1-3/+27
|
* Add `glob` + `match` to os2Jeroen van Rijn7 days1-0/+8
|
* tests/core/io -> os2Jeroen van Rijn7 days2-55/+14
|
* Convert `core:encoding/hxa`Jeroen van Rijn7 days2-5/+3
|
* Reenable `core:encoding/ini` testsJeroen van Rijn7 days2-3/+3
|
* Merge pull request #6213 from Yawning/feature/more-sececJeroen van Rijn12 days2-11/+457
|\ | | | | crypto: More core:crypto
| * core/crypto/ecdh: Add secp384r1Yawning Angel12 days1-0/+13
| |
| * core/crypto/_weierstrass: Add secp384r1Yawning Angel12 days1-11/+444
| |
* | nbio: fix send/recv buffer logicLaytan Laats2026-01-301-0/+72
|/
* core/crypto/ecdh: Initial importYawning Angel2026-01-282-124/+154
|
* core/crypto: Start work on the NIST curvesYawning Angel2026-01-281-0/+486
|
* core/crypto/ed25519: Cosmetic fixes (NFC)Yawning Angel2026-01-281-3/+3
|
* Fix CRCJeroen van Rijn2026-01-221-1/+1
|
* Merge branch 'master' into xmlcommentJeroen van Rijn2026-01-2212-26/+1213
|\
| * Merge pull request #6145 from odin-lang/bill/html-escapeJeroen van Rijn2026-01-181-1/+1
| |\ | | | | | | Update `core:encoding/entity`
| | * 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
| |/
| * 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 & ↵Laytan Laats2026-01-111-2/+0
| | | | | | | | cleanup
* | Corrected CRC'sStudebakerGuy2026-01-081-4/+4
|/ | | | | CRC's were correct in relation to changes to address comments containing -- at the end.
* encoding/base32: Fix padding validation for malformed inputZoltán Kéri2025-12-271-3/+11
| | | | | | | | | | | Fix a bug where padding characters in the middle of input were not detected when there was no trailing padding. The "verify no padding in middle" check was inside `if padding_count > 0`, so inputs like "MZ===YTBMZXW6YTB" would incorrectly pass validation. Test case added for this edge case.
* 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
|
* Removed unneded semicolons.Andreas Stenmark2025-11-301-3/+3
|
* Fix #5978: choice_bit_set respects bit_set domainAndreas Stenmark2025-11-301-0/+18
|
* tests: Add random number generator testsYawning Angel2025-11-291-4/+116
|
* 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
| | | | | Extract 18 (64-bit) or 8 (32-bit) digits per big division. This gives a 2.5x speedup for a 1024-bit bigint.
* 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
| | | | Fix #5931 and add test case for it.
* Revert "temp log for more info about semid_ds fail"Laytan Laats2025-11-081-2/+0
| | | | This reverts commit fb50a548f75a835d0edeccc57f28df62b059d481.
* 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
|\ | | | | Change Odin's LICENSE to zlib from BSD 3-clause
| * Remove unneeded newlinesgingerBill2025-10-281-4/+0
| |
| * Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-286-6/+10
| | | | | | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form.
* | Add `inject_at_soa` and `append_nothing_soa` proceduresthetarnav2025-11-021-0/+59
|/