| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #6165 | Jeroen van Rijn | 2026-01-24 | 1 | -0/+1 |
| | | |||||
| * | Update run.bat and run.sh | CJ | 2026-01-24 | 1 | -0/+1 |
| | | |||||
| * | Fix literal endianness (fix #6068) | ske | 2025-12-30 | 1 | -0/+1 |
| | | |||||
| * | Add `-ignore-unused-defineables` to `tests/issues`. | Jeroen van Rijn | 2025-12-04 | 1 | -1/+1 |
| | | |||||
| * | Fix duplicate code emission in type assertions. | miere43 | 2025-12-03 | 1 | -0/+1 |
| | | |||||
| * | Add test for issue #3435 | Feoramund | 2025-06-19 | 1 | -0/+1 |
| | | |||||
| * | Add test for issue #2694 | Feoramund | 2025-06-15 | 1 | -0/+1 |
| | | |||||
| * | Let compound literal array be broadcast to a struct field of arrays | Feoramund | 2025-06-05 | 1 | -0/+1 |
| | | | | | | | Fixes #4364 Patch courtesy of @cribalik | ||||
| * | Fix #5265 | Jeroen van Rijn | 2025-06-03 | 1 | -0/+1 |
| | | |||||
| * | fix swizzle in for in statement | Laytan Laats | 2025-06-02 | 1 | -0/+1 |
| | | | | | Fixes #1730 | ||||
| * | fix another type alias issue with mini cycle | Laytan Laats | 2025-05-26 | 1 | -0/+1 |
| | | |||||
| * | adds the cases of #5043 and #5097 to the CI | Laytan Laats | 2025-04-30 | 1 | -0/+2 |
| | | |||||
| * | Add regression tests reproducing the issue | Sebastian Pahnke | 2024-12-28 | 1 | -0/+1 |
| | | |||||
| * | Add test for #4210 | Jeroen van Rijn | 2024-09-07 | 1 | -0/+1 |
| | | |||||
| * | utilize `odin test -all-packages` instead of (make/bat) scripts for running ↵ | Laytan Laats | 2024-06-07 | 1 | -1/+0 |
| | | | | | tests | ||||
| * | Strip old test runner back out of `internal`, `issues` and `vendor` | Jeroen van Rijn | 2024-06-02 | 1 | -10/+10 |
| | | |||||
| * | Disable `FANCY_OUTPUT` in Odin test scripts | Feoramund | 2024-06-02 | 1 | -1/+1 |
| | | | | | This should tidy up the CI output logs a bit. | ||||
| * | Fix #2666 by checking for disabled when generating parapoly procs | Laytan Laats | 2023-07-19 | 1 | -0/+1 |
| | | |||||
| * | Fix #2637 | ramn | 2023-07-08 | 1 | -0/+1 |
| | | | | | where testing.expect_value can't compare nils | ||||
| * | add test | Laytan Laats | 2023-07-02 | 1 | -0/+1 |
| | | |||||
| * | Add test for #2466 | J.C. Moyer | 2023-05-21 | 1 | -0/+1 |
| | | |||||
| * | Add test for issue #2056 | J.C. Moyer | 2023-05-09 | 1 | -0/+1 |
| | | |||||
| * | Make tests scripts error if a test fails | Lucas Perlind | 2023-04-03 | 1 | -9/+4 |
| | | | | | | Additionally fixes tests that were found broken because of this. | ||||
| * | Github CI: Add test case for issue 2113 | Lucas Perlind | 2022-10-08 | 1 | -4/+12 |
| | | |||||
| * | [strconv] Add parsing of Inf & NaN | Jeroen van Rijn | 2022-09-28 | 1 | -6/+4 |
| | | |||||
| * | Update test paths. | Jeroen van Rijn | 2022-04-26 | 1 | -7/+7 |
| | | |||||
| * | Address edge cases. | Jeroen van Rijn | 2022-04-26 | 1 | -8/+13 |
| | | |||||
| * | Update tests to use new filename generation code. | Jeroen van Rijn | 2022-04-24 | 1 | -13/+8 |
| | | |||||
| * | -file for tests\issues. | Jeroen van Rijn | 2022-04-05 | 1 | -2/+2 |
| | | |||||
| * | Fix issue #829 "Compiler crashes when declaring maps with procedure" | gitlost | 2022-03-23 | 1 | -0/+17 |
| Inits `o->value` in `check_expr_base_internal()` so doesn't accidentally use last (the proc lit was being set to that of previous string) Adds test to "tests/issues" and changes CI to use new "run" shells | |||||