aboutsummaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Expand)Author
2022-12-16Replace `cfg = "host"` with `cfg = "exec"` (#3404)Fabian Meumertzheim
2022-11-24Properly deprecate `bindata`, `go_embed_data`, and `go_embed_data_deps` (#3362)Fabian Meumertzheim
2022-08-03bzlmod: Check in io_bazel_rules_go -> rules_go patch for tests (#3262)Fabian Meumertzheim
2022-07-13bzlmod: Add support for gomock (#3232)Fabian Meumertzheim
2022-06-18Allow gomock to take Bazel common attributes (#3207)Zhongpeng Lin
2022-06-07Refactor away references to @io_bazel_rules_go (#3185)Fabian Meumertzheim
2022-05-05Apply buildifier fixes (#3142)Fabian Meumertzheim
2022-05-04Officially deprecate `go_embed_data` (#3141)Andrew Z Allen
2022-04-28Generate docs for gomock (#3133)Zhongpeng Lin
2022-04-22removing interfaces attribute from gomock source mode (#3127)Zhongpeng Lin
2022-04-17Avoid calling go_path rule in source mode (#3121)Zhongpeng Lin
2022-04-15Adding gomock rule (#3102)Zhongpeng Lin
2021-12-28Stardoc generates API docs for core rules (#3000)Alex Eagle
2021-10-29Stardoc generates extras.md (#2992)Chaitanya Varier
2020-10-23Create bzl_library entries using gazelle-skylark (#2621)Andrew Z Allen
2020-10-09go: remove deprecated features (#2671)Jay Conrod
2020-03-25go_embed_data: don't include srcs in GoLibrary or GoSource (#2413)Jay Conrod
2020-02-06tests: add buildifier_test (#2356)Jay Conrod
2019-07-10Update dependencies (#2126)Jay Conrod
2019-06-23go_bazel_test: wrapper and test library for running Bazel from go_test (#2109)Jay Conrod
2018-10-26Pass tests if rules_go is an external repository (#1614)Yannic
2018-10-02Fix some incompatible warnings and run buildifier (#1745)Jay Conrod
2018-08-06Update deprecated single_file -> allow_single_file attribute (#1628)Mikhail Mazurskiy
2018-08-06Remove explicit Label() construction (#1627)Mikhail Mazurskiy
2018-08-01A few arguments construction cleanups (#1621)Mikhail Mazurskiy
2018-07-26Use add_all(), add_joined() instead of deprecated functionality of add() (#1602)Mikhail Mazurskiy
2018-05-23Format .bzl files with buildifierJay Conrod
2018-04-03Support unpacking tar/zip archives in `go_embed_data`. (#1421)jmillikin-stripe
2018-02-28Various fixes and changes (#1340)Steeve Morin
2018-02-07go-bindata repo change as jteeuwen went AWOL (#1308)Jelle Vink
2018-01-22Add go_rule wrapper (#1254)Ian Cottrell
2018-01-10Run buildifier against bazel files. (#1164)Xiaoyi
2017-12-15Add GoContext (#1140)Ian Cottrell