aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | reorganize tests and handle endianLaytan Laats2025-02-061-5/+117
* | add tests for abs() on floatsLaytan Laats2025-02-061-0/+56
|/
* 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
|/ /
* | Merge pull request #4633 from spahnke/fix-matrix-adjugategingerBill2025-01-063-0/+200
|\ \
| * | Add regression tests for inverse_transposeSebastian Pahnke2024-12-281-0/+9