Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some jsgen bugs (#22330) | konsumlamm | 2023-08-06 | 1 | -9/+27 |
| | | | | | Fix `succ`, `pred` Fix `genRangeChck` for unsigned ints Fix typo in `dec` | ||||
* | [JS] Fix bitwise ops & shifts (#22340) | konsumlamm | 2023-07-27 | 1 | -1/+48 |
| | | | | | * [JS] Fix bitwise ops & shifts * Test `int64` & `uint64` only with `jsbigint64` | ||||
* | some test cleanups & category reorganization (#22010) | metagn | 2023-06-06 | 11 | -0/+763 |
* clean up some test categories * mention exact slice issue * magics into system * move trangechecks into overflow * move tmemory to system * try fix CI * try fix CI * final CI fix |