aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* -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
* 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
* Merge pull request #5007 from laytan/net-errors-overhaulJeroen van Rijn2025-04-051-8/+15
|\
| * net: rework errors to be cross-platformLaytan Laats2025-04-051-8/+15
* | Fix #5004Jeroen van Rijn2025-04-051-0/+33
|/
* 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
* | test/benchmarks/crypto: Improve benchmarksYawning Angel2025-03-237-552/+746
* | core:crypto/deoxysii: Initial importYawning Angel2025-03-232-0/+147
* | core/crypto/aegis: Initial importYawning Angel2025-03-232-0/+262
* | core/crypto/x448: Initial importYawning Angel2025-03-232-0/+84
* | 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
|/
* Merge pull request #4779 from jkenda/mastergingerBill2025-02-081-1/+47
|\
| * encoding/json: marshal enumerated arrays to objects with key-value pairsjkenda2025-02-011-1/+47