| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Strip old test runner back out of `internal`, `issues` and `vendor` | Jeroen van Rijn | 2024-06-02 | 1 | -147/+146 |
| | | |||||
| * | [strconv] Add parsing of Inf & NaN | Jeroen van Rijn | 2022-09-28 | 1 | -177/+146 |
| | | |||||
| * | Fix issue #1592 "LLVM code gen error when using a constant in an if" | gitlost | 2022-03-18 | 1 | -0/+489 |
| Changes lb_build_if_stmt() to return null lbValue if condition is cmpAnd, cmpOr or non-const neg and check in lb_build_if_stmt() to avoid short circuiting if that's the case Adds test to "tests/issues" and adds step in CI to check this dir | |||||