aboutsummaryrefslogtreecommitdiff
path: root/go/private/actions
AgeCommit message (Expand)Author
2023-01-10Add a clarifying error about dependency cycle found for internal tests (#3422)yushan26
2023-01-10Update and run buildifier (#3416)Fabian Meumertzheim
2023-01-02Refactoring the extld related logic (#3400)Zhongpeng Lin
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-30go link: use external linker when in race mode (#3370)Motiejus Jakštys
2022-11-27Reduce number of declared files in `emit_stdlib` (#3366)Fabian Meumertzheim
2022-11-27Remove unused variables in link action (#3367)Fabian Meumertzheim
2022-11-26link.bzl: ignore duplicate dep on coverdata (#3032)Rob Figueiredo
2022-11-24Remove deprecated actions (#3173)Fabian Meumertzheim
2022-11-17Add 'gc_goopts' flag to command line (#3340)LWarrens
2022-11-07Adding gc_linopts to command line flag (#3342)Zhongpeng Lin
2022-09-09Bumping minimal Bazel version to 5.1.0 (#3286)Zhongpeng Lin
2022-06-10Don't include non-executable go_binary in dependent's runfiles (#3151)Fabian Meumertzheim
2022-06-06Prepare release v0.33.0 (#3175)Fabian Meumertzheim
2022-06-04compilepkg: fix race when run without sandbox (#3145)Son Luong Ngoc
2022-06-03Deprecate legacy action APIs (#3172)Fabian Meumertzheim
2022-05-19Fix gopackagesdriver for Go 1.18 by replicating stdlib and add test for stdli...xytan0056
2022-05-05Apply buildifier fixes (#3142)Fabian Meumertzheim
2022-05-04Find embedsrcs built in different configurations (#3113)Fabian Meumertzheim
2022-04-22Generate coverage reports in LCOV format (#3117)Fabian Meumertzheim
2022-04-14Remove unused coverage code (#3118)Fabian Meumertzheim
2022-03-30Consider volatile and stable status files separately (#3079)Siddhartha Bagaria
2022-02-23Use merge_all() in emit_archive. (#3068)Moises Vega
2022-01-14Use repo-relative labels where easily possible (#3038)Fabian Meumertzheim
2021-12-02Add first class support for GOOS=ios (#3013)Steeve Morin
2021-10-31cover: use Z instead of underscore for variable name separator (#2995)Son Luong Ngoc
2021-10-16Emit correct header in CGo c-archive (#2874)Fabian Meumertzheim
2021-10-15Update `bzl_library` targets (#2942)Andrew Z Allen
2021-06-28go/tools: add gopackagesdriver (#2858)Steeve Morin
2021-06-09Support multiple keys in x_defs (#2888)Kaoet
2021-06-02Assume cgo dynamically linked libraries exist in runfiles (#2869)Timothy Gu
2021-05-14Expand Make variables in c/cpp/cxx/clinkopts (#2865)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-12-02link: force internal linking in pure mode (#2743)Jay Conrod
2020-11-19link: make package conflicts into errors instead of warnings (#2730)Jay Conrod
2020-10-23Create bzl_library entries using gazelle-skylark (#2621)Andrew Z Allen
2020-09-14archive: use library's name for archive name (#2652)Chris K
2020-08-27go: add comment on why external linking is needed (#2630)Jay Conrod
2020-08-26go_test: pass cdeps files to linker after split test recompilation (#2625)Jay Conrod
2020-08-26Force external linking on Windows when race/msan enabled (#2628)Jay Conrod
2020-08-04Copy PKGDEF and nogo facts to the same archive (#2461)Zhongpeng Lin
2020-07-22go_test: recompile some archives to split internal, external tests (#2579)Jay Conrod
2020-07-06link: find package conflict errors during analysis, report in GoLink (#2553)Jay Conrod
2020-06-23allow libstdc++ static link (#2547)Fumitoshi Ukai
2020-05-19link: add flag to fail build when multiple packages have same package path (#...Yannic
2020-05-18Set coverage mode to atomic when race detection is enabled (#2502)Zhongpeng Lin
2020-05-04go_binary: use file name less likely to be a prefix (#2466)Jay Conrod