aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/serializer
Commit message (Collapse)AuthorAgeFilesLines
* all: initial support for fuchsiaDmitry Vyukov2017-09-201-3/+9
| | | | | | Nothing works, but builds. Update #191
* sys: compile all supported targets into the packageDmitry Vyukov2017-09-151-1/+2
| | | | | Currently we compile in only GOOS/GOARCH target. Compile in all targets so that they can be selected at runtime.
* pkg/ifuzz: use serializerDmitry Vyukov2017-09-041-0/+4
| | | | Simplifies code and reduces size of generated code from 820K to 310K.
* pkg/compiler: check and generate typesDmitry Vyukov2017-09-022-0/+209
Move most of the logic from sysgen to pkg/compiler. Update #217