| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | sys: support ptr64 type | Dmitry Vyukov | 2017-09-02 | 1 | -0/+4 | |
| | | | | | | | ptr64 is like ptr, but always takes 8 bytes of space. Needed for some APIs. Unfortunately, most of these APIs use buffer type, so we can't use ptr64 immidiately. | |||||
| * | pkg/compiler: check and generate types | Dmitry Vyukov | 2017-09-02 | 1 | -25/+112 | |
| | | | | | | | Move most of the logic from sysgen to pkg/compiler. Update #217 | |||||
| * | pkg/compiler: more static error checking | Dmitry Vyukov | 2017-08-27 | 3 | -0/+97 | |
| Update #217 | ||||||
