| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | core/crypto/ripemd: Remove, historical/exotic | Yawning Angel | 2023-11-17 | 2 | -107/+0 | |
| | | | ||||||
| * | | core/crypto/md4: Remove, badly broken | Yawning Angel | 2023-11-17 | 2 | -42/+0 | |
| | | | ||||||
| * | | core/crypto/md2: Remove, badly broken | Yawning Angel | 2023-11-17 | 1 | -21/+0 | |
| | | | ||||||
| * | | core/crypto/jh: Remove, use SHA-3 | Yawning Angel | 2023-11-17 | 1 | -61/+0 | |
| | | | ||||||
| * | | core/crypto/haval: Remove, badly broken | Yawning Angel | 2023-11-17 | 1 | -171/+0 | |
| | | | ||||||
| * | | core/crypto/groestl: Remove, use SHA-3 | Yawning Angel | 2023-11-17 | 1 | -61/+0 | |
| | | | ||||||
| * | | core/crypto/gost: Remove, exotic | Yawning Angel | 2023-11-17 | 2 | -44/+0 | |
| | | | ||||||
| * | | core/crypto/blake: Remove, use BLAKE2b/BLAKE2s | Yawning Angel | 2023-11-17 | 1 | -61/+0 | |
| | | | ||||||
| * | | core/crypto/sha2: Add SHA-512/256 | Yawning Angel | 2023-11-17 | 1 | -0/+16 | |
| |/ | ||||||
| * | Fix net.split_url | Jeroen van Rijn | 2023-11-09 | 1 | -0/+5 | |
| | | | | | Resolves issue #2924 | |||||
| * | Delete test artifact. | Jeroen van Rijn | 2023-11-04 | 1 | -0/+0 | |
| | | ||||||
| * | Work around LLVM idiocy. | Jeroen van Rijn | 2023-11-04 | 2 | -3/+9 | |
| | | ||||||
| * | Add math.pow2_f{16,32,64}, fast floating point 2^x where x is an integer. | Jeroen van Rijn | 2023-11-04 | 3 | -3/+74 | |
| | | ||||||
| * | Temporarily disable RTTI test on Windows. | Jeroen van Rijn | 2023-10-31 | 2 | -2/+2 | |
| | | ||||||
| * | Add test for RTTI | Jeroen van Rijn | 2023-10-30 | 3 | -8/+113 | |
| | | ||||||
| * | testing: add test for `Out_Of_Memory` return | Rickard Andersson | 2023-10-02 | 1 | -0/+44 | |
| | | ||||||
| * | Make core:net test os.exit(1) on failure. | Jeroen van Rijn | 2023-09-30 | 1 | -0/+5 | |
| | | ||||||
| * | Allow any order of query strings in net.join_url tests. | Jeroen van Rijn | 2023-09-30 | 1 | -24/+98 | |
| | | ||||||
| * | Change large math/big test literals to hex. | Jeroen van Rijn | 2023-09-30 | 2 | -5/+6 | |
| | | | | | | | | | In September 2022, the Python team addressed a possible DoS issue converting big integers to and from base 10 strings: https://github.com/python/cpython/issues/95778 Converting to/from base 10 is a quadratic operation, so they limited it to 4300 digits: https://discuss.python.org/t/int-str-conversions-broken-in-latest-python-bugfix-releases/18889/83 Github CI still uses an old Python version which parsed our test suite just fine. This patch converts them to hex literals to ensure our test doesn't break when Github does update to a non-vulnerable Python version released after September 2022. | |||||
| * | Add test for utf8 multibyte strings | Abdelrahman Farid | 2023-09-19 | 1 | -0/+8 | |
| | | ||||||
| * | use KiB etc. instead of KB | Laytan Laats | 2023-09-12 | 1 | -14/+14 | |
| | | ||||||
| * | fix test case | Laytan Laats | 2023-09-01 | 1 | -1/+1 | |
| | | ||||||
| * | actually run the test | Laytan Laats | 2023-09-01 | 1 | -1/+2 | |
| | | ||||||
| * | Add formatting of bytes into the best unit of measurement | Laytan Laats | 2023-09-01 | 2 | -0/+62 | |
| | | ||||||
| * | Merge pull request #2669 from laytan/check-disabled-when-generating-parapolydev-2023-08 | gingerBill | 2023-08-01 | 3 | -0/+28 | |
| |\ | | | | | Fix #2666 by checking for disabled when generating parapoly procs | |||||
| | * | Fix #2666 by checking for disabled when generating parapoly procs | Laytan Laats | 2023-07-19 | 3 | -0/+28 | |
| | | | ||||||
| * | | Keep `-vet` happy by removing `using` | gingerBill | 2023-07-31 | 5 | -143/+99 | |
| | | | ||||||
| * | | Keep -vet happy | gingerBill | 2023-07-31 | 2 | -18/+15 | |
| | | | ||||||
| * | | Remove `using` where easily possible | gingerBill | 2023-07-31 | 5 | -26/+21 | |
| | | | ||||||
| * | | Fix #2684 | Jeroen van Rijn | 2023-07-28 | 1 | -16/+18 | |
| |/ | ||||||
| * | Fix #2637 | ramn | 2023-07-08 | 3 | -0/+15 | |
| | | | | | where testing.expect_value can't compare nils | |||||
| * | add test | Laytan Laats | 2023-07-02 | 3 | -0/+21 | |
| | | ||||||
| * | Fix tests for `-strict-style` | gingerBill | 2023-06-26 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #2582 from ftphikari/master | gingerBill | 2023-06-21 | 1 | -2/+2 | |
| |\ | | | | | [core:thread] Added self_cleanup flag to properly auto-clean threads | |||||
| | * | [core:thread] Added `self_cleanup` flag to properly auto-clean threads | hikari | 2023-06-07 | 1 | -2/+2 | |
| | | | ||||||
| * | | [check-type] fix faulty #no_nil variants error | finn | 2023-06-13 | 2 | -0/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - when checking the variants of a union type we will skip adding the variants if we have an unspecialized polymorphic, hence our union_type variants will be empty and have a count of 0 - so when checking if we violate the #no_nil error, if we are in the unspecialized polymorphic case and there exists at least one variant in the original variants then we should not raise this error - test checks that we do not raise the error anymore, and that we still detect the #no_nil error in the described circumstances | |||||
| * | | Merge pull request #2552 from jcmoyer/fix-2466 | gingerBill | 2023-06-08 | 3 | -0/+24 | |
| |\ \ | |/ |/| | Use compound literal storage for ValueDecl lvals | |||||
| | * | Add test for #2466 | J.C. Moyer | 2023-05-21 | 3 | -0/+24 | |
| | | | ||||||
| * | | Document core:math/rand and add 'possible output' | Lucas Perlind | 2023-05-31 | 1 | -18/+32 | |
| | | | | | | | | | | | | | Possible output allows us to just type check a test and have some sort of output field in the docs but not actually verify it matches stdout | |||||
| * | | Add missing comma | gingerBill | 2023-05-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix #2550 json encoding should use surrogate pairs per RFC7159 | Laytan Laats | 2023-05-22 | 1 | -1/+15 | |
| |/ | ||||||
| * | Merge pull request #2523 from jcmoyer/fix-2056 | gingerBill | 2023-05-18 | 3 | -0/+24 | |
| |\ | | | | | Zero non-diagonal elements when converting to matrix | |||||
| | * | Add test for issue #2056 | J.C. Moyer | 2023-05-09 | 3 | -0/+24 | |
| | | | ||||||
| * | | Merge pull request #2541 from laytan/add-hex-and-expand-percent-decoding | Jeroen van Rijn | 2023-05-15 | 1 | -0/+93 | |
| |\ \ | | | | | | | fix hex.encode and add tests for the package | |||||
| | * | | fix hex.encode and add tests for the package | Laytan Laats | 2023-05-15 | 1 | -0/+93 | |
| | |/ | ||||||
| * | | Add test for net.split_url | Yoshihiro Tanaka | 2023-05-14 | 1 | -9/+49 | |
| | | | ||||||
| * | | Join URL queries with & | Yoshihiro Tanaka | 2023-05-14 | 1 | -1/+35 | |
| |/ | ||||||
| * | Windows requires the botan-3 naming due to the new release | zhibog | 2023-05-03 | 1 | -0/+0 | |
| | | ||||||
| * | Add Botan 3.0, comment some tests, due to removed algorithms | zhibog | 2023-05-03 | 2 | -5/+5 | |
| | | ||||||
| * | Merge pull request #2445 from Lperlind/documentation/strings_returns | Jeroen van Rijn | 2023-04-08 | 2 | -13/+27 | |
| |\ | | | | | Document return values of strings and add allocator errors where possible | |||||