aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/buildruntime.go
AgeCommit message (Expand)Author
2021-09-16cmd/go: add GOAMD64 environment variablenimelehin
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-08runtime,cmd/link: include GOEXPERIMENTs in runtime.Version(), "go version X"Austin Clements
2021-03-11cmd: move GOEXPERIMENT knob from make.bash to cmd/goMatthew Dempsky
2020-10-06all: implement GO386=softfloatKeith Randall
2020-10-02all: drop 387 supportKeith Randall
2020-05-20cmd/go: remove GOAMD64 environment variableDavid Chase
2020-05-01cmd/internal/obj/x86: prevent jumps crossing 32 byte boundariesMark Ryan
2019-03-13cmd/compile: add processor level selection support to ppc64{,le}Carlos Eduardo Seo
2019-03-01cmd/dist, cmd/link: allow passing default dynamic linker/loaderTobias Klauser
2019-01-09cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64Clément Chigot
2018-10-03cmd/dist: add AIX operating system.Clément Chigot
2018-04-27cmd/compile: add softfloat support to mips64{,le}Milan Knezevic
2018-01-09cmd/link: set runtime.GOROOT default during linkRuss Cox
2017-11-30cmd/go, cmd/dist: introduce GOMIPS environment variableVladimir Stefanovic
2017-09-20cmd/dist: use bytes.Buffer for code generationMarvin Stenger
2017-09-09cmd/go: put computed GOROOT in built binariesDavid Crawshaw
2017-09-09cmd/dist: use standard generated code headerMarvin Stenger
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-12-16cmd/dist, runtime: make runtime version available as runtime.buildVersionShenghou Ma
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-09-07cmd/dist: fix mkzversion to produce gofmt'd outputDave Cheney
2015-06-26Fix several out of date references to 4g/5g/6g/8g/9g.Aaron Jacobs
2015-06-03cmd/dist: do not rewrite files that already have the correct contentRuss Cox
2015-05-01cmd/dist, runtime: Make stack guard larger for non-optimized buildsKeith Randall
2015-03-02cmd/dist: fix default GOOS/GOARCH for cross-compileRuss Cox
2015-03-01cmd/dist: record default GO_EXTLINK_ENABLED in GoRuss Cox
2015-02-17[dev.cc] cmd/dist: write default GO386 for cmd/internal/objRuss Cox
2015-02-13[dev.cc] all: merge master (5f1efe7) into dev.ccRuss Cox
2015-02-11cmd/dist: fetch version when needed, instead of at initAustin Clements
2015-02-04[dev.cc] all: merge master (b8fcae0) into dev.ccRuss Cox
2015-01-21[dev.cc] cmd/dist: write cmd/internal/obj/zbootstrap.goRuss Cox
2015-01-21build: implement GOEXPERIMENT again in runtime, and add to liblinkRuss Cox
2015-01-19cmd/dist: produce a properly formatted zversion.goMichael Matloob
2015-01-10build: require old Go to build new Go (and convert cmd/dist to Go)Russ Cox
2015-01-10cmd/dist: remove C sources, rename some to Go filesRuss Cox