aboutsummaryrefslogtreecommitdiff
path: root/go/private/rules/stdlib.bzl
AgeCommit message (Expand)Author
2023-03-27Disable cgo by default with unsupported compilers (#3493)Fabian Meumertzheim
2022-12-20always produce .a files at the beginning of a build (#3385)Michael Matloob
2022-06-07Refactor away references to @io_bazel_rules_go (#3185)Fabian Meumertzheim
2020-10-23Create bzl_library entries using gazelle-skylark (#2621)Andrew Z Allen
2020-04-17go: use configuration transitions instead of aspect (#2414)Jay Conrod
2019-02-12Consolidate actions into a single builder binary (#1947)Jay Conrod
2018-10-16Migrate to cc_common for collecting C/C++ paths and options (#1768)Jay Conrod
2018-10-02Fix some incompatible warnings and run buildifier (#1745)Jay Conrod
2018-09-05go/private: only enable -shared/-dynlink on selected platforms (#1696)Steeve Morin
2018-08-13Split go.args into go.builder_args and go.tool_args (#1653)Jay Conrod
2018-08-06Remove explicit Label() construction (#1627)Mikhail Mazurskiy
2018-08-01A few arguments construction cleanups (#1621)Mikhail Mazurskiy
2018-07-27stdlib now uses precompiled libraries if the mode is compatible (#1608)Jay Conrod
2018-07-27Wire go_sdk and go_toolchain together (#1607)Jay Conrod
2018-07-26Use add_all(), add_joined() instead of deprecated functionality of add() (#1602)Mikhail Mazurskiy
2018-06-25build c-archive as position independent (#1556)Siddhartha Bagaria
2018-06-22Add srcs attribute to GoStdLib provider (#1566)Siddhartha Bagaria
2018-06-18implements support for buildmode=plugin + test suite (#539) (#1549)Clement 'cmc' Rey
2018-05-23Format .bzl files with buildifierJay Conrod
2018-04-30Refactor how environment and arguments are passed to builders (#1465)Jay Conrod
2018-04-18Make the stdlib reproducible by silencing the build id (#1440)Steeve Morin
2018-03-19Add c-shared and c-archive link modes (#1365)Steeve Morin
2018-02-28Various fixes and changes (#1340)Steeve Morin
2018-02-02Build stdlib from inside the aspect (#1295)Ian Cottrell
2018-01-22Add go_rule wrapper (#1254)Ian Cottrell
2018-01-18Moving stdlib compilation to a builder (#1234)Ian Cottrell
2018-01-12Move cc toolchain information (#1232)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-10Bootstrap reproducibility (#1225)Austin Schuh
2017-12-22Handle a COMPILER_PATH that contains spaces (#1177)Sye van der Veen
2017-12-21Windows cgo fixes. (#1171)Pascal Muetschard
2017-12-20making tests pass on windows (#1169)Ian Cottrell
2017-12-18Working binaries built on windows (#1151)Ian Cottrell
2017-12-18Fixes for windows (#1146)Ian Cottrell
2017-12-12Add cpp flags to stdlib rule. (#1128)Nathan Chan
2017-12-07Allow pure go cross compilation within a single build (#1114)Ian Cottrell
2017-11-29control executable names (#1076)Ian Cottrell
2017-11-29Add mnemonic for actions currently lacking one. (#1078)katre
2017-11-22Making the build faster (#1049)Ian Cottrell
2017-11-02Enable all go platforms (#980)Ian Cottrell
2017-10-27Structured compilation modes (#958)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