aboutsummaryrefslogtreecommitdiff
path: root/rules
AgeCommit message (Expand)Author
2023-08-28Modify actions in order not to need `toolchain` param (#455)kotlaja
2023-08-22Expose int- and string-valued build settings as Make variables (#440)Fabian Meumertzheim
2023-05-31Avoid building build_test deps unnecessarily (#448)UebelAndre
2023-04-26Fix spelling (#445)Vertexwahn
2022-10-03Bump stardoc dep to unbreak build with --experimental_enable_bzlmod (#398)Alexandre Rostovtsev
2022-09-05Make settings error message more friendly (#394)Xùdōng Yáng
2022-09-02Allow sandboxing for copy_* and fix copy_directory tests (#392)Alexandre Rostovtsev
2022-09-01Documentation fixes (#391)Alexandre Rostovtsev
2022-09-01Add missing docs and doc links; update bazel.build links (#387)Alexandre Rostovtsev
2022-07-15Fix diff_test on Windows with --enable_runfiles --nolegacy_external_runfiles ...Alexandre Rostovtsev
2022-06-10Use stricter execution requirements for copy actions (#372)Derek Cormier
2022-06-01Add copy_directory rule (#366)Derek Cormier
2022-05-17Switch native_binary/test to use symlinks (#340)Geoffrey Martin-Noble
2022-05-16copy_file: Do not add non-executables to default_runfiles (#326)Fabian Meumertzheim
2022-04-29Switch run_binary to cfg = "exec" to fix buildifier failure (#367)Alexandre Rostovtsev
2022-04-06Remove unnecessary wrapper macro for expand_template rule (#365)Alexandre Rostovtsev
2022-04-06Properly shell-quote diff_test's failure_message in bash (and document the fa...Alexandre Rostovtsev
2022-04-05Build native_binary/test src in correct configuration (#341)Geoffrey Martin-Noble
2022-04-01Add expand_template rule (#330)Vertexwahn
2022-03-29Fix runfiles in native_binary/native_test (#339)Geoffrey Martin-Noble
2022-03-10Remove unused, empty //rules:bins filegroup, allowing us to simplify distribu...Alexandre Rostovtsev
2022-02-10Fix linter warnings with new buildifier version. (#349)Alexandre Rostovtsev
2022-01-12Fix name arg documentation for native_binary (#338)Geoffrey Martin-Noble
2021-10-25Use more portable `#!/usr/bin/env bash` shebang instead of hardcoded /bin/bas...Yesudeep Mangalapilly
2021-09-24Make diff_test work on windows with --enable_runfiles (#314)Thaler Benedek
2021-09-24Windows support for build_test (#302)Mansur
2021-08-18diff_test: add ability for caller to specify a message printed on fai… (#307)Alex Eagle
2021-06-16update links to bazel docs (#306)aiuto
2021-05-03to_json/to_proto methods on structs are deprecated and will be removed (#295)Alexandre Rostovtsev
2020-08-10Add missing bzl_library for analysis_test.bzl (#262)Jonathan B Coe
2020-07-10copy_file: Add parameter to allow symlinks (#252)Yannic
2020-06-26Create Gazelle language for Starlark (#251)Andrew Z Allen
2020-04-15Add license and copyright notice (#245)Laurent Le Brun
2020-04-14Fix diff_test when filepath includes external (#241)Robbert van Ginkel
2020-04-02Update visibility of files (#243)Laurent Le Brun
2020-02-27Create a helper rule for selecting a file from outputs of another rul… (#233)irengrig
2020-02-03Migrate code for the flag --incompatible_disable_depset_items (#232)Laurent Le Brun
2019-10-09Fix execute bit on empty_test.sh (#206)upstream/1.0.2aiuto
2019-10-08Fix to 1.0.1 - add missing .bzl files (#201)aiuto
2019-09-17Delete maprule. Fix Buildifier lint errors. (#192)László Csomor
2019-08-23Use rules_pkg to make the skylib tarball for a release. (#185)aiuto
2019-07-12fix formatting problem (#169)upstream/0.9.0aiuto
2019-07-03Give BuildSettingInfo's value field a description (#167)Julie
2019-07-03Create new stardoc target for common_settings.bzl (#166)Julie
2019-06-14Create common build settings (#154)Julie
2019-05-28Fix for --incompatible_no_support_tools_in_action_inputs on Windows (#157)Laurent Le Brun
2019-05-23Fix repository for compatibility with --incompatible_no_support_tools_in_acti...Laurent Le Brun
2019-05-21run_binary: runs an executable as an action (#153)László Csomor
2019-05-14New rules: native_binary and native_test (#152)László Csomor
2019-05-13copy_file: expose the copying logic (#151)László Csomor