aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Add test for issue #3435Feoramund2025-06-193-0/+40
* | Merge pull request #5344 from Feoramund/fix-2694Jeroen van Rijn2025-06-194-0/+152
|\ \
| * | Add a tiny sanity test for `core:mem` allocatorsFeoramund2025-06-151-0/+108
| * | Add test for issue #2694Feoramund2025-06-153-0/+44
| |/
* | Fix `WAVEFORMATEX` struct size (#5356)David Holland2025-06-182-2/+7
* | Add tests for new test failure expectation APIFeoramund2025-06-161-0/+52
* | Disable test_try_select_raw_happyJeroen van Rijn2025-06-161-0/+3
|/
* tests/core/sync/chan: move global state into testJack Mordaunt2025-06-121-2/+3
* tests/core/sync/chan: test harness for chan.try_select_rawJack Mordaunt2025-06-121-0/+176
* container/queue: Add testsFeoramund2025-06-111-0/+157
* Delete duplicate test vectors.Jeroen van Rijn2025-06-111-4813/+0
* 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
* Let compound literal array be broadcast to a struct field of arraysFeoramund2025-06-053-0/+20
* encoding/cbor: support simd vectorsLaytan Laats2025-06-041-0/+8
* encoding/cbor: support the matrix typeLaytan Laats2025-06-041-0/+20
* Fix #5265Jeroen van Rijn2025-06-033-0/+10
* fix swizzle in for in statementLaytan Laats2025-06-023-0/+23
* -vetJeroen van Rijn2025-05-311-1/+0
* Vectorize `strings.prefix_length`.Jeroen van Rijn2025-05-313-1/+183
* Use `time.Stopwatch` in `core:bytes` benchmarkFeoramund2025-05-291-4/+5
* Add benchmarks for `runtime.memory_*` comparison proceduresFeoramund2025-05-291-0/+227
* Add tests for `runtime.memory_*` comparison proceduresFeoramund2025-05-291-0/+76
* Fix multiline RegEx iterationFeoramund2025-05-261-3/+54
* fix another type alias issue with mini cycleLaytan Laats2025-05-263-0/+26
* Add more RegEx testsFeoramund2025-05-241-6/+160
* Remove `Global` RegEx flag, default to unanchored patternsFeoramund2025-05-242-16/+18
* Make RegEx VM restartable and fix iterator infinite loopFeoramund2025-05-241-2/+3
* fix global and static anyLaytan Laats2025-05-171-0/+40
* new compiler intrinsics type_integer_to_unsigned,type_integer_to_signed0xrsp2025-05-151-0/+34
* Fix os2.clean_path on WindowsJeroen van Rijn2025-05-112-37/+49
* add hexfloat (0h) parsing to strconvLaytan Laats2025-05-101-0/+37
* Merge pull request #5098 from laytan/fix-nan-comparisonsgingerBill2025-05-021-0/+44
|\
| * fix variable NaN comparisonsLaytan Laats2025-04-301-0/+44
* | adds the cases of #5043 and #5097 to the CILaytan Laats2025-04-304-0/+42
|/
* 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
* Remove reference to git issuemtarik34b2025-04-151-0/+0
* Ensure NaN != any_float_value evaluates to true for constant NaN valuesmtarik34b2025-04-151-21/+35
* `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