| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Factor out serialization of pointers, slices and
structs into separate functions.
Update #538
|
| |
|
|
|
|
|
| |
The part that we want from gofmt is simplify (-s).
Fix all code that needs fixing.
Update #538
|
| |
|
|
| |
Fix typos, non-canonical code, remove dead code, etc.
|
| |
|
|
|
|
| |
Nothing works, but builds.
Update #191
|
| |
|
|
|
| |
Currently we compile in only GOOS/GOARCH target.
Compile in all targets so that they can be selected at runtime.
|
| |
|
|
| |
Simplifies code and reduces size of generated code from 820K to 310K.
|
|
|
Move most of the logic from sysgen to pkg/compiler.
Update #217
|