bazel-skylib/rules
Alexandre Rostovtsev 054ebf58f0
expand_template: do not output_to_genfiles (#493)
output_to_genfiles is deprecated unless needed for backwards compatibility
with legacy rules (see https://bazel.build/rules/lib/globals/bzl#rule)
2024-03-20 17:56:10 -04:00
..
private Modify actions in order not to need toolchain param (#478) 2023-11-16 15:04:55 +01:00
BUILD Add copy_directory rule (#366) 2022-06-01 09:58:09 +02:00
analysis_test.bzl
build_test.bzl Avoid building build_test deps unnecessarily (#448) 2023-05-31 11:37:12 -04:00
common_settings.bzl Expose int- and string-valued build settings as Make variables (#440) 2023-08-22 19:41:36 +00:00
copy_directory.bzl Add copy_directory rule (#366) 2022-06-01 09:58:09 +02:00
copy_file.bzl
diff_test.bzl Bump stardoc dep to unbreak build with --experimental_enable_bzlmod (#398) 2022-10-03 05:13:46 -04:00
expand_template.bzl expand_template: do not output_to_genfiles (#493) 2024-03-20 17:56:10 -04:00
native_binary.bzl Add missing docs and doc links; update bazel.build links (#387) 2022-09-01 08:19:43 -04:00
run_binary.bzl Modify actions in order not to need `toolchain` param (#455) 2023-08-28 14:39:43 -04:00
select_file.bzl Add missing docs and doc links; update bazel.build links (#387) 2022-09-01 08:19:43 -04:00
write_file.bzl