aboutsummaryrefslogtreecommitdiff
path: root/go/private/context.bzl
AgeCommit message (Expand)Author
2023-05-25context: remove unused import (#3571)Son Luong Ngoc
2023-05-17Fix `goexperiment.*` build tags (#3556)JB
2023-05-05respect global strip config (#3527)Malte Poll
2023-04-07Drop coverage linker flags from stdlib build (#3522)Fabian Meumertzheim
2023-03-27Disable cgo by default with unsupported compilers (#3493)Fabian Meumertzheim
2023-03-11Expand locations in `x_defs` values (#3473)Fabian Meumertzheim
2023-01-10Update and run buildifier (#3416)Fabian Meumertzheim
2023-01-02Refactoring the extld related logic (#3400)Zhongpeng Lin
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-07-27Add platform contraints for GOAMD64 (#3251)Fabian Meumertzheim
2022-06-22Transition on edges not self (#3116)Daniel Wagner-Hall
2022-06-18Exclude unsupported C/C++ features (#3189)Fabian Meumertzheim
2022-06-14Link in native libraries of transitive dependencies in archive mode (#3186)Fabian Meumertzheim
2022-06-07Refactor away references to @io_bazel_rules_go (#3185)Fabian Meumertzheim
2022-04-25Add command line copts/cxxopts to Cgo compile flags (#3126)Douglas Chen
2022-04-22Generate coverage reports in LCOV format (#3117)Fabian Meumertzheim
2022-04-14Remove unused coverage code (#3118)Fabian Meumertzheim
2022-01-14Use repo-relative labels where easily possible (#3038)Fabian Meumertzheim
2021-10-15Update `bzl_library` targets (#2942)Andrew Z Allen
2021-09-23Allow nogo to depend on go_library (#2922)thomas-wk
2021-08-21Ensure command line linkopts are added to cgo link flags (#2926)Cristian Hancila
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
2021-01-15testonly should have coverage (#2787)Alun Evans
2020-11-19link: make package conflicts into errors instead of warnings (#2730)Jay Conrod
2020-10-09go: remove deprecated features (#2671)Jay Conrod
2020-09-30doc: improve documentation for go.library_to_source attr param (#2665)Jay Conrod
2020-09-21go: use "shell" params file format instead of "multiline" (#2655)Jay Conrod
2020-06-02go_context: allow go_config_info to be None (#2528)Jay Conrod
2020-05-19link: add flag to fail build when multiple packages have same package path (#...Yannic
2020-05-08Revert changes migrating nogo to configuration transitions (#2481)Jay Conrod
2020-05-05nogo: migrate to configuration transitions (#2473)Jay Conrod
2020-05-04go_binary: use file name less likely to be a prefix (#2466)Jay Conrod
2020-04-22go: remove mode prefixes and import paths from output file paths (#2453)Jay Conrod
2020-04-17go: use configuration transitions instead of aspect (#2414)Jay Conrod
2020-02-06tests: add buildifier_test (#2356)Jay Conrod
2020-01-04Set minimum bazel version to 1.2.0 and remove compatibility layer (#2330)Jay Conrod
2019-12-02Clear GOPATH in go_context (#2291)Andrew Dunham
2019-09-13Delete legacy cgo code path (#2218)Jay Conrod
2019-08-15Fix cc_toolchain sandboxing and stdlib's CGO_LDFLAGS (#2184)Steeve Morin
2019-08-15go_toolchain: move cgo_context_data dep to go_context_data (#2174)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-06-28go_library: add importpath_aliases attribute (#2068)Jay Conrod
2019-06-28Add configurable stamp support with --[no]stamp and stamp attrs (#2110)Robbert van Ginkel
2019-06-24Fix cgo build failures with specific GCC flags (#2097)Austin Schuh
2019-06-13Add iOS toolchains, platforms, and constraint_values (#2090)Jay Conrod