1. b64349e Use _ instead of $ on Windows to avoid shell expansion issues. by John Cater · 8 years ago
  2. 7be337f Rollback of commit 70c5790e4fb01db382d61d457596a46b68ba8d13. by Janak Ramakrishnan · 8 years ago
  3. bf51766 Add a "dylib" binary type to apple_binary, and deprecate apple_dynamic_library by Chris Parsons · 8 years ago
  4. cae11a7 Disable legacy Skylark IDE tests. by Googler · 8 years ago
  5. f57730b Some little changes to prep for rolling forward the execroot change by Kristina Chodorow · 8 years ago
  6. d9db169 Document --build_tag_filters flag by Googler · 8 years ago
  7. 078cd19 Make path attribute optional for android_sdk_repository and android_ndk_repository. by Adam Michael · 8 years ago
  8. d7e1571 Force debug info output into Swift modules by Dmitry Shevchenko · 8 years ago
  9. 66bee17 Fix cycle detection between .bzl files. by Laurent Le Brun · 8 years ago
  10. 8741940 Split tools/android/BUILD into BUILD and BUILD.tools. by Adam Michael · 8 years ago
  11. d9f7e2b Exempt config_setting from license checking. by Greg Estren · 8 years ago
  12. 2919950 Introduce is_cc_test_link_action build variable by Marcel Hlopko · 8 years ago
  13. 116d039 blaze_util_windows: use CreateFileW by Laszlo Csomor · 8 years ago
  14. 3cb6368 blaze_util_windows: remove AsWpath by Laszlo Csomor · 8 years ago
  15. 2459be3 Bazel client: implement PathExists on Windows by Laszlo Csomor · 8 years ago
  16. 823091f Jarjar the third-party dependencies of the Jacoco test runner. by Lukacs Berki · 8 years ago
  17. 22b79d3 Do not pass a null pointer to Analyzer to avoid a NPE. by Lukacs Berki · 8 years ago
  18. 46985b8 Avoid linking objc protos that are transitively in the "dylibs" attribute by Chris Parsons · 8 years ago
  19. 8820f10 Update the tutorial to use the best way to load rules_appengine. by John Cater · 8 years ago
  20. cf2263c Handle huge (>4GB) output jars. by Sasha Smundak · 8 years ago
  21. 0b06ac4 Refactor ResourceContainer: make top level and use AutoValue Builder support. by Michael Staib · 8 years ago
  22. f21d18e Fix an obscure crash scenario with static configs and BuildConfiguration.equals. by Greg Estren · 8 years ago
  23. a75ba26 Add an experimental option to reduce header compilation classpaths by Liam Miller-Cushon · 8 years ago
  24. 91b7d50 Add a few more open-source projects to the list of Bazel users. by Googler · 8 years ago
  25. 18a45a4 Fix Label() for @short repository labels by Justine Tunney · 8 years ago
  26. febc4d1 Improve cycle reporting error message. by Laurent Le Brun · 8 years ago
  27. 1159cc2 Minor improvements to error messages. by Laurent Le Brun · 8 years ago
  28. 9340550 Change target key aspect id from String to List<String>. by Googler · 8 years ago
  29. 4a099f9 Add turbine to third_party by Liam Miller-Cushon · 8 years ago
  30. 2596995 Adds javapoet by Yue Gan · 8 years ago
  31. 5d8a44c Remove the auto-punctuator because it is causing more problems than it solved. by John Cater · 8 years ago
  32. d792842 Manually add periods to documentation strings where needed. by John Cater · 8 years ago
  33. 6e071515 xcode locator prefers xcodes installed under /Applications/ by Chris Parsons · 8 years ago
  34. e86afd9 Doc: Update wording for local run and 'Google Cloud Console' name by Steren · 8 years ago
  35. 7a14ed0 Add www.bazel.io --> bazel.build redirect by David Stanke · 8 years ago
  36. acb38b1 Run turbine with a UTF-8 charset by Liam Miller-Cushon · 8 years ago
  37. 51564f5 Mention unsupported set syntax by Jon Brandvein · 8 years ago
  38. 35e1613 Doc: section title should reflect the correct rule name by Steren · 8 years ago
  39. 352c72d Add script and genrule to build RPM package. by John Cater · 8 years ago
  40. 59d2a6a Refactor JavaSkylarkApiProvider to source its info from passed-in providers instead of getting them from the base. by Googler · 8 years ago
  41. c2d0c66 Use the value of --watchos_minimum_os for clang's -mwatchos-version-min when compiling/linking instead of --watchos_sdk_version. by Googler · 8 years ago
  42. efc117e RELNOTES: by Rumou Duan · 8 years ago
  43. ddef343 Do not expand flag_groups guarded by expand_if_true/false if variable is missing by Marcel Hlopko · 8 years ago
  44. 8679e4c Windows: resolve shortened paths by Laszlo Csomor · 8 years ago
  45. c913989 Change lib.events.Event to use UTF-8 encoding instead of a mix of platform-default and latin-1 by Jon Brandvein · 8 years ago
  46. 2b6279a Add expand_if_equal crosstool.proto message by Marcel Hlopko · 8 years ago
  47. 536d9cb Make "profile --html --html_details" work again. by Lukacs Berki · 8 years ago
  48. bef98c2 Make "profile --html --html_details" not crash. by Lukacs Berki · 8 years ago
  49. 350f4c1 Make an enum final, the way it should be. by Lukacs Berki · 8 years ago
  50. 71e3722 Cleanup initialization of expandIfTrue/False in CcToolchainFeatures.FlagGroup constructor by Marcel Hlopko · 8 years ago
  51. 5735d9b Miscellaneous cleanups to lib.events by Jon Brandvein · 8 years ago
  52. 36ecf16 Make the string strip() methods compatible with Python by Jon Brandvein · 8 years ago
  53. d810d9a Clarify concepts.md (re: mutability, scoping, loads) by Jon Brandvein · 8 years ago
  54. a2501d5 Add 'did you mean' suggestion for load() statements. by Laurent Le Brun · 8 years ago
  55. 57badf4 Add 'did you mean' suggestion when accessing a struct field by Laurent Le Brun · 8 years ago
  56. 6e643c8 Bazel client, Windows: case-insensitive MSYS root by Laszlo Csomor · 8 years ago
  57. c76c93e Support gold linker in cc_configure.bzl by Marcel Hlopko · 8 years ago
  58. e102a2d Add 'did you mean' suggestion when accessing an undefined variable. by Laurent Le Brun · 8 years ago
  59. 224a3dd Bazel client, Windows: fix MSYS root retrieval by Laszlo Csomor · 8 years ago
  60. 112840b Remove WalkableGraph#exists and allow WalkableGraph#getValue and WalkableGraph#getException to be given non-existent keys without crashing. Add WalkableGraph#isCycle to fill the gap in testing for the difference between non-existence and depending on a cycle. by Janak Ramakrishnan · 8 years ago
  61. c31f351 Cleanup in error messages, try to improve consistency. by Laurent Le Brun · 8 years ago
  62. ccb78ec Update BUILD file to list all docs by Laurent Le Brun · 8 years ago
  63. cc49b66 Fix flaky test support by Damien Martin-Guillerez · 8 years ago
  64. e46ada4 Do not execute concurrent/MultisetSemaphoreTest by Damien Martin-Guillerez · 8 years ago
  65. 45da3f1 java_integration_test#test_header_compilation: use expect_log by Damien Martin-Guillerez · 8 years ago
  66. 6239bc5 Make BuildConfiguration reference-equals for static configs. by Greg Estren · 8 years ago
  67. d0dac80 Load JNI library on Windows from the runfiles tree as a fallback by Damien Martin-Guillerez · 8 years ago
  68. b99c1cf Add missing documentation for some analyze-profile flags. by Dmitry Shevchenko · 8 years ago
  69. 8d10034 Expose to Skylark a merge() method for runfiles objects by Jon Brandvein · 8 years ago
  70. 969d107 Skip //src/test/java/com/google/devtools/build/lib:cpp-rules-tests#testCompilesTestSourcesIntoDynamicLibrary on Windows by Damien Martin-Guillerez · 8 years ago
  71. a17a88d Expose apple.xcode_version() to skylark. by Chris Parsons · 8 years ago
  72. 81eacdb Getting started: fix broken link by Steren · 8 years ago
  73. 98b7c0f Make depsets temporarily completely backward compatible by Vladimir Moskva · 8 years ago
  74. d200daf Add `depset` as an alias to `set` in Skylark by Vladimir Moskva · 8 years ago
  75. b5fb12f Guard -pass-exit-codes to support clang by Marcel Hlopko · 8 years ago
  76. 1b6535c Introduce --apple_crosstool_top, which sets the crosstool for sources in objc_*/apple_*/ios_* targets and their dependencies. by Cal Peyser · 8 years ago
  77. 66a9083 Expose ios_device attributes to Skylark. by Googler · 8 years ago
  78. 772f7e9 Rollback of commit 1a592765f3fc116ac5c83b80784dcf0c043ccb5e. by Andrew Pellegrini · 8 years ago
  79. 5db93ad Don't ship a JDK to native singlejar actions by Liam Miller-Cushon · 8 years ago
  80. 985f343 Do not crash when there's an error in the rule. by Carmi Grushko · 8 years ago
  81. 92a1eb7 Add stub ios toolchain to bazel BUILD.static by Cal Peyser · 8 years ago
  82. 1a59276 Update depot version of ResourceUsageAnalyzer.java from the public Gradle source. This version includes: by Andrew Pellegrini · 8 years ago
  83. b1abe46 Rollback of commit e81ff0e156647ae680346ac833313319e7ea69d6. by Alex Humesky · 8 years ago
  84. 08a9e30 RELNOTES[NEW]: Add transitive proguard_specs when android_sdk.aidl_lib is specified by Googler · 8 years ago
  85. 75c95ac Rename toolchain_flags to legacy_link_flags build variable by Marcel Hlopko · 8 years ago
  86. a2f2c40 Rollback of commit 87fd5baeaa3f983bbec0c0dbc7b16eb52cf2267f. by Tobias Werth · 8 years ago
  87. 8baff88 Make AndroidSkylarkSplitTransitionTest platform-independent. by Dmitry Lomov · 8 years ago
  88. 961e54f Fix release notes formatting by Damien Martin-Guillerez · 8 years ago
  89. d3b2364 Release 0.4.3 (2016-12-22) by Bazel Release System · 8 years ago
  90. f768232 Rollback of commit b7c00d8762d74fb54d0a6b0eb355abc6dc7a97c3. by Damien Martin-Guillerez · 8 years ago
  91. 5b63024 Move hardcoded toolchain linker flags to CROSSTOOL by Marcel Hlopko · 8 years ago
  92. 5374d4f Move hardcoded -L linker flags to CROSSTOOL by Marcel Hlopko · 8 years ago
  93. ac0e4ec bazel - improve the order for update and install. by Googler · 8 years ago
  94. 762a27c Exposes the Android split transition configuration to Skylark. by Alex Humesky · 8 years ago
  95. aa4ca94 Update the Bazel sample app to demonstrate the support library syntax. by Adam Michael · 8 years ago
  96. ac00776 Stop passing --no-locals to dx for coverage builds by Liam Miller-Cushon · 8 years ago
  97. 87fd5ba Introduce --apple_crosstool_top, which sets the crosstool for sources in objc_*/apple_*/ios_* targets and their dependencies. by Cal Peyser · 8 years ago
  98. e81ff0e Remove broken and unused Android tools aliases. by Adam Michael · 8 years ago
  99. b7c00d8 Export dot-format graphs as-is and download dot as an external repo by Kristina Chodorow · 8 years ago
  100. 98398a2 Rollback AppleCrosstoolChange by Cal Peyser · 8 years ago