aboutsummaryrefslogtreecommitdiff
path: root/lib/BUILD
AgeCommit message (Expand)Author
2020-11-12Enable unittest.suite to accept partial calls of test rules (#276)David Sanderson
2020-07-22Add `new_sets` as a dep of `sets` bzl_library (#253)Bocete
2020-06-26Create Gazelle language for Starlark (#251)Andrew Z Allen
2020-04-02Update visibility of files (#243)Laurent Le Brun
2020-02-03Remove old_sets.bzl (#231)Laurent Le Brun
2019-09-17Add types.is_set() to test whether an arbitrary object is a set as defined by...TechSY730
2019-08-23Use rules_pkg to make the skylib tarball for a release. (#185)aiuto
2019-02-20analysistest API for retrieval of actions registered by target under testc-parsons
2018-11-27Fix skylark_library deps for new_sets and unittest. (#76)Nathan Herring
2018-11-26Fix up lint issues. (#77)Thomas Van Lenten
2018-11-20Rename sets.bzl to old_sets.bzl (#70)bttk
2018-09-28Rename a number of instances of 'skylark' to 'starlark' or 'bzl'c-parsons
2018-07-27No need to list visibility that matches the default.Thomas Van Lenten
2018-06-27Makes package public by defaultoquenchil
2018-05-09Add type checking functions.Taras Tsugrii
2018-04-20Introduce new_sets.bzl (#32)Nicholas Titcombe
2018-04-17Add support for 'functools.partial' like functionality. (#34)dmaclach
2018-02-20Add a skylib for versions.Thomas Van Lenten
2018-02-20Format the with buildifier.Thomas Van Lenten
2017-10-31Add skylark_library rule (#8)Nathan Herring
2017-10-31Fix misspelled testonly attributeTony Allevato
2017-10-10Initial check-in.Tony Allevato