1. 86c83a1 Update turbine version by Liam Miller-Cushon · 8 years ago
  2. 5e60e38 Rollback of commit 59180a4ea66b1395b5b85defd732859ecae919ea. by Yue Gan · 8 years ago
  3. 2cea8bc Support aliases in the --experimental_stl attribute. by Lukacs Berki · 8 years ago
  4. e721340 Fix formatting error in Java sandwich blog post. by Irina Iancu · 8 years ago
  5. bd40871 Rollback of commit a58f245a4b40c0ef961b1f30d96b16a9349711c3. by Tobias Werth · 8 years ago
  6. c6a6a77 Add support to read inputs from directories by Googler · 8 years ago
  7. 0180492 Add a test that a v2.2 format tarball used as a base image contains the appropriate ancestry. by Googler · 8 years ago
  8. 5e9d915 Fix AndroidBinaryTest on Windows. by Adam Michael · 8 years ago
  9. a5aa916 Create "internal" category of command-line options. by Michael Staib · 8 years ago
  10. 42d313f Open source some tests for android_binary. by Adam Michael · 8 years ago
  11. ca8c1e3 Scrubs OWNERS and METADATA file from third_party/bazel/site/ export. by Googler · 8 years ago
  12. 097e64c Refactor options converter logic by Jon Brandvein · 8 years ago
  13. 950ff66 Open source ApkManifestActionTest. by Adam Michael · 8 years ago
  14. 75795fa Fix PathPackageLocatorTest to do case-insensitive string checks. by John Cater · 8 years ago
  15. 222b03c Automatically set --jobs based on the number of CPU threads. by Julio Merino · 8 years ago
  16. 17dee66 Make JavaCompileAction subclass SpawnAction by Liam Miller-Cushon · 8 years ago
  17. a58f245 Move library R generation to a separate action, ensuring the merging happens by Googler · 8 years ago
  18. 3e83092 Enable docker on local version of local remote build server by Googler · 8 years ago
  19. b68fc60 Add sh_test rule for help_test.sh. by John Cater · 8 years ago
  20. 1575754 Add sourcepath to java_common.compile by Irina Iancu · 8 years ago
  21. 196bf31 BEP: Indicate caching status in TestResult by Klaus Aehlig · 8 years ago
  22. 440ed5e Refactor benchmark for enabling CppCodeGenerator. by Yue Gan · 8 years ago
  23. 9504827 Build a version of Bazel with a bundled OpenJDK inside the binary. by Philipp Wollermann · 8 years ago
  24. 6b2d8b8 Fix link (maybe)? by Jon Brandvein · 8 years ago
  25. 3f86e67 Fix Label.toShorthandString() with non-main/default repository by Googler · 8 years ago
  26. c6c56e8 Add the java-runtime, java-vm, java-home and character-encoding items to "bazel info". by Philipp Wollermann · 8 years ago
  27. f4bf522 Flip deprecated_generated_xcode_project default to false. by Peter Schmitt · 8 years ago
  28. c09b83c Reword a comment by Googler · 8 years ago
  29. 02401d9 Add a new command "bazel license" that prints the license files of Bazel and all embedded open-source components. by Philipp Wollermann · 8 years ago
  30. 45c7310 Add CppCodeGenerator for bencharmk without enabling it. It will be enabled in a following change. by Yue Gan · 8 years ago
  31. dd142c9 windows: Improve env var handling of shell integration tests. by Philipp Wollermann · 8 years ago
  32. e226fe8 Fix broken link: s/html/md/ by Googler · 8 years ago
  33. 59180a4 Add SpawnInputExpander helper class to arrange runfiles for spawn strategies by Ulf Adams · 8 years ago
  34. b88e9f3 Rollback of commit ae4b02fb21772effd6836599a7e1792b26ff95e0. by Yun Peng · 8 years ago
  35. 3be4459 Don't declare parameters of type Iterable<Path> by Liam Miller-Cushon · 8 years ago
  36. 5ab0ec5 Add a flag (--only_desugar_javac9_for_lint) to disable desugaring lambda expressions for Android Lint. by Chengnian Sun · 8 years ago
  37. 2b88f62 Make mobile-install wait for debugger by Googler · 8 years ago
  38. 8c33d5d Sink automatic SDK frameworks into legacy compilation support. by Googler · 8 years ago
  39. 7ac6d59 Add caching of computed file digests based on file metadata. by Julio Merino · 8 years ago
  40. f09bd07 Display an error message when there is a status command error by Kristina Chodorow · 8 years ago
  41. f405ebf Consolidate JavaCompileAction command line flag handling by Liam Miller-Cushon · 8 years ago
  42. 1c7e581 Rollback of commit adf051ead3b747081639600fb4a9e043a798b2df. by Googler · 8 years ago
  43. 6f4bf51 Break apart the monolithic docker.bzl into smaller pieces that logically group functions, constants and rules. by Googler · 8 years ago
  44. 1fce95d No longer crash when running "bazel help <rule>". by Florian Weikert · 8 years ago
  45. c0fac18 Improve javadoc for the environment functions in the BuildConfiguration by Klaus Aehlig · 8 years ago
  46. ae4b02f Bazel client, Windows: support colorful output by Laszlo Csomor · 8 years ago
  47. 3d97f49 Bazel client, Windows: fix console handling bugs by Laszlo Csomor · 8 years ago
  48. 8a104fa Change the UUID of actions consuming the set of build info keys. by Lukacs Berki · 8 years ago
  49. 8d635fc Release 0.4.5 (2017-03-16) by Bazel Release System · 8 years ago
  50. 0302155 Catch attempts to fork from a multithreaded bazel launcher process. by Googler · 8 years ago
  51. d43d7cd Fix some bugs preventing the crosstool from making use of the min_version for darwin builds. by Googler · 8 years ago
  52. 461829a Stop Bazel from crashing on data-bound Android libraries with no resources. by Greg Estren · 8 years ago
  53. 821f1c3 Remove support for --apk_signing_method=legacy_v1. by Adam Michael · 8 years ago
  54. e6ff109 Header thinning feature now ships the appropriate Apple SDK with header scanner tool to ensure that the correct headers are detected without building any assumptions into the tool. by Googler · 8 years ago
  55. 1e07d09 Uniquify bridge methods generated during lambda desugaring by Kevin Bierhoff · 8 years ago
  56. 093c240 Fix typo in help string for --action_env by Klaus Aehlig · 8 years ago
  57. 6ff407d Breaking up is hard to do: AndroidResourceProcessor by Googler · 8 years ago
  58. d7b2344 Refactor objc tests to test both crosstool/legacy. Legacy tests are made by Cal Peyser · 8 years ago
  59. cb81292 Print repository context's execute output by Kristina Chodorow · 8 years ago
  60. d1f0d6e Make Bazel work with all MSVS 2017 editions by Alexander Chung · 8 years ago
  61. 9e39ea5 Bazel client, Windows: support "d:/" output root by Laszlo Csomor · 8 years ago
  62. e4d2b1d Add ThinLTO support for py_binary targets. by Googler · 8 years ago
  63. 1fc4dff by Kristina Chodorow · 8 years ago
  64. e4d977f windows: Don't try to breakaway from an existing Job in batch mode. by Philipp Wollermann · 8 years ago
  65. 42ee2a1 Replace all instances of org_unified_launcher with android_test_support. by Adam Michael · 8 years ago
  66. 80ce6fe Filter out perf.bazel.*.nobuild for release. by Yue Gan · 8 years ago
  67. 2d5b58c Windows: update PATH for actions on Windows by Laszlo Csomor · 8 years ago
  68. b91795f Add kaipi@ as contributor to bazel. by Sergio Campama · 8 years ago
  69. 42f3f46 Make AspectCompleteEvent an instance of BuildEvent by Klaus Aehlig · 8 years ago
  70. 0d77ed6 A quick fix for benchmark: clean the first removed result, and add "--expunge". by Yue Gan · 8 years ago
  71. 3901416 gRPC, Windows: add missing #include and warning by László Csomor · 8 years ago
  72. eb46bed Allow to have several inputs and outputs by Googler · 8 years ago
  73. 9bfcb6e Fix #2671 on GitHub by Peter Mounce · 8 years ago
  74. 0b74113 Add emulator_images_%s filegroups for Bazel Android devices. by Adam Michael · 8 years ago
  75. 3cd9e16 Adding myself to the owner's file for Bazel/Blaze docs. by Googler · 8 years ago
  76. a074b2c Fix bug that all full clean targets are cleaned. by Yue Gan · 8 years ago
  77. c6838a1 Update CONTRIBUTORS by Chengnian Sun · 8 years ago
  78. d7a780e Type strip Python sources when building a target incompatible with inline by Googler · 8 years ago
  79. a6ee96f Fix inadvertent performance regression introduced by the recent rewrite of 'blaze query'. by Nathan Harmata · 8 years ago
  80. 4ccabd3 Simplify Attribute.Configurator, add dynamic configs support. by Greg Estren · 8 years ago
  81. aea4e5c Avoid expanding NestedSets in IterablesChain Builder by Michajlo Matijkiw · 8 years ago
  82. bf34ec1 Make mobile-install work with --use_singlejar_apkbuilder. by Adam Michael · 8 years ago
  83. 5fa18d1 Bazel client, Windows: can connect to fresh server by Laszlo Csomor · 8 years ago
  84. 6140817 apple_binary scopes link artifacts using child configuration for --experimental_objc_crosstool=all by Cal Peyser · 8 years ago
  85. 37c51ae Simplify the logic in CppCompileAction#updateActionInputs(). by Lukacs Berki · 8 years ago
  86. 278b58e Refactor scheduling of LTO Backend actions into CppLinkActionBuilder by Googler · 8 years ago
  87. 95a4dd0 A partial, manual rollback of commit 7af14dfdbd6addb779226c0a103b2a8dc72c16b1. by Lukacs Berki · 8 years ago
  88. ae84395 Global cleanup change. by Googler · 8 years ago
  89. c8cd6bd Bazel client, Windows: make server mode work by Laszlo Csomor · 8 years ago
  90. 3786a19 Global cleanup change. by Googler · 8 years ago
  91. 7807b6c Global cleanup change. by Googler · 8 years ago
  92. 69eb9f5 Speed-up the search for desugared classes in case of many lambdas by limiting the search to the directory where we expect the file. by Googler · 8 years ago
  93. 9416a46 MSVC wrapper: support -W[no]implicit-function-decl by Laszlo Csomor · 8 years ago
  94. 2046bb4 Global cleanup change. by Liam Miller-Cushon · 8 years ago
  95. ecc2ab1 Clean up android desugar tool's flags a bit by Kevin Bierhoff · 8 years ago
  96. e664615 by Carmi Grushko · 8 years ago
  97. 4ede8fd Open-source AndroidCommonTest.java. by Adam Michael · 8 years ago
  98. 3e94692 Use platform-specific path separator for --dependencyManifests. by Adam Michael · 8 years ago
  99. e3e0a06 Implement coverage support for experimental_objc_library by Cal Peyser · 8 years ago
  100. f26031d Fix broken link by Jon Brandvein · 8 years ago