1. 1ac1b99 Move createActionCache to ExecutorBuilder. by Ulf Adams · 8 years ago
  2. 247ce2c Description redacted. -- MOS_MIGRATED_REVID=137935119 by Yue Gan · 8 years ago
  3. ca2c184 Create a GitHub issue template by Laszlo Csomor · 8 years ago
  4. 69dac86 remove other AF_UNIX references by Thiago Farina · 8 years ago
  5. babe9ac Add support for --keep-main-dex flag to Rex by Googler · 8 years ago
  6. 9ab28cb Add support for Rex package map by Googler · 8 years ago
  7. 0c6e4cd Change Bazel default android_manifest_merger to android. by Adam Michael · 8 years ago
  8. 2be2f4c Have query Lexer operated directly on String by Michajlo Matijkiw · 8 years ago
  9. f4a968c Use common logic to create proto action in j2objc proto aspect. by Rumou Duan · 8 years ago
  10. 44ac215 Android native libraries compile with -mstackrealign for 32bit x86 clang. by Adam Michael · 8 years ago
  11. 472b411 Add logging to TimestampGranularityMonitor. by Julio Merino · 8 years ago
  12. 4d80aa7 Do not tickle TimestampGranularityMonitor for CONSTANT_METADATA artifacts. by Julio Merino · 8 years ago
  13. 9c0fceb ProtoCompileActionBuilder takes ImmutableMap for toolchains, which has a predictable iteration order. by Carmi Grushko · 8 years ago
  14. 6608579 Rollback, breaks dependent code. by Jon Brandvein · 8 years ago
  15. 3c84831 Pad apple SDK version number strings to ensure there are at least two components. by Chris Parsons · 8 years ago
  16. f753a14 Remove deprecation warning from ios_simulator_version flag. Its semantics remain unchanged; it is overridden by ios_test "target_device" attribute. by Chris Parsons · 8 years ago
  17. 6ea96f6 A version of ProtoCompileActionBuilder that uses proto_lang_toolchain() rules instead of a soup of methods. by Carmi Grushko · 8 years ago
  18. 2bd36c6 experimental_objc_library relies on ObjcProvider for compilation data, exporting only CcLinkParamsProvider to provide cc-interop (see the current objc_library implementation). by Cal Peyser · 8 years ago
  19. e446237 Description redacted. -- MOS_MIGRATED_REVID=137800285 by Googler · 8 years ago
  20. ff47759 Initial implementation of "dylib" attribute for apple_binary and apple_dynamic_library rules by Chris Parsons · 8 years ago
  21. a0e3af4 Refactor the module API to use the builder pattern for executor creation. by Ulf Adams · 8 years ago
  22. 03afc7d Windows, installation docs: clarify VS requirement by Laszlo Csomor · 8 years ago
  23. 775dc68 Windows: java_binary can be an action executable by Laszlo Csomor · 8 years ago
  24. 2dd4c18 Add method getCurrentlyAvailableNodes to QueryableGraph and Walkable Graph by Googler · 8 years ago
  25. a5b1674 Allow calling attributes of built-in objects. by Vladimir Moskva · 8 years ago
  26. 6a922aa Bring experimental_objc_library module semantics in line with those of by Cal Peyser · 8 years ago
  27. 176ff2b ObjcCompileAction provides all headers to sandboxed execution. This allows by Cal Peyser · 8 years ago
  28. bb92227 Add experimental flag to stop requiring all transitive modules as inputs. by Googler · 8 years ago
  29. 0a78283 Move Bazel{ActionListener,ExtraAction} rule to rules.extra and drop prefix. by Ulf Adams · 8 years ago
  30. 4dde8ed Fix typo in bazel docs: Borne -> Bourne. by Googler · 8 years ago
  31. b83d3a7 Small doc fixes for BazelActionListenerRule. by Ulf Adams · 8 years ago
  32. 8fc795a remove references to "server.socket" file by Thiago Farina · 8 years ago
  33. 9b61b0f Description redacted. -- MOS_MIGRATED_REVID=137669164 by Googler · 8 years ago
  34. db7b04c Introduce proto_lang_toolchain(). by Carmi Grushko · 8 years ago
  35. 7597baa Verify (in test) that ObjcProvider keys are either exposed to skylark or explicitly omitted by Chris Parsons · 8 years ago
  36. 5abb90d Fix //script/release:release_test by Kristina Chodorow · 8 years ago
  37. 3834019 Integration tests for RepositoryCache using Skylark's download() and download_and_execute(). by Jingwen Chen · 8 years ago
  38. baccf24 Also mention the release key id in the release notes by Klaus Aehlig · 8 years ago
  39. da95be8 Avoid passing a Windows path as a regex by Laszlo Csomor · 8 years ago
  40. af91553 Rollback of commit b6301a5f7628d5a7e11abc6c1115918d42c6fba8. by Luis Fernando Pino Duque · 8 years ago
  41. c733d1f Disable protobuf modulemap generation if it's a linking target. Correctly configure protos intermediate artifacts to use the build configuration, if any provided. by Sergio Campama · 8 years ago
  42. 8949c07 Add the IsNullary(arg) and IsUnary(arg, next_arg) functions by Luis Fernando Pino Duque · 8 years ago
  43. 6d46bdf Print a summary of what the create command did by Kristina Chodorow · 8 years ago
  44. 8cafffc Rollback of commit 69c98ab99563e0542cd6146de22a397679c67fdb. by Tobias Werth · 8 years ago
  45. f04cbe3 Small docs updates for the extra action rule. by Ulf Adams · 8 years ago
  46. 6a2dc2b extract a function to return the embedded binaries root directory by Thiago Farina · 8 years ago
  47. 4104688 Add zip file of Windows binary into release process by Yun Peng · 8 years ago
  48. 72bdef6 Reap the direct child process when double-forking to daemonize. by Lukacs Berki · 8 years ago
  49. 4885eef Change our URL to bazel.build by Damien Martin-Guillerez · 8 years ago
  50. 9facc29 Global cleanup change. by Damien Martin-Guillerez · 8 years ago
  51. ba306ec Global cleanup change. by Damien Martin-Guillerez · 8 years ago
  52. 0adc29a Delete obsolete API in ErrorProneAnalyzer by Liam Miller-Cushon · 8 years ago
  53. e6090ad Remove old incremental dexing flag that was superseded by --incremental_dexing and --incremental_dexing_binary_types many months ago by Googler · 8 years ago
  54. 0b1babd Switch default --apk_signing_method from legacy_v1 to v1. by Adam Michael · 8 years ago
  55. 578a512 bazel query: by Greg Estren · 8 years ago
  56. e578861 Singlejar apkbuilder now puts resources in the correct location in APK. by Adam Michael · 8 years ago
  57. 43e5d3b Update error messages generated by failure to copy files out of the sandbox. by John Cater · 8 years ago
  58. f2c46a0 Rollback of commit fac9be905f0f82f793eb1cc61afab42698769dcf. by Adam Michael · 8 years ago
  59. 3ab8f9d Fix linux-sandbox failure when there is a mount points under /tmp by Yuki Yugui Sonoda · 8 years ago
  60. 29bb662 Change getattr() behavior so 3-arg form doesn't fail when field is a method by Jon Brandvein · 8 years ago
  61. a31bc4e Move ToolsRepository out of Environment by Laurent Le Brun · 8 years ago
  62. 238839c Refactor exception handling in SandboxStrategy. by Philipp Wollermann · 8 years ago
  63. c1fb834 Aspects, Documentation: Changes ctx.attr.deps to ctx.rule.attr.deps in code example. by Pedro Liberal Fernandez · 8 years ago
  64. 65b9c44 Don't let input discovery add module files as inputs if we aren't actually by Googler · 8 years ago
  65. 5a8d3e2 Move (Bazel)TestSuiteRule to rules.test and drop the Bazel prefix. by Ulf Adams · 8 years ago
  66. 7d94f18 Subtract resource-related provider values defined in avoid_deps from deps by Chris Parsons · 8 years ago
  67. 738c892 Add missing parameter to open(path, flags) call in CreateEmptyFile in blaze_util_test. According to the man page of open, when O_CREAT is specified in flags then an extra parameter (t_mode mode) must be present too. by Luis Fernando Pino Duque · 8 years ago
  68. 8680769 Make android_integration_test run again! by Adam Michael · 8 years ago
  69. 7accd9f Dedupe Jar files produced for Android binary targets for desugaring purposes. by Googler · 8 years ago
  70. 1229160 Improve error message when failing to convert parameter types in Skylark function calls. by Carmi Grushko · 8 years ago
  71. 3bf723e Integration tests for RepositoryCache. by Jingwen Chen · 8 years ago
  72. 4d6aa19 Cookbook doc fix by Jon Brandvein · 8 years ago
  73. db733dd Generate coverage mappings for Swift. by Googler · 8 years ago
  74. 0590483 Implementation of the Repository Cache get and put features. by Jingwen Chen · 8 years ago
  75. ff8fcf0 VFS: PathFragment is no longer aware of MSYS paths by Laszlo Csomor · 8 years ago
  76. 91dabc2 Flip the order of recursive ForkJoinTasks generated during parallel allrdeps evaluation: put the outputting of targets before the recursive visitation. Since ForkJoinTasks are fork'd in order, the new order optimizes for throughput to the underlying Callback. by Nathan Harmata · 8 years ago
  77. 7f3ffbc "bazel clean": prevent creation of command.log by Laszlo Csomor · 8 years ago
  78. f41c252 stop passing BuildConfiguration to CppCompileAction by Thiago Farina · 8 years ago
  79. 8a8a7fc Report completion of a target together with failed actions by Klaus Aehlig · 8 years ago
  80. 4db5064 Cleanup: remove isSkylark in Environment Continuation by Laurent Le Brun · 8 years ago
  81. 0e40d5c Fix a few issues that prevented Bazel from building with Java 7. by Lukacs Berki · 8 years ago
  82. 3d48683 Clarify how startup options are conveyed between the client and the server. by Lukacs Berki · 8 years ago
  83. 1afb0b2 Cleanup in Environment, remove unused lookup function by Laurent Le Brun · 8 years ago
  84. 6a3565e Skip gpg signing if .sig file is already there by Yun Peng · 8 years ago
  85. 43237e4 Create a separate module for .proto.h files. Together with modules pruning, by Googler · 8 years ago
  86. a3c25a6 Cleanup in the parser by Laurent Le Brun · 8 years ago
  87. b25a034 Fix uses of LocalRepositoryLookupFunction to work with JDK7. by John Cater · 8 years ago
  88. 3be9fd3 Refactor: extract anonymous classes by Laszlo Csomor · 8 years ago
  89. 9b1dfb8 Remove .sig file before gpg signing by Yun Peng · 8 years ago
  90. d9c3a47 Use TEST_TMPDIR for zip_manifest_extractor_test.sh. by Adam Michael · 8 years ago
  91. 1a3603a Fix zip_manifest_creator dep in bazel_tools repo with an alias. by Adam Michael · 8 years ago
  92. 97cc5be Merge all jars in AAR in aar_import, not just classes.jar by Adam Michael · 8 years ago
  93. 83ffb5e7 bazel query --output=xml: avoid iterating over all possible values for by Greg Estren · 8 years ago
  94. b6301a5 Uncomment lines inside blaze_util_tests since the tests are now passing. by Luis Fernando Pino Duque · 8 years ago
  95. 0cd6d15 Update some FAQ questions. by Han-Wen Nienhuys · 8 years ago
  96. e08f11c Adds a check that the new local repository path exists and is a directory. by John Cater · 8 years ago
  97. d573fc0 Add generic parameter to make ParallelSkyQueryUtil Java7 compliant by Googler · 8 years ago
  98. 6a87bd4 Adds support to aar_import for native libs in /jni. by Adam Michael · 8 years ago
  99. 8734267 Rollback of commit abb0b633339ef76bf19a1e5af8477d42d13151d8. by Peter Schmitt · 8 years ago
  100. 03d6302 Remove deprecated kind in IDE aspect. by Googler · 8 years ago