Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | main: add -print-allocs flag that lets you print all heap allocations | Ayke van Laethem |
2021-04-09 | main: implement -ldflags="-X ..." | Ayke van Laethem |
2021-04-09 | main: remove -cflags and -ldflags flags | Ayke van Laethem |
2021-04-08 | builder: add optsize attribute while building the package | Ayke van Laethem |
2021-01-14 | New tinygo -x option to print commands (#1572) | Fauchon |
2021-01-10 | wasm: implement a growable heap | Ayke van Laethem |
2020-07-11 | builder: try to determine stack size information at compile time | Ayke van Laethem |
2020-05-16 | compileopts: improve error reporting of unsupported flags | cebernardi |
2019-11-12 | main: add -programmer flag | Ayke van Laethem |
2019-11-11 | main: refactor compile/link part to a builder package | Ayke van Laethem |
2019-11-04 | main: move compile options to compileopts package | Ayke van Laethem |