aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Begin mapping `os.Error` in the rest of the codebasegingerBill2024-08-043-6/+6
* fix os.read_dir with symlinksLaytan Laats2024-08-035-0/+37
* fix `specific_union_variant in map_keyed_by_union` not converting to union typeLaytan Laats2024-07-291-0/+20
* 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-2510-11/+358
|\|
| * Merge pull request #3951 from Kelimion/lua_testJeroen van Rijn2024-07-243-0/+82
| |\
| | * use #directory in lua testLaytan Laats2024-07-221-1/+1
| | * Add Lua example to vendor\lua as well as basic tests.Jeroen van Rijn2024-07-203-0/+82
| * | 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
| * | tests/benchmark/crypto: Benchmark AES256-CTRYawning Angel2024-07-161-0/+56
| * | 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-143-3/+3
| | * Add more uses of `#no_capture`gingerBill2024-07-143-3/+3
| | * 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-1118-98/+7300
|\|
| * 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