bazel-skylib/lib
Christopher Parsons 6beedf4ea8 Remove genfiles_dir retrieval method
genfiles_dir has been the same as bin_dir for several Bazel releases, and is
being fully removed in upcoming Bazel release.
2019-10-08 13:36:13 -04:00
..
BUILD Add types.is_set() to test whether an arbitrary object is a set as defined by new_sets.bzl. (#181) 2019-09-17 10:21:44 -04:00
collections.bzl Wrap invocation of dict.items() in list(). (#91) 2019-01-10 15:26:52 -05:00
dicts.bzl Accept kwargs in dicts.add() (#130) 2019-03-20 13:08:29 -04:00
new_sets.bzl Add types.is_set() to test whether an arbitrary object is a set as defined by new_sets.bzl. (#181) 2019-09-17 10:21:44 -04:00
old_sets.bzl Fix Skylark analyzer warning. (#81) 2018-11-29 11:53:05 +01:00
partial.bzl Rename a number of instances of 'skylark' to 'starlark' or 'bzl' 2018-09-28 09:09:18 -04:00
paths.bzl Reformat .bzl files with buildifier and add format check. 2018-06-13 10:58:35 -04:00
selects.bzl Make config_setting_group visibility aware (#168) 2019-07-16 11:45:12 -04:00
sets.bzl Make sets.bzl point to new_sets.bzl instead of old_sets.bzl (#158) 2019-05-28 17:54:22 -04:00
shell.bzl Reformat .bzl files with buildifier and add format check. 2018-06-13 10:58:35 -04:00
structs.bzl Reformat .bzl files with buildifier and add format check. 2018-06-13 10:58:35 -04:00
types.bzl Add types.is_set() to test whether an arbitrary object is a set as defined by new_sets.bzl. (#181) 2019-09-17 10:21:44 -04:00
unittest.bzl Remove genfiles_dir retrieval method 2019-10-08 13:36:13 -04:00
versions.bzl `print`->`fail` and suppress the warning in another case. (#177) 2019-07-22 13:25:00 -04:00