aboutsummaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
...
* Turn `core:math/bìg` tests into regular `core:testing` tests.Jeroen van Rijn2025-06-117-1154/+10459
* Fix pathJeroen van Rijn2025-06-101-1/+1
* Add initial tests for big rationalsJeroen van Rijn2025-06-102-1/+51
* flags: Rename `varg` to `overflow`, let it be renamed with configFeoramund2025-06-091-45/+45
* Add more `core:flags` tests to codify behaviorFeoramund2025-06-091-0/+104
* flags: Rename `variadic` to `manifold` (breaking change)Feoramund2025-06-091-10/+10
* Clarify `strconv.append_*` to `strconv.write_*`Feoramund2025-06-051-1/+1
* encoding/cbor: support simd vectorsLaytan Laats2025-06-041-0/+8
* encoding/cbor: support the matrix typeLaytan Laats2025-06-041-0/+20
* Vectorize `strings.prefix_length`.Jeroen van Rijn2025-05-311-1/+50
* Add tests for `runtime.memory_*` comparison proceduresFeoramund2025-05-291-0/+76
* Fix multiline RegEx iterationFeoramund2025-05-261-3/+54
* Add more RegEx testsFeoramund2025-05-241-6/+160
* Remove `Global` RegEx flag, default to unanchored patternsFeoramund2025-05-241-12/+12
* Make RegEx VM restartable and fix iterator infinite loopFeoramund2025-05-241-2/+3
* Fix os2.clean_path on WindowsJeroen van Rijn2025-05-112-37/+49
* add hexfloat (0h) parsing to strconvLaytan Laats2025-05-101-0/+37
* Fix parsing of CDATA tags (#5059)Jeroen van Rijn2025-04-192-6/+11
* `signbit` -> `sign_bit` in `tests/core/math`Jeroen van Rijn2025-04-151-1/+1
* `core:mem/tlsf`: Add early-out in OOM logicJeroen van Rijn2025-04-141-5/+2
* Allow `core:mem/tlsf` to automatically add new pools.Jeroen van Rijn2025-04-141-1/+41
* Refactor `core:mem/tlsf`, add `free_all` support.Jeroen van Rijn2025-04-141-0/+102
* Add tests for `type_elem_type` on SIMD vectorsJeroen van Rijn2025-04-111-0/+71
* Added tests for `math.nextafter`.Barinzaya2025-04-071-0/+189
* Optimize regex match iterator.Jeroen van Rijn2025-04-071-2/+1
* Return loop index in regex iterator.Jeroen van Rijn2025-04-061-4/+3
* {.Glboal} implicit in regex allocator.Jeroen van Rijn2025-04-061-1/+1
* Keep -vet happy.Jeroen van Rijn2025-04-061-1/+1
* Add iterator for `core:text/regex`.Jeroen van Rijn2025-04-061-0/+57
* net: rework errors to be cross-platformLaytan Laats2025-04-051-8/+15
* Merge pull request #4954 from Feoramund/os2-pathgingerBill2025-03-243-17/+373
|\
| * Add tests for new `os2` path APIFeoramund2025-03-211-0/+344
| * Decouple usage of `filepath` from `os2`Feoramund2025-03-213-17/+29
* | core:crypto/deoxysii: Initial importYawning Angel2025-03-231-0/+89
* | core/crypto/aegis: Initial importYawning Angel2025-03-231-0/+204
* | core/crypto/x448: Initial importYawning Angel2025-03-231-0/+63
* | Merge pull request #4836 from laytan/fix-wrong-out-of-memorygingerBill2025-03-202-1/+31
|\ \ | |/ |/|
| * cleanup test arenasLaytan Laats2025-02-122-0/+2
| * fix wrong out of memory in edge cases, just try allocate from block for one s...Laytan Laats2025-02-122-1/+29
* | Merge pull request #4877 from laytan/os2-additionsgingerBill2025-02-282-0/+105
|\ \
| * | os/os2: recursive directory walker, expose errors in read_directory, file cloneLaytan Laats2025-02-242-0/+105
* | | Add tests for new safe `to_cstring`Feoramund2025-02-271-0/+43
|/ /
* / fix addrinfo struct defLaytan Laats2025-02-122-0/+3
|/
* encoding/json: marshal enumerated arrays to objects with key-value pairsjkenda2025-02-011-1/+47
* os/os2: add get_executable_path and get_executable_directoryLaytan Laats2025-01-211-0/+22
* Merge branch 'master' of https://github.com/avanspector/Odinavanspector2025-01-101-0/+1
|\
| * Merge pull request #4605 from karl-zylinski/tracking-allocator-bad-free-defau...gingerBill2025-01-081-0/+1
| |\
| | * Makes tracking allocator default to crashing on a bad free instead of add to ...Karl Zylinski2024-12-211-0/+1
* | | Haiku: add posix testsavanspector2025-01-104-18/+54
|/ /
* | Add `#+feature dynamic-literals` to testsgingerBill2025-01-053-0/+3