aboutsummaryrefslogtreecommitdiff
path: root/go/private/rules/binary.bzl
AgeCommit message (Expand)Author
2023-04-19go_tool_binary: set GOMAXPROCS to 1 (#3536)Son Luong Ngoc
2023-01-23Add `env` attribute to `go_binary` (#3428)Fabian Meumertzheim
2022-12-20always produce .a files at the beginning of a build (#3385)Michael Matloob
2022-06-22Transition on edges not self (#3116)Daniel Wagner-Hall
2022-06-14Link in native libraries of transitive dependencies in archive mode (#3186)Fabian Meumertzheim
2022-06-10Don't include non-executable go_binary in dependent's runfiles (#3151)Fabian Meumertzheim
2022-06-07Refactor away references to @io_bazel_rules_go (#3185)Fabian Meumertzheim
2022-05-09Trim transitioned Go settings on non-Go dependencies (#3108)Fabian Meumertzheim
2022-05-09Let go_binary's executable bit depend on `linkmode` (#3143)Fabian Meumertzheim
2022-04-15Fix include paths for CGo deps in external repositories (#3115)Fabian Meumertzheim
2022-02-13Fix minor typo in attribute docs. (#3067)Ukjae Jeong (Jay)
2021-12-28Stardoc generates API docs for core rules (#3000)Alex Eagle
2021-12-02Add first class support for GOOS=ios (#3013)Steeve Morin
2021-09-22Suppress goroot path in tool builds (#2952)Alistair
2021-06-02Assume cgo dynamically linked libraries exist in runfiles (#2869)Timothy Gu
2021-03-05Make go_binary expose CcInfo (#2445)Steeve Morin
2021-02-24go: support //go:embed directives with embedsrcs attribute (#2806)Jay Conrod
2020-10-23Create bzl_library entries using gazelle-skylark (#2621)Andrew Z Allen
2020-05-12Avoid use of run_shell in bazel rule. (#2488)tomlu
2020-04-17go: use configuration transitions instead of aspect (#2414)Jay Conrod
2020-02-06tests: add buildifier_test (#2356)Jay Conrod
2019-08-23Multiple fixes for go1.13 compatibility (#2194)Jay Conrod
2019-07-13Ensure go_binary.embed libraries' importpath is main (#2135)Steeve Morin
2019-07-03go_library, go_test, go_binary: accept .m and .mm files (#2119)Jay Conrod
2019-05-29Remove vendored skylib except versions.bzl (#2083)Jay Conrod
2019-04-20GoCompilePkg: unified action for building a Go package (#2027)Jay Conrod
2019-03-27Use -trimpath to make go_tool_binary deterministic. (#2011)jmillikin-stripe
2019-03-26go_tool_binary: set GOROOT explicitly (#2008)Jay Conrod
2019-02-12Consolidate actions into a single builder binary (#1947)Jay Conrod
2018-10-08Add compiled archives to compilation_outputs group (#1756)Cody Schroeder
2018-08-15Remove uses of deprecated dictionary concatenation (#1663)James Judd
2018-08-13Remove 'cfg = "data"' from all attributes (#1658)Jay Conrod
2018-08-01Statically link tool binaries (#1615)Mikhail Mazurskiy
2018-06-12Fix deprecated skylark (#1542)Jay Conrod
2018-05-25Remove deprecated features ahead of 0.13.0 (#1513)Jay Conrod
2018-05-23Format .bzl files with buildifierJay Conrod
2018-05-07Add importpath back to go_binary, go_test for use in go_path (#1485)Jay Conrod
2018-04-30Removed deprecated features (#1475)Jay Conrod
2018-04-20Make dynamic libraries available at runtime (#1457)Jay Conrod
2018-03-21Add go_binary out attribute for custom file names (#1393)Jay Conrod
2018-03-19Add c-shared and c-archive link modes (#1365)Steeve Morin
2018-02-12Allow stdlib to be built and depended on with --features=race (#1317)Jay Conrod
2018-01-29Propagate linkmode into the binary rules (#1278)Ian Cottrell
2018-01-22Add go_rule wrapper (#1254)Ian Cottrell
2018-01-11don't use stdlib at all for bootstrap rules (#1227)Ian Cottrell
2018-01-10Run buildifier against bazel files. (#1164)Xiaoyi
2018-01-03Make importpath optional on go_test and go_binary (#1203)Ian Cottrell
2017-12-22Support transitive stamping (#1178)Ian Cottrell
2017-12-15Add GoContext (#1140)Ian Cottrell
2017-12-13Fix aspect based proto builds (#1131)Ian Cottrell