1. 07abcf6 add unittest/toolchains/BUILD as a test dep by Christopher Parsons · 6 years ago
  2. 88904e6 add missing license notices (#94) by c-parsons · 6 years ago
  3. 197d869 fix various linter errors (#93) by c-parsons · 6 years ago
  4. 9948d55 Wrap invocation of dict.items() in list(). (#91) by Josh Morton · 6 years ago
  5. 8d4f761 maprule: an improved version of genrule() (#86) by László Csomor · 6 years ago
  6. 6dd0b9c Buildifier fixes (#87) by Thomas Van Lenten · 6 years ago
  7. 4795fd6 Run buildifier --lint=fix over the files. (#88) by Thomas Van Lenten · 6 years ago
  8. c00ef49 Fix load paths examples in README (#80) by Kelly Campbell · 6 years ago
  9. daf5137 unittest.bzl: supports Windows (#84) by László Csomor · 6 years ago
  10. f4a2bae Fix Skylark analyzer warning. (#81) by Nathan Herring · 6 years ago
  11. d9cd300 Add WORKSPACE to the things checked by buildifier. (#79) by Thomas Van Lenten · 6 years ago
  12. 5b8a8d3 Fix skylark_library deps for new_sets and unittest. (#76) by Nathan Herring · 6 years ago
  13. 8c575e7 Fix up lint issues. (#77) by Thomas Van Lenten · 6 years ago
  14. d7c5518 buildifier lint issues/validation by Thomas Van Lenten · 6 years ago
  15. 9566d63 Rename sets.bzl to old_sets.bzl (#70) by bttk · 6 years ago
  16. 9992d61 add cparsons and bttk to the CONTRIBUTORS file (#73) by c-parsons · 6 years ago
  17. 58f9c41 make sets.bzl compatible with --incompatible_depset_is_not_iterable (#71) by c-parsons · 6 years ago
  18. 3b30154 Use transitive_files in runfiles instead of a list of files (#69) by bttk · 6 years ago
  19. b12cc99 Use Xcode 10.1 on the travis CI setup. (#66) by Thomas Van Lenten · 6 years ago
  20. db3ce78 Remove supports for make(depset()) from new_sets (#68) by bttk · 6 years ago
  21. 3360231 Upgrade to the new actions API (#65) by bttk · 6 years ago
  22. 6ad5e28 Cache the types to avoid fetching it every time. (#64) by Thomas Van Lenten · 6 years ago
  23. 7a9648f Update to google style (#63) by TechSY730 · 6 years ago
  24. d17ca08 Make _precondition_only_sets_or_lists in sets.bzl not assume type() returns a string. (#62) by TechSY730 · 6 years ago
  25. 8cecf88 Remove spurious newlines from fail/print messages (#60) by Julio Merino · 6 years ago
  26. 6e2d7e4 Rename a number of instances of 'skylark' to 'starlark' or 'bzl' by c-parsons · 6 years ago
  27. 1099dd2 deprecate lib.bzl. (#58) by Thomas Van Lenten · 6 years ago
  28. e9fc475 Move to Xcode 9.4 for testing. by Thomas Van Lenten · 7 years ago
  29. 0914f49 Merge pull request #56 from thomasvl/avoid_lib by Laurent Le Brun · 7 years ago
  30. b5f4086 Remove usage and suggests for lib.bzl. by Thomas Van Lenten · 7 years ago
  31. ca5f717 Update the module list. by Thomas Van Lenten · 7 years ago
  32. c0b0c44 Fix executable bit on selects.bzl by Thomas Van Lenten · 7 years ago
  33. 7490380 No need to list visibility that matches the default. by Thomas Van Lenten · 7 years ago
  34. 6301f97 Makes package public by default by oquenchil · 7 years ago
  35. 3fea8cb Add missing dep by Thomas Van Lenten · 7 years ago 0.5.0
  36. 3b6bba3 Fix up skylint issues. by Thomas Van Lenten · 7 years ago
  37. e5203c0 Reformat .bzl files with buildifier and add format check. by Thomas Van Lenten · 7 years ago
  38. a5431b7 Update check to use buildifier's exit status instead. by Thomas Van Lenten · 7 years ago
  39. 9430df2 Merge pull request #43 from ttsugriy/type_defs by Laurent Le Brun · 7 years ago
  40. b09d5d4 Add type checking functions. by Taras Tsugrii · 7 years ago
  41. 4eb28c4 Add support for repr/str to new_sets (#42) by dmaclach · 7 years ago 0.4.0
  42. 809940b Skylint: stop using ctx.outputs.executable. by Thomas Van Lenten · 7 years ago
  43. c8dae27 Address skylint warnings on the tests. (#39) by Thomas Van Lenten · 7 years ago
  44. 2d356cf Doc and code fixes found via skylint. (#38) by Thomas Van Lenten · 7 years ago
  45. 0b40ea7 Introduce new_sets.bzl (#32) by Nicholas Titcombe · 7 years ago
  46. 59fba13 Move to Xcode 9.3 which also means a High Sierra image. (#37) by Thomas Van Lenten · 7 years ago
  47. c8e1636 Minor spacing cleanup. (#35) by Tony Allevato · 7 years ago
  48. d46b607 Add support for 'functools.partial' like functionality. (#34) by dmaclach · 7 years ago
  49. a5e23fd Drop the rc file flag. by Thomas Van Lenten · 7 years ago
  50. dd4cdb9 Don't special case current directory relative paths. by Thomas Van Lenten · 7 years ago 0.3.1
  51. a60d9f8 Test HEAD bazel on travis. by Thomas Van Lenten · 7 years ago 0.3.0
  52. 08a89e5 Fix the buildkite link. by Thomas Van Lenten · 7 years ago
  53. 1fd390c Travis updates for bazel moving to buildkite. by Thomas Van Lenten · 7 years ago
  54. 7441e21 add buildkite to bazel's new ci by Jakob Buchgraber · 7 years ago
  55. 7c3deb4 Add "Getting Started" section to README by Tony Allevato · 7 years ago
  56. 912a12b Travis improvements. by Thomas Van Lenten · 7 years ago
  57. f9b0ff1 Add missing versions to the library. by Thomas Van Lenten · 7 years ago
  58. a5d9a18 Support no_match_error in selects.with_or(). by Thomas Van Lenten · 7 years ago
  59. f6b414b Fix grammar. by Thomas Van Lenten · 7 years ago
  60. 0fa0b2a Add a skylib for versions. by Thomas Van Lenten · 7 years ago
  61. a95326e Format the with buildifier. by Thomas Van Lenten · 7 years ago
  62. 87e4c93 Add travis setup to test on linux and macOS by Thomas Van Lenten · 7 years ago
  63. ff23a62 Merge pull request #15 from ianthehat/is_absolute by Dmitry Lomov · 7 years ago
  64. 771fedb Fix paths.is_absolute on windows by Ian Cottrell · 7 years ago
  65. 2169ae1 versions.bzl: skip check if native.bazel_version is None by Jay Conrod · 7 years ago
  66. 34d62c4 Added a lib for version checking and comparison (#13) by Jingwen · 7 years ago
  67. f3dd8fd Alphabetize CONTRIBUTORS by surname by Tony Allevato · 7 years ago 0.2.0
  68. ceeecf9 Add skylark_library rule (#8) by Nathan Herring · 7 years ago
  69. 2a48723 Fix another misspelled testonly by Tony Allevato · 7 years ago 0.1.1
  70. d7b90ef Fixed module list links by Jingwen · 7 years ago
  71. 8b0e644 Add initial .gitignore with bazel-* folders by Tony Allevato · 7 years ago 0.1.0
  72. 975e852 Fix misspelled testonly attribute by Tony Allevato · 7 years ago
  73. 82b3ad6 Initial check-in. by Tony Allevato · 7 years ago