aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-02-27CI updates. (#118)Thomas Van Lenten
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-20CI simplification/improvements for buildifier (#113)Thomas Van Lenten
2019-02-19Add analysis_test rulec-parsons
2019-02-14Add analysis-test test framework (#110)c-parsons
2019-02-14Create CODEOWNERS (#103)Dmitry Lomov
2019-02-11Add basic shell testing for unittest.bzl (#108)c-parsons
2019-02-08Add `types.is_depset`. (#105)upstream/0.7.0Tony Allevato
2019-01-28Add rules to the test_deps target. (#102)Thomas Van Lenten
2019-01-28Fix example load directive. (#101)Thomas Van Lenten
2019-01-25Some doc fixes (#100)Thomas Van Lenten
2019-01-25Add a build_test rule. (#97)Thomas Van Lenten
2019-01-23Enable tests on Windows (#99)Yun Peng
2019-01-18reorder toolchain targets to help clarity (#95)c-parsons
2019-01-16add unittest/toolchains/BUILD as a test dep (#96)c-parsons
2019-01-14add missing license notices (#94)c-parsons
2019-01-14fix various linter errors (#93)c-parsons
2019-01-10Wrap invocation of dict.items() in list(). (#91)Josh Morton
2019-01-08maprule: an improved version of genrule() (#86)László Csomor
2019-01-02Buildifier fixes (#87)Thomas Van Lenten
2019-01-02Run buildifier --lint=fix over the files. (#88)Thomas Van Lenten
2018-12-06Fix load paths examples in README (#80)Kelly Campbell
2018-12-04unittest.bzl: supports Windows (#84)László Csomor
2018-11-29Fix Skylark analyzer warning. (#81)Nathan Herring
2018-11-27Add WORKSPACE to the things checked by buildifier. (#79)Thomas Van Lenten
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-21buildifier lint issues/validationThomas Van Lenten
2018-11-20Rename sets.bzl to old_sets.bzl (#70)bttk