aboutsummaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
* removed some commentsThomas la Cour2024-07-261-5/+0
* try to add sys/windows to the normal core testsThomas la Cour2024-07-261-0/+1
* Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-261-0/+37
|\
| * Add `time.to_string*` formatters.Jeroen van Rijn2024-07-251-0/+37
* | removed old test stuffThomas la Cour2024-07-261-67/+1
* | Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-256-11/+220
|\|
| * Allow json to unmarshal empty struct.Jeroen van Rijn2024-07-211-0/+18
| * Ensure deletion of maybe is delayed until we're finished with it.Ronald2024-07-201-1/+1
| * Fix typo in name of testRonald2024-07-201-1/+1
| * Add encoding/ini testsRonald2024-07-201-0/+120
| * Merge pull request #3929 from laytan/fix-fmt-len-transfer-to-childrenJeroen van Rijn2024-07-151-0/+16
| |\
| | * add test for leaking struct tag into elemsLaytan Laats2024-07-151-0/+16
| * | core/crypto/aes: Add Intel AES-NI supportYawning Angel2024-07-161-7/+5
| * | test/core/crypto: Fix a copy-paste issue in failure spewYawning Angel2024-07-161-1/+1
| * | 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