aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-05-03Pass through an attribute arguments to `analysistest.make`. (#140)Sergio Campamá
2019-05-01Fix typo (#142)Thomas Van Lenten
2019-03-20Accept kwargs in dicts.add() (#130)Dave Lee
2019-02-22fix a number of warnings found by Starlark analyzer (#114)c-parsons
2019-02-20analysistest API for retrieval of actions registered by target under testc-parsons
2019-02-14Add analysis-test test framework (#110)c-parsons
2019-02-08Add `types.is_depset`. (#105)upstream/0.7.0Tony Allevato
2019-01-14fix various linter errors (#93)c-parsons
2019-01-10Wrap invocation of dict.items() in list(). (#91)Josh Morton
2019-01-02Run buildifier --lint=fix over the files. (#88)Thomas Van Lenten
2018-12-04unittest.bzl: supports Windows (#84)László Csomor
2018-11-29Fix Skylark analyzer warning. (#81)Nathan Herring
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-11-20make sets.bzl compatible with --incompatible_depset_is_not_iterable (#71)c-parsons
2018-11-13Upgrade to the new actions API (#65)bttk
2018-11-13Cache the types to avoid fetching it every time. (#64)Thomas Van Lenten
2018-11-12Make _precondition_only_sets_or_lists in sets.bzl not assume type() returns a...TechSY730
2018-10-18Remove spurious newlines from fail/print messages (#60)Julio Merino
2018-09-28Rename a number of instances of 'skylark' to 'starlark' or 'bzl'c-parsons
2018-08-24Fix executable bit on selects.bzlThomas Van Lenten
2018-07-27No need to list visibility that matches the default.Thomas Van Lenten
2018-06-27Makes package public by defaultoquenchil
2018-06-13Fix up skylint issues.Thomas Van Lenten
2018-06-13Reformat .bzl files with buildifier and add format check.Thomas Van Lenten
2018-05-09Add type checking functions.Taras Tsugrii
2018-05-04Add support for repr/str to new_sets (#42)upstream/0.4.0dmaclach
2018-04-26Doc and code fixes found via skylint. (#38)Thomas Van Lenten
2018-04-20Introduce new_sets.bzl (#32)Nicholas Titcombe
2018-04-17Minor spacing cleanup. (#35)Tony Allevato
2018-04-17Add support for 'functools.partial' like functionality. (#34)dmaclach
2018-03-07Don't special case current directory relative paths.upstream/0.3.1Thomas Van Lenten
2018-02-20Support no_match_error in selects.with_or().Thomas Van Lenten
2018-02-20Add a skylib for versions.Thomas Van Lenten
2018-02-20Format the with buildifier.Thomas Van Lenten
2018-01-18Fix paths.is_absolute on windowsIan Cottrell
2018-01-12versions.bzl: skip check if native.bazel_version is NoneJay Conrod
2018-01-12Added a lib for version checking and comparison (#13)Jingwen
2017-10-31Add skylark_library rule (#8)Nathan Herring
2017-10-31Fix misspelled testonly attributeTony Allevato
2017-10-10Initial check-in.Tony Allevato