aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-17Add types.is_set() to test whether an arbitrary object is a set as defined by...TechSY730
2019-09-17Delete maprule. Fix Buildifier lint errors. (#192)László Csomor
2019-08-23Update "Getting Started" instructions to 0.9.0 release. (#172)easy
2019-08-23Update selects documentation. (#170)Greg
2019-08-23Use rules_pkg to make the skylib tarball for a release. (#185)aiuto
2019-08-23add aiuto as code owner. direct changes to distribution/ to them (#187)aiuto
2019-08-22Scope buildkite badge to the master branch (#186)c-parsons
2019-08-21Add jin to codeowners (#175)c-parsons
2019-08-13Comply with the standards of the Bazel federation (#182)Florian Weikert
2019-07-22`print`->`fail` and suppress the warning in another case. (#177)Thomas Van Lenten
2019-07-16Make config_setting_group visibility aware (#168)kwasimensah
2019-07-12fix formatting problem (#169)upstream/0.9.0aiuto
2019-07-03Give BuildSettingInfo's value field a description (#167)Julie
2019-07-03Create new stardoc target for common_settings.bzl (#166)Julie
2019-07-02Get docs working again. (#165)aiuto
2019-06-14Create common build settings (#154)Julie
2019-06-05selects.bzl: Add config_setting_group for config_setting AND/OR-chaining (#89)Greg
2019-06-05README.md: Fix typo in project name (#161)Christian Blichmann
2019-06-04Add some comments to unittest_test.sh (#159)c-parsons
2019-05-28Make sets.bzl point to new_sets.bzl instead of old_sets.bzl (#158)c-parsons
2019-05-28Fix for --incompatible_no_support_tools_in_action_inputs on Windows (#157)Laurent Le Brun
2019-05-23Fix repository for compatibility with --incompatible_no_support_tools_in_acti...Laurent Le Brun
2019-05-21run_binary: runs an executable as an action (#153)László Csomor
2019-05-14New rules: native_binary and native_test (#152)László Csomor
2019-05-13copy_file: expose the copying logic (#151)László Csomor
2019-05-09write_file: support different line endings (#150)László Csomor
2019-05-08Minor formatting changes plus doc updates (#147)c-parsons
2019-05-07Fix a number of misc issues to allow google usage of bazel-skylib (#146)c-parsons
2019-05-06Use TEST_SRCDIR for shell tests (#145)c-parsons
2019-05-03Pass through an attribute arguments to `analysistest.make`. (#140)Sergio Campamá
2019-05-01Fix typo (#142)Thomas Van Lenten
2019-05-01Add licenses() to all BUILD files. (#141)Thomas Van Lenten
2019-04-12diff_test: add rule and tests (#136)László Csomor
2019-04-05Fix installation instructions (#135)Justin Ko
2019-04-03Fix broken link to new_sets doc page (#120)Matt Passell
2019-04-02Reformat with buildifier --warnings=all (#138)Thomas Van Lenten
2019-03-26Regenerate docs + remove maprule.md (#137)László Csomor
2019-03-26Windows: fix tests for native test wrapper (#129)László Csomor
2019-03-25maprule: move functionality to maprule_util.bzl (#132)László Csomor
2019-03-20maprule: hide it, not ready for public use. (#133)upstream/0.8.0László Csomor
2019-03-20Accept kwargs in dicts.add() (#130)Dave Lee
2019-03-20maprule: add basic integration test (#131)László Csomor
2019-03-19e2e tests: make them run on Windows (#121)László Csomor
2019-03-19write_file: add rule and tests (#122)László Csomor
2019-03-18copy_file: add rule and tests (#123)László Csomor
2019-03-17Use //... to mean "all packages" (#128)katre
2019-03-07run buildifier 0.22.0 (#125)c-parsons
2019-03-07Fix Buildifier version (#124)Florian Weikert
2019-03-04maprule: use ctx.resolve_tools (#117)László Csomor
2019-02-28add documentation pages for rules/ and lib/ (#119)c-parsons