| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix `specific_union_variant in map_keyed_by_union` not converting to union type | Laytan Laats | 2024-07-29 | 1 | -0/+20 |
| | | |||||
| * | Use test's random generator | Feoramund | 2024-06-15 | 1 | -26/+13 |
| | | | | | | This removes the `create` calls when a test was only setting up a generator, and it replaces them with `reset` when run in a loop. | ||||
| * | Update `core:math/rand` to use `context.random_generator` and remove `rand.Rand` | gingerBill | 2024-06-15 | 1 | -21/+41 |
| | | |||||
| * | utilize `odin test -all-packages` instead of (make/bat) scripts for running ↵ | Laytan Laats | 2024-06-07 | 1 | -2/+2 |
| | | | | | tests | ||||
| * | Strip old test runner back out of `internal`, `issues` and `vendor` | Jeroen van Rijn | 2024-06-02 | 1 | -116/+46 |
| | | |||||
| * | correct newly found vets | Laytan Laats | 2024-04-03 | 1 | -6/+6 |
| | | |||||
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 1 | -1/+1 |
| | | |||||
| * | Test new map when used as a set. | Jeroen van Rijn | 2022-11-15 | 1 | -0/+117 |
| | | | | | map[K]struct{} works fine. | ||||
| * | map: Add tests for update + delete. | Jeroen van Rijn | 2022-11-13 | 1 | -5/+148 |
| | | |||||
| * | Add tests for new map implementation. | Jeroen van Rijn | 2022-11-12 | 1 | -0/+122 |