1. 720f594 Pass `fragments` through to analysis tests rule constructors. (#190) by Gabe Giosia · 4 years, 8 months ago
  2. d8387f7 load rules thorugh maybe so we can simultaneous updates (#195) by aiuto · 4 years, 8 months ago
  3. 3154dbb Add types.is_set() to test whether an arbitrary object is a set as defined by new_sets.bzl. (#181) by TechSY730 · 4 years, 9 months ago
  4. 58068fe Delete maprule. Fix Buildifier lint errors. (#192) by László Csomor · 4 years, 9 months ago
  5. 90ea6fe Update "Getting Started" instructions to 0.9.0 release. (#172) by easy · 4 years, 9 months ago
  6. 3f7b196 Update selects documentation. (#170) by Greg · 4 years, 9 months ago
  7. ab87410 Use rules_pkg to make the skylib tarball for a release. (#185) by aiuto · 4 years, 9 months ago
  8. c5bd012 add aiuto as code owner. direct changes to distribution/ to them (#187) by aiuto · 4 years, 9 months ago
  9. 6214b31 Scope buildkite badge to the master branch (#186) by c-parsons · 4 years, 9 months ago
  10. 143c602 Add jin to codeowners (#175) by c-parsons · 4 years, 9 months ago
  11. f130d7c Comply with the standards of the Bazel federation (#182) by Florian Weikert · 4 years, 10 months ago
  12. d2cf1cc `print`->`fail` and suppress the warning in another case. (#177) by Thomas Van Lenten · 4 years, 10 months ago
  13. a6c72f2 Make config_setting_group visibility aware (#168) by kwasimensah · 4 years, 11 months ago
  14. 2b38b2f fix formatting problem (#169) by aiuto · 4 years, 11 months ago 0.9.0
  15. 10851c2 Give BuildSettingInfo's value field a description (#167) by Julie · 5 years ago
  16. 21ee269 Create new stardoc target for common_settings.bzl (#166) by Julie · 5 years ago
  17. c102f5d Get docs working again. (#165) by aiuto · 5 years ago
  18. b113ed5 Create common build settings (#154) by Julie · 5 years ago
  19. 6a6a509 selects.bzl: Add config_setting_group for config_setting AND/OR-chaining (#89) by Greg · 5 years ago
  20. 446fd59 README.md: Fix typo in project name (#161) by Christian Blichmann · 5 years ago
  21. efd3bfd Add some comments to unittest_test.sh (#159) by c-parsons · 5 years ago
  22. 202db59 Make sets.bzl point to new_sets.bzl instead of old_sets.bzl (#158) by c-parsons · 5 years ago
  23. 5c80706 Fix for --incompatible_no_support_tools_in_action_inputs on Windows (#157) by Laurent Le Brun · 5 years ago
  24. 9aa308e Fix repository for compatibility with --incompatible_no_support_tools_in_action_inputs (#156) by Laurent Le Brun · 5 years ago
  25. bf8a55b run_binary: runs an executable as an action (#153) by László Csomor · 5 years ago
  26. c585222 New rules: native_binary and native_test (#152) by László Csomor · 5 years ago
  27. 6126842 copy_file: expose the copying logic (#151) by László Csomor · 5 years ago
  28. 6bf6443 write_file: support different line endings (#150) by László Csomor · 5 years ago
  29. 67ecd63 Minor formatting changes plus doc updates (#147) by c-parsons · 5 years ago
  30. 84a12d1 Fix a number of misc issues to allow google usage of bazel-skylib (#146) by c-parsons · 5 years ago
  31. 6721565 Use TEST_SRCDIR for shell tests (#145) by c-parsons · 5 years ago
  32. ffad33e Pass through an attribute arguments to `analysistest.make`. (#140) by Sergio Campamá · 5 years ago
  33. f80abf6 Fix typo (#142) by Thomas Van Lenten · 5 years ago
  34. 31b8ea5 Add licenses() to all BUILD files. (#141) by Thomas Van Lenten · 5 years ago
  35. be3b1fc diff_test: add rule and tests (#136) by László Csomor · 5 years ago
  36. 184c66e Fix installation instructions (#135) by Justin Ko · 5 years ago
  37. cc6a6c3 Fix broken link to new_sets doc page (#120) by Matt Passell · 5 years ago
  38. 2b1c461 Reformat with buildifier --warnings=all (#138) by Thomas Van Lenten · 5 years ago
  39. 084758f Regenerate docs + remove maprule.md (#137) by László Csomor · 5 years ago
  40. 4c26bf4 Windows: fix tests for native test wrapper (#129) by László Csomor · 5 years ago
  41. 98ef48e maprule: move functionality to maprule_util.bzl (#132) by László Csomor · 5 years ago
  42. 3721d32 maprule: hide it, not ready for public use. (#133) by László Csomor · 5 years ago 0.8.0
  43. aeefb65 Accept kwargs in dicts.add() (#130) by Dave Lee · 5 years ago
  44. bdbedc1 maprule: add basic integration test (#131) by László Csomor · 5 years ago
  45. b2dc5c0 e2e tests: make them run on Windows (#121) by László Csomor · 5 years ago
  46. 2d1669e write_file: add rule and tests (#122) by László Csomor · 5 years ago
  47. db27394 copy_file: add rule and tests (#123) by László Csomor · 5 years ago
  48. f26e8ac Use //... to mean "all packages" (#128) by katre · 5 years ago
  49. b2b4471 run buildifier 0.22.0 (#125) by c-parsons · 5 years ago
  50. bb56986 Fix Buildifier version (#124) by Florian Weikert · 5 years ago
  51. 1b28145 maprule: use ctx.resolve_tools (#117) by László Csomor · 5 years ago
  52. 9630853 add documentation pages for rules/ and lib/ (#119) by c-parsons · 5 years ago
  53. e171ec1 CI updates. (#118) by Thomas Van Lenten · 5 years ago
  54. a2ec479 fix a number of warnings found by Starlark analyzer (#114) by c-parsons · 5 years ago
  55. a35b13a analysistest API for retrieval of actions registered by target under test by c-parsons · 5 years ago
  56. a565512 CI simplification/improvements for buildifier (#113) by Thomas Van Lenten · 5 years ago
  57. baaef76 Add analysis_test rule by c-parsons · 5 years ago
  58. 6bb8994 Add analysis-test test framework (#110) by c-parsons · 5 years ago
  59. aa3147f Create CODEOWNERS (#103) by Dmitry Lomov · 5 years ago
  60. 7a536d3 Add basic shell testing for unittest.bzl (#108) by c-parsons · 5 years ago
  61. 6741f73 Add `types.is_depset`. (#105) by Tony Allevato · 5 years ago 0.7.0
  62. 4b67f5f Add rules to the test_deps target. (#102) by Thomas Van Lenten · 5 years ago
  63. 97dc99e Fix example load directive. (#101) by Thomas Van Lenten · 5 years ago
  64. d3d5ba7 Some doc fixes (#100) by Thomas Van Lenten · 5 years ago
  65. f5e50bc Add a build_test rule. (#97) by Thomas Van Lenten · 5 years ago
  66. 9b85311 Enable tests on Windows (#99) by Yun Peng · 5 years ago
  67. 5dccaa1 reorder toolchain targets to help clarity (#95) by c-parsons · 5 years ago
  68. c41adf3 add unittest/toolchains/BUILD as a test dep (#96) by c-parsons · 5 years ago
  69. 88904e6 add missing license notices (#94) by c-parsons · 5 years ago
  70. 197d869 fix various linter errors (#93) by c-parsons · 5 years ago
  71. 9948d55 Wrap invocation of dict.items() in list(). (#91) by Josh Morton · 5 years ago
  72. 8d4f761 maprule: an improved version of genrule() (#86) by László Csomor · 5 years ago
  73. 6dd0b9c Buildifier fixes (#87) by Thomas Van Lenten · 5 years ago
  74. 4795fd6 Run buildifier --lint=fix over the files. (#88) by Thomas Van Lenten · 5 years ago
  75. c00ef49 Fix load paths examples in README (#80) by Kelly Campbell · 5 years ago
  76. daf5137 unittest.bzl: supports Windows (#84) by László Csomor · 5 years ago
  77. f4a2bae Fix Skylark analyzer warning. (#81) by Nathan Herring · 6 years ago
  78. d9cd300 Add WORKSPACE to the things checked by buildifier. (#79) by Thomas Van Lenten · 6 years ago
  79. 5b8a8d3 Fix skylark_library deps for new_sets and unittest. (#76) by Nathan Herring · 6 years ago
  80. 8c575e7 Fix up lint issues. (#77) by Thomas Van Lenten · 6 years ago
  81. d7c5518 buildifier lint issues/validation by Thomas Van Lenten · 6 years ago
  82. 9566d63 Rename sets.bzl to old_sets.bzl (#70) by bttk · 6 years ago
  83. 9992d61 add cparsons and bttk to the CONTRIBUTORS file (#73) by c-parsons · 6 years ago
  84. 58f9c41 make sets.bzl compatible with --incompatible_depset_is_not_iterable (#71) by c-parsons · 6 years ago
  85. 3b30154 Use transitive_files in runfiles instead of a list of files (#69) by bttk · 6 years ago
  86. b12cc99 Use Xcode 10.1 on the travis CI setup. (#66) by Thomas Van Lenten · 6 years ago
  87. db3ce78 Remove supports for make(depset()) from new_sets (#68) by bttk · 6 years ago
  88. 3360231 Upgrade to the new actions API (#65) by bttk · 6 years ago
  89. 6ad5e28 Cache the types to avoid fetching it every time. (#64) by Thomas Van Lenten · 6 years ago
  90. 7a9648f Update to google style (#63) by TechSY730 · 6 years ago
  91. d17ca08 Make _precondition_only_sets_or_lists in sets.bzl not assume type() returns a string. (#62) by TechSY730 · 6 years ago
  92. 8cecf88 Remove spurious newlines from fail/print messages (#60) by Julio Merino · 6 years ago
  93. 6e2d7e4 Rename a number of instances of 'skylark' to 'starlark' or 'bzl' by c-parsons · 6 years ago
  94. 1099dd2 deprecate lib.bzl. (#58) by Thomas Van Lenten · 6 years ago
  95. e9fc475 Move to Xcode 9.4 for testing. by Thomas Van Lenten · 6 years ago
  96. 0914f49 Merge pull request #56 from thomasvl/avoid_lib by Laurent Le Brun · 6 years ago
  97. b5f4086 Remove usage and suggests for lib.bzl. by Thomas Van Lenten · 6 years ago
  98. ca5f717 Update the module list. by Thomas Van Lenten · 6 years ago
  99. c0b0c44 Fix executable bit on selects.bzl by Thomas Van Lenten · 6 years ago
  100. 7490380 No need to list visibility that matches the default. by Thomas Van Lenten · 6 years ago