aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix filepath.dirJeroen van Rijn18 hours1-0/+19
* short_stemJeroen van Rijn42 hours1-1/+1
* Fix `os.stem`, `os.short_stem`.Jeroen van Rijn43 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 days13-67/+67
* Remove all `core:os` imports from JS targetsJeroen van Rijn6 days1-1/+3
* Fix doc testsJeroen van Rijn7 days1-3/+3
* 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
* Port doc tester to os2 itself as wellJeroen van Rijn7 days1-19/+13
* Fix doc testerJeroen van Rijn7 days1-9/+15
* 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
|\
| * 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-283-179/+188
* 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 #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
|\