aboutsummaryrefslogtreecommitdiff
path: root/go/private/BUILD.sdk.bazel
AgeCommit message (Expand)Author
2023-02-23Extract generated code from BUILD.toolchains.bazel into a macro (#3439)Fabian Meumertzheim
2023-01-10Update and run buildifier (#3416)Fabian Meumertzheim
2022-12-20always produce .a files at the beginning of a build (#3385)Michael Matloob
2022-12-15Generalize `boringcrypto` to `GOEXPERIMENT` support (#3401)Fabian Meumertzheim
2022-12-14Add support for building with boringcrypto (#3398)Michael Matloob
2022-11-24Declare toolchains in a separate repository (#3348)John Firebaugh
2022-10-14Ensure compatibility with incompatible flags close to flipping (#3319)Fabian Meumertzheim
2022-09-28Allow to select host/remote Go SDK (#3303)Mikhail Mazurskiy
2022-08-16Add support for --@io_bazel_rules_go//go/toolchain:sdk_version flag. (#3260)James Bartlett
2022-08-10Export support files needed for using Go's WebAssembly (WASM) output. (#3266)ralimi
2022-05-05Apply buildifier fixes (#3142)Fabian Meumertzheim
2022-01-14Use repo-relative labels where easily possible (#3038)Fabian Meumertzheim
2020-10-23Create bzl_library entries using gazelle-skylark (#2621)Andrew Z Allen
2020-09-16Export zoneinfo from go sdk. (#2596)Andrew Tarashkevich
2019-04-20GoCompilePkg: unified action for building a Go package (#2027)Jay Conrod
2019-02-12Consolidate actions into a single builder binary (#1947)Jay Conrod
2019-01-03Make gofmt available via sdk.tools (#1845)Vadym Matsishevskyi
2018-07-27Wire go_sdk and go_toolchain together (#1607)Jay Conrod
2018-05-23Exec go tools directly instead of using "go tool" (#1503)Jay Conrod
2018-02-02Build stdlib from inside the aspect (#1295)Ian Cottrell
2018-01-11don't use stdlib at all for bootstrap rules (#1227)Ian Cottrell
2017-10-25Compile the standard library on demand (#956)Ian Cottrell
2017-10-20Use a root file and lazy resolve the full path for GOROOT (#938)Ian Cottrell
2017-10-16Add the concept of a goos-goarch targetted stdlib (#922)Ian Cottrell
2017-10-13Gazelle: support empty prefixes (#912)Jay Conrod
2017-09-13Windows .exe support (#826)Ian Cottrell
2017-08-29Action generation on the toolchain (#762)Ian Cottrell
2017-05-26Transform to a more precise dependancy on the sdk (#485)Ian Cottrell
2017-05-26include -> headers (#482)Ian Cottrell
2017-05-26Move the sdk build file content into a file (#481)Ian Cottrell