| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: fix handling of big-endian bitfields | Dmitry Vyukov | 2018-12-08 | 1 | -1/+1 |
| | | | | | | Currently we apply big-endian-ness and bitfield-ness in the wrong order in copyin. This leads to totally bogus result. Fix this. | ||||
| * | prog, pkg/compiler: support fmt type | Dmitry Vyukov | 2018-07-08 | 1 | -0/+17 |
| fmt type allows to convert intergers and resources to string representation. | |||||
