| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 1 | -1/+1 |
| * | fix: make -vet not complain | ramn | 2023-07-09 | 1 | -0/+2 |
| * | Fix #2637 | ramn | 2023-07-08 | 1 | -2/+3 |
| * | Use positional and named arguments within the core library | gingerBill | 2023-06-21 | 1 | -5/+5 |
| * | Move assert to implementation file | gingerBill | 2021-10-11 | 1 | -1/+0 |
| * | Add `testing.expect_value`; Improve `testing.set_fail_timeout` | gingerBill | 2021-10-11 | 1 | -4/+10 |
| * | Add `testing.set_fail_timeout` | gingerBill | 2021-10-11 | 1 | -4/+19 |
| * | testing: Strip ; from test runner. | Jeroen van Rijn | 2021-09-07 | 1 | -19/+19 |
| * | Add `testing.fail_now` | gingerBill | 2021-05-01 | 1 | -0/+9 |
| * | Make the core:testing runner on windows run in a separate thread to handle cr... | gingerBill | 2021-05-01 | 1 | -2/+5 |
| * | Add `pkg` field to `testing.Internal_Test` | gingerBill | 2021-03-14 | 1 | -0/+3 |
| * | `odin test` to work with the new `core:testing` package | gingerBill | 2021-03-14 | 1 | -0/+68 |