aboutsummaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-285-6/+6
* Merge pull request #3006 from hwchen/hwchen/last_index_anyJeroen van Rijn2024-01-081-0/+12
|\
| * fix strings.last_index_any for single charWalther Chen2023-12-181-0/+12
* | Update core:encoding to Unicode 15.1 table.Jeroen van Rijn2024-01-022-104/+104
* | add other failing test and fix themLaytan Laats2023-12-181-1/+12
* | switch tests aroundLaytan Laats2023-12-181-1/+1
* | add failing test for runtime arena edge caseLaytan Laats2023-12-183-1/+71
|/
* Used `strings.builder_reset` instead of `clear` for the string builderHector2023-11-251-4/+6
* Updated to tabs and used provided test methods.Hector2023-11-251-33/+37
* Binary search improvementsHector2023-11-253-3/+85
* Merge pull request #2939 from laytan/allow-larger-thread-poly-dataJeroen van Rijn2023-11-243-1/+93
|\
| * fix self_cleanup causing join to faillaytan2023-11-201-6/+10
| * Fix shadowingLaytan Laats2023-11-151-12/+12
| * Allow larger thread poly dataLaytan Laats2023-11-153-1/+89
* | core/crypto: Exile keccak, md5 and sha1 to legacyYawning Angel2023-11-171-3/+3
* | core/crypto/whirlpool: Remove, historical/exoticYawning Angel2023-11-171-28/+0
* | core/crypto/tiger: Remove, historical/exoticYawning Angel2023-11-171-110/+0
* | core/crypto/streebog: Remove, exoticYawning Angel2023-11-171-31/+0
* | core/crypto/ripemd: Remove, historical/exoticYawning Angel2023-11-171-85/+0
* | core/crypto/md4: Remove, badly brokenYawning Angel2023-11-171-21/+0
* | core/crypto/md2: Remove, badly brokenYawning Angel2023-11-171-21/+0
* | core/crypto/jh: Remove, use SHA-3Yawning Angel2023-11-171-61/+0
* | core/crypto/haval: Remove, badly brokenYawning Angel2023-11-171-171/+0
* | core/crypto/groestl: Remove, use SHA-3Yawning Angel2023-11-171-61/+0
* | core/crypto/gost: Remove, exoticYawning Angel2023-11-171-22/+0
* | core/crypto/blake: Remove, use BLAKE2b/BLAKE2sYawning Angel2023-11-171-61/+0
* | core/crypto/sha2: Add SHA-512/256Yawning Angel2023-11-171-0/+16
|/
* Fix net.split_urlJeroen van Rijn2023-11-091-0/+5
* testing: add test for `Out_Of_Memory` returnRickard Andersson2023-10-021-0/+44
* Make core:net test os.exit(1) on failure.Jeroen van Rijn2023-09-301-0/+5
* Allow any order of query strings in net.join_url tests.Jeroen van Rijn2023-09-301-24/+98
* Change large math/big test literals to hex.Jeroen van Rijn2023-09-302-5/+6
* Add test for utf8 multibyte stringsAbdelrahman Farid2023-09-191-0/+8
* use KiB etc. instead of KBLaytan Laats2023-09-121-14/+14
* fix test caseLaytan Laats2023-09-011-1/+1
* actually run the testLaytan Laats2023-09-011-1/+2
* Add formatting of bytes into the best unit of measurementLaytan Laats2023-09-012-0/+62
* Keep `-vet` happy by removing `using`gingerBill2023-07-315-143/+99
* Keep -vet happygingerBill2023-07-312-18/+15
* Remove `using` where easily possiblegingerBill2023-07-315-26/+21
* Fix #2684Jeroen van Rijn2023-07-281-16/+18
* Add missing commagingerBill2023-05-291-1/+1
* fix #2550 json encoding should use surrogate pairs per RFC7159Laytan Laats2023-05-221-1/+15
* Merge pull request #2541 from laytan/add-hex-and-expand-percent-decodingJeroen van Rijn2023-05-151-0/+93
|\
| * fix hex.encode and add tests for the packageLaytan Laats2023-05-151-0/+93
* | Add test for net.split_urlYoshihiro Tanaka2023-05-141-9/+49
* | Join URL queries with &Yoshihiro Tanaka2023-05-141-1/+35
|/
* Merge pull request #2445 from Lperlind/documentation/strings_returnsJeroen van Rijn2023-04-081-12/+26
|\
| * Document return values of strings and add allocator errors whereLucas Perlind2023-04-071-12/+26
* | core/crypto: Add private attributes for internalsYawning Angel2023-04-081-1/+7
|/