Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-23 | version: update TinyGo version to 0.21.0-dev | sago35 | |
2021-09-21 | main: release version 0.20.0 | Ayke van Laethem | |
2021-08-30 | goenv: improve Go version detection | Ayke van Laethem | |
First look at the VERSION file, only then look at src/runtime/internal/sys/zversion.go. This makes it possible to correctly detect the Go version for release candidates. | |||
2021-07-02 | version: update TinyGo version to 0.20.0-dev | sago35 | |
2021-06-30 | main: release version 0.19.0v0.19.0 | Ayke van Laethem | |
2021-05-14 | version: update TinyGo version to 0.19.0-dev | sago35 | |
2021-05-12 | main: version 0.18.0 | Ayke van Laethem | |
2021-04-15 | add goroot for snap installs | Tobias Theel | |
2021-03-14 | goenv: use physical path instead of cached GOROOT in function getGoroot ↵ | ardnew | |
(fixes #433, #1658) | |||
2021-03-07 | version: update TinyGo version to 0.18.0-dev | sago35 | |
2021-03-05 | all: release v0.17.0v0.17.0 | Ayke van Laethem | |
2020-11-27 | version: update TinyGo version to 0.17.0-dev | sago35 | |
2020-11-17 | main: release 0.16.0v0.16.0 | Ayke van Laethem | |
2020-09-18 | version: update TinyGo version to 0.16.0-dev | sago35 | |
2020-09-17 | Prepare for 0.15.0 releasev0.15.0 | deadprogram | |
Signed-off-by: deadprogram <[email protected]> | |||
2020-08-24 | version: update TinyGo version to 0.15.0-dev | deadprogram | |
Signed-off-by: deadprogram <[email protected]> | |||
2020-08-19 | main: release 0.14.1v0.14.1 | deadprogram | |
Signed-off-by: deadprogram <[email protected]> | |||
2020-08-03 | main: release 0.14.0v0.14.0 | Ayke van Laethem | |
2020-05-27 | main: move TinyGo version to goenv | Ayke van Laethem | |
This is needed to make it available to more packages, for caching purposes. For caching, the version itself may not be enough during development. But for regular releases, the version provides some protection against accidentally using a cache entry that is invalid in a newer version. | |||
2020-05-27 | builder: move Go version code to goenv package | Ayke van Laethem | |
This is necessary to avoid a circular dependency in the loader (which soon will need to read the Go version) and because it seems like a better place anyway. | |||
2020-01-14 | compiler: add support for CGO_ENABLED environment variable | Ayke van Laethem | |
2019-10-14 | main: refactor environment variables into a separate package | Ayke van Laethem | |
This makes it possible to query these environment variables from anywhere, which might be useful. More importantly, it puts them in a central location from where they can be queried, useful for a `go env` subcommand. |