.. |
BUILD.bazel
|
chore: cherry pick doc fixes (#800)
|
2024-03-27 12:53:20 -07:00 |
base64.bzl
|
chore: run buildifier
|
2023-06-13 16:28:17 -07:00 |
copy_common.bzl
|
fix: fix execution requirements for 'build without the bytes' (#639)
|
2023-10-31 23:23:55 +01:00 |
copy_directory.bzl
|
feat: expose a config_setting for copy execution_requirements (#606) (#607)
|
2023-10-09 14:08:17 -07:00 |
copy_directory_toolchain.bzl
|
perf: remove unnecessary calls to 'to_list' (#737)
|
2024-03-27 10:13:56 -04:00 |
copy_file.bzl
|
feat: backport 2.x features for interoperability (#657)
|
2023-11-16 11:25:34 -07:00 |
copy_to_bin.bzl
|
feat: backport 2.x features for interoperability (#657)
|
2023-11-16 11:25:34 -07:00 |
copy_to_directory.bzl
|
fix: always include files from the same workspace as the build target in `copy_to_directory()` (#360)
|
2023-10-10 07:16:13 -07:00 |
copy_to_directory_toolchain.bzl
|
perf: remove unnecessary calls to 'to_list' (#737)
|
2024-03-27 10:13:56 -04:00 |
coreutils_toolchain.bzl
|
Update coreutils_toolchain.bzl
|
2023-07-17 19:22:46 -07:00 |
diff_test.bzl
|
chore: update pre-commit buildifier (#563)
|
2023-09-29 14:42:33 -07:00 |
diff_test_tmpl.bat
|
Add TODO comment in the windows implementation
|
2022-09-07 13:53:08 -07:00 |
diff_test_tmpl.sh
|
fix: lookup source files from execroot when running diff_test on RBE (#531)
|
2023-09-21 13:27:08 -07:00 |
directory_path.bzl
|
fix: improve error message in directory_path when directory does not (#192)
|
2022-07-22 09:37:27 -07:00 |
docs.bzl
|
fix: merge user tags in stardoc_with_diff_test (#746)
|
2024-02-05 17:51:30 -08:00 |
expand_locations.bzl
|
fix: fix make var expansion in expand_template (#213)
|
2022-08-11 19:30:45 -07:00 |
expand_template.bzl
|
feat: don't require 'out' on expand_template (#798)
|
2024-03-27 10:08:51 -04:00 |
expand_template_toolchain.bzl
|
refactor: consume tools from source if unstamped (#543)
|
2023-09-24 15:06:10 -07:00 |
expand_variables.bzl
|
chore: add test coverage for run_binary & expand_variables makevars (#504)
|
2023-08-26 13:59:48 -07:00 |
extension_utils.bzl
|
feat: backport 2.x features for interoperability (#657)
|
2023-11-16 11:25:34 -07:00 |
fail_with_message_test.bzl
|
feat: write_source_files
|
2022-02-07 10:00:35 -08:00 |
glob_match.bzl
|
fix: rewrite glob implementation to follow standard glob specs
|
2023-05-08 07:46:19 -07:00 |
host_repo.bzl
|
chore: turn on more basic precommit checks
|
2023-02-17 11:00:00 -08:00 |
jq.bzl
|
jq: add data file and location expansion support (#757)
|
2024-03-27 10:21:39 -04:00 |
jq_toolchain.bzl
|
perf: remove unnecessary calls to 'to_list' (#737)
|
2024-03-27 10:13:56 -04:00 |
lists.bzl
|
feat(list): add `unique` function (#716)
|
2024-03-27 10:22:24 -04:00 |
local_config_platform.bzl
|
chore: turn on more basic precommit checks
|
2023-02-17 11:00:00 -08:00 |
output_files.bzl
|
chore: turn on more basic precommit checks
|
2023-02-17 11:00:00 -08:00 |
params_file.bzl
|
refactor: give internal impl methods meaningful names (#252)
|
2022-09-20 15:23:56 -07:00 |
parse_status_file.jq
|
chore: turn on more basic precommit checks
|
2023-02-17 11:00:00 -08:00 |
parse_status_file.yq
|
Use actual newline (instead of "\n") to split strings in yq rule
|
2023-06-22 17:09:44 -07:00 |
patch.bzl
|
chore: cleanup fail msgs with substitutions for cleaner error logs
|
2022-06-14 06:46:34 -07:00 |
paths.bzl
|
docs: clarify rlocationpath
|
2023-05-24 17:16:00 -07:00 |
platform_utils.bzl
|
fix: don't generate @aspect_bazel_lib_local_config_platform repository as it is a leaky abstraction for rule consumers and not just rule authors (#243)
|
2022-09-13 21:58:08 -07:00 |
repo_utils.bzl
|
fix: windows home directory (#608)
|
2023-10-10 10:42:32 -07:00 |
run_binary.bzl
|
Remove unnecessary ctx.resolve_tools.
|
2024-03-27 10:20:47 -04:00 |
source_toolchains_repo.bzl
|
refactor: consume tools from source if unstamped (#543)
|
2023-09-24 15:06:10 -07:00 |
stamping.bzl
|
feat: basic stamping support
|
2022-07-14 22:37:42 -07:00 |
strings.bzl
|
chore: run buildifier
|
2023-06-13 16:28:17 -07:00 |
strings.py
|
feat: implement chr, ord, and hex (#425)
|
2023-05-15 12:15:55 -07:00 |
tar_toolchain.bzl
|
Use statically-linked bsdtar on all platforms (#804)
|
2024-03-29 11:37:13 -07:00 |
utils.bzl
|
chore: test against bazel 7.0.0 (#713)
|
2024-01-08 02:31:24 -08:00 |
write_source_file.bzl
|
feat: allow write_source_file(s) to write source files to bazel packages outside of the target's package (#717)
|
2024-03-27 10:16:20 -04:00 |
yq.bzl
|
yq: allow any filename in srcs (#496)
|
2023-08-30 09:18:10 -07:00 |
yq_toolchain.bzl
|
perf: remove unnecessary calls to 'to_list' (#737)
|
2024-03-27 10:13:56 -04:00 |