aboutsummaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tests/core/crypto: Fix new `-vet` issuesYawning Angel2024-07-161-3/+3
| |/ /
| * | Merge branch 'master' into json-add-int-key-map-supportVladPavliuk2024-07-141-0/+21
| |\ \
| | * | Imply `#no_capture` to all variadic parametersgingerBill2024-07-142-2/+2
| | * | Add more uses of `#no_capture`gingerBill2024-07-142-2/+2
| | * | Align ignore syntax of json tags with fmt, cborVladPavliuk2024-07-141-1/+1
| | * | Add support of `ignore` tag for `json.marshal`VladPavliuk2024-07-131-0/+21
| * | | Small code refactoring in `test_core_json`VladPavliuk2024-07-131-2/+1
| * | | Remove unused imports in `test_core_json`VladPavliuk2024-07-131-3/+0
| * | | Allow to `marshal` and `unmarshal` maps with int keysVladPavliuk2024-07-131-0/+40
| |/ /
* | | Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-1117-64/+7259
|\| |
| * | add test for allocator mem.Dynamic_PoolDerTee2024-07-031-0/+80
| * | Replace unneeded `transmute`Feoramund2024-06-301-2/+2
| * | Add more `core:net` testsFeoramund2024-06-301-0/+99
| * | Fix indentation of testsgingerBill2024-06-292-20/+10
| * | Merge pull request #3792 from Feoramund/core-uuidgingerBill2024-06-282-0/+440
| |\ \
| | * | Change how `Time` is constructed in `uuid`Feoramund2024-06-221-24/+24
| | * | Add API for creating custom version 8 UUIDsFeoramund2024-06-221-3/+17
| | * | Add vendor-specific version 8 UUID generation (hashing)Feoramund2024-06-221-0/+14
| | * | Test if v1 and v6 UUID `node` is set correctlyFeoramund2024-06-221-6/+20
| | * | Add `uuid` test for timestampsFeoramund2024-06-221-0/+48
| | * | Add UUID sorting testsFeoramund2024-06-221-0/+125
| | * | Fix indentationFeoramund2024-06-221-94/+94
| | * | Add buffer-based `to_string` to `uuid` packageFeoramund2024-06-221-3/+8
| | * | Improve time-related API in `uuid` packageFeoramund2024-06-221-51/+50
| | * | Require CSPRNG in UUID generation where applicableFeoramund2024-06-221-0/+9
| | * | Move v3 and v5 UUID procs to `uuid/legacy`Feoramund2024-06-221-5/+6
| | * | Add version 6 UUID generationFeoramund2024-06-221-0/+31
| | * | Add version 1 UUID generationFeoramund2024-06-221-0/+31
| | * | Add version 7 UUID generationFeoramund2024-06-221-1/+31
| | * | Make UUID `Identfier` only a distinct byte arrayFeoramund2024-06-221-2/+2
| | * | Add `core:encoding/uuid`Feoramund2024-06-222-0/+119
| | |/
| * / Fix core:math/fixed.Jeroen van Rijn2024-06-261-0/+51
| |/
| * Merge pull request #3137 from laytan/show-defineablegingerBill2024-06-201-1/+1
| |\
| | * remove caught unused defineLaytan Laats2024-06-071-1/+1
| * | Measure `East_Asian_Width` during grapheme decodingFeoramund2024-06-191-2/+64
| * | Separate the I18N calls for immutable strings and for pluraliseable strings.Maurizio M. Gavioli2024-06-191-19/+21
| * | Merge pull request #3767 from Feoramund/use-rng-context-in-test-runnerJeroen van Rijn2024-06-196-12/+39
| |\ \
| | * | Keep `-vet` happyFeoramund2024-06-151-1/+1
| | * | Add tests for `core:math/rand`Feoramund2024-06-152-0/+36
| | * | Use test's random generatorFeoramund2024-06-154-12/+3
| * | | Fix removal of temporary file in `core:flags` testFeoramund2024-06-181-8/+7
| * | | Add missing imports to `core` test suiteFeoramund2024-06-181-0/+2
| * | | Merge pull request #3700 from Feoramund/core-flagsgingerBill2024-06-181-0/+1394
| |\ \ \
| | * | | Raise error on spaced UNIX-style flag with no valueFeoramund2024-06-151-0/+17
| | * | | Add `--` parsing to UNIX-style `core:flags`Feoramund2024-06-141-0/+27
| | * | | Add package `core:flags`Feoramund2024-06-071-0/+1350
| | | |/ | | |/|
| * | | Add tests for `decode_grapheme_clusters`Feoramund2024-06-172-0/+4985
| * | | Add tests for `slice.unique` and `slice.unique_proc`Jeroen van Rijn2024-06-161-1/+61
| | |/ | |/|
| * | Merge pull request #3764 from Feoramund/test-runner-fixesgingerBill2024-06-151-1/+2
| |\ \
| | * | Prefer `log.error` over `fail_now` in this caseFeoramund2024-06-151-1/+2