1. 125a0ec Fix bazel srcs_test by Yun Peng · 8 years ago
  2. 66437a0 Windows: Implementing C++ DEF parser by Yun Peng · 8 years ago
  3. 296cb42 Update Error Prone to 2.1.0 by Liam Miller-Cushon · 8 years ago
  4. e2eea44 Update javac version to 9-dev-r4023-3 by Liam Miller-Cushon · 8 years ago
  5. 2462477 Delete unused buck iOS support by Peter Schmitt · 8 years ago
  6. d7f5c12 Bump python-gflags to 3.1.0, take two by Joe Finney · 8 years ago
  7. 7d85d8b bes: Update RPC PublishBuildToolEventStream. by Kai Xu · 8 years ago
  8. b69acfa Windows: add blaze_util::AsAbsoluteWindowsPath by laszlocsomor · 8 years ago
  9. 6d47707 Windows: clean up error reporting by Laszlo Csomor · 8 years ago
  10. e045565 Set //third_party/py/six:srcs to public visibility. (#3378) by Joe Finney · 8 years ago
  11. 7ced4c0 Turn on CRC computation in ijar by default. by lberki · 8 years ago
  12. 7a1e3a5 Fix #3280: SingleJar prints annoying "bit length overflow" messages by Philipp Wollermann · 8 years ago
  13. d2ce7ab third_party/googleapis: Update BES protos to latest version. by Jakob Buchgraber · 8 years ago
  14. 1fb46ce Revert "Bump python-gflags to version 3.1.0." by Damien Martin-Guillerez · 8 years ago
  15. d82e69c Bump python-gflags to version 3.1.0. by Joe Finney · 8 years ago
  16. 33d05f6 Make source code of singlejar and ijar available from @bazel_tools. , by Xin Gao · 8 years ago
  17. f5aeed9 Syncing the proto with the latest googleapis version. Removing the no longer used wait_for_completion field. by Ola Rozenfeld · 8 years ago
  18. c3a1af6 Require parentheses around tuple in list comprehension filtering. by laurentlb · 8 years ago
  19. e456429 Create embedded_tools targets for ijar and zlib. by Xin Gao · 8 years ago
  20. 1d82d19 protobuf: Update protobuf jars to be binary compatible with Java 6. Fixes #3198 by Jakob Buchgraber · 8 years ago
  21. 88206bc Update README.md by samuela · 8 years ago
  22. 6186fa5 Add support for zipped LLVM profile files. by Googler · 8 years ago
  23. 3833302 make included gflags library py3 compatible by MarkusTeufelberger · 8 years ago
  24. 6c1106b Add :apache_commons_logging as the dependency of the remote worker. by Ivan Vučica · 8 years ago
  25. 159c1e3 third_party/googleapis: Add java_proto_library_srcs rules. by Jakob Buchgraber · 8 years ago
  26. 82611cb Update Apache HTTP Client and Apache HTTP Core. by Philipp Wollermann · 8 years ago
  27. ad2d6c9 third_party/googleapis: Add java_grpc_library for bytestream.proto by Ola Rozenfeld · 8 years ago
  28. 8242c50 third_party/googleapis: Add remote_execution.proto by Jakob Buchgraber · 8 years ago
  29. 2add6be third_party/googleapis: Add java_grpc_library for publish_build_event.proto by Jakob Buchgraber · 8 years ago
  30. bce682d third_party: Fix labels so they can be used from within new_local_repository by Jakob Buchgraber · 8 years ago
  31. abc64dd third_party/grpc: Introduce filegroup of jars for bootstrapping by Jakob Buchgraber · 8 years ago
  32. 9205b25 Add java_grpc_library rule that uses bazel's native proto_library. by Jakob Buchgraber · 8 years ago
  33. 74cea83 Update grpc-java to 1.3.0, netty to 4.1.8.Final by Jakob Buchgraber · 8 years ago
  34. 8621efc Fixes J2ObjC support. Adds a BUILD.tools and updates BUILD.remote with by Keith Stanger · 8 years ago
  35. 84a8e95 Introduce third_party/googleapis by Jakob Buchgraber · 8 years ago
  36. ba12313 third_party/protobuf: Add proto_library for well known types. by Jakob Buchgraber · 8 years ago
  37. 86445d4 Refactor protobuf and grpc BUILD files for Windows by Yun Peng · 8 years ago
  38. 187fd34 Clean up aliases after javac upgrade by Liam Miller-Cushon · 8 years ago
  39. 7ae9469 Update turbine version by Liam Miller-Cushon · 8 years ago
  40. 36ce4b4 Update javac version to 9-dev-r4023-2 by Liam Miller-Cushon · 8 years ago
  41. 0acead4 Update protobuf to latest master at a64497c and apply @laszlocsomor's latest changes from https://github.com/google/protobuf/pull/2969 on top of it. by Jakob Buchgraber · 8 years ago
  42. de48883 Update turbine version by Liam Miller-Cushon · 8 years ago
  43. 8470be1 Clean up javac and Error Prone targets by Liam Miller-Cushon · 8 years ago
  44. 382b62c Apply @laszlocsomor's protobuf patch to fix build on windows. by Jakob Buchgraber · 8 years ago
  45. ac7a7a8 Remove third_party/protobuf/3.0.0/ by Jakob Buchgraber · 8 years ago
  46. 2b49f67 Update third_party/protobuf to pre-release 3.2.0 by Jakob Buchgraber · 8 years ago
  47. 6265878 Update databinding exec.jar to 2.3.1. by Adam Michael · 8 years ago
  48. bc133cb Add javac9-4023-1 and Error Prone 2.0.20 by Liam Miller-Cushon · 8 years ago
  49. 3d17deb Add a jarjar_bin binary in addition to jarjar_command so that we'll by Lukacs T. Berki · 8 years ago
  50. 1357a0d Add the sources of jopt-simple to //third_party:srcs . by Lukacs T. Berki · 8 years ago
  51. 55828e2 Vendor jarjar instead of using a binary version of it. by Lukacs T. Berki · 8 years ago
  52. df8d804 Vendor `jopt-simple 5.0.3` . by Lukacs T. Berki · 8 years ago
  53. 8ff0d0d Revert "protobuf: Update protobuf to @laszlocsomor's master at commit 421d909." by Jakob Buchgraber · 8 years ago
  54. 5235d06 protobuf: Update protobuf to @laszlocsomor's master at commit 421d909. by Jakob Buchgraber · 8 years ago
  55. d907373 Revert "protobuf: Update protobuf to @laszlocsomor's master at commit 421d909." by Jakob Buchgraber · 8 years ago
  56. ea82aa1 protobuf: Update protobuf to @laszlocsomor's master at commit 421d909. by Jakob Buchgraber · 8 years ago
  57. 7ac1eeb Prepend javac to the bootclasspath for ijar tests by cushon · 8 years ago
  58. 4cf537c Deleted unused stalled javac-9-dev binaries by Damien Martin-Guillerez · 8 years ago
  59. d323712 Update to auto-value 1.4 by Damien Martin-Guillerez · 8 years ago
  60. fae5c74 Some fixes for ijar tests. by kchodorow · 8 years ago
  61. 994cc5a Remove "METADATA" file from bazel-srcs, unbreak Bazel's export pipeline. by Philipp Wollermann · 8 years ago
  62. 00582c5 Description redacted. by Googler · 8 years ago
  63. 0dc1c5b Upgrade Truth from 0.31 to 0.32. by Michael Staib · 8 years ago
  64. 51b3a08 Third party dependencies by Ola Rozenfeld · 8 years ago
  65. 184f3c8 Windows, protoc: create io_win32.{h,cc} by László Csomor · 8 years ago
  66. ea90356 Windows, protoc: support long paths by László Csomor · 8 years ago
  67. 0cdefa9 Update to Error Prone version 2.0.19 by Liam Miller-Cushon · 8 years ago
  68. 86c83a1 Update turbine version by Liam Miller-Cushon · 8 years ago
  69. 3901416 gRPC, Windows: add missing #include and warning by László Csomor · 8 years ago
  70. 4d0582f Add JimFS to third_party by Liam Miller-Cushon · 8 years ago
  71. b2f1e19 Rollback of commit 14b53897b499da457e26aa779c3b63c85838f204. by Laszlo Csomor · 8 years ago
  72. 14b5389 Rollback of commit 69a127b8f4e353ecb163688ed3271fb47e0f385d. by Googler · 8 years ago
  73. 69a127b ijar: use bazel's file utilities by Laszlo Csomor · 8 years ago
  74. 3049051 Update to latest javac and Error Prone by Liam Miller-Cushon · 8 years ago
  75. 0dff43a Fix int comparision warnings. by John Cater · 8 years ago
  76. 9f15d15 ijar: implement stat_file on Windows by Laszlo Csomor · 8 years ago
  77. 4066814 by Laszlo Csomor · 8 years ago
  78. 81ae08b Suppress error for non-exhaustive switches by Liam Miller-Cushon · 8 years ago
  79. 0785cbb Update to guava 21.0 and Error Prone version 2.0.18-20160224 by Liam Miller-Cushon · 8 years ago
  80. e50388e Revert "Upgrade //third_party/protobuf to v3.2.0" by Irina Iancu · 8 years ago
  81. 2346f5a Upgrade //third_party/protobuf to v3.2.0 by Carmi Grushko · 8 years ago
  82. 2e689c2 Add javac-9-dev-r3297-3 by Liam Miller-Cushon · 8 years ago
  83. f19aa21 Remove no-longer used protobuf BUILD aliases by Carmi Grushko · 8 years ago
  84. 6830f4d Upgrade Truth from 0.28 to 0.31. by Michael Staib · 8 years ago
  85. 25365d8 Make resource shrinking able to handle style resource parent references that start with 'style/' instead of the more strict '@style/'. AAPT will handle either format, so the resource shrinker should as well to prevent build failures that only occur when shrinking. by Andrew Pellegrini · 8 years ago
  86. ceb8844 Revert "Bump Error Prone version to 2.0.16" by Damien Martin-Guillerez · 8 years ago
  87. 89cc544 Revert "Add javac-9-dev-r3297-3" by Damien Martin-Guillerez · 8 years ago
  88. efe4a6d Add javac-9-dev-r3297-3 by Liam Miller-Cushon · 8 years ago
  89. 6182464 Bump Error Prone version to 2.0.16 by Liam Miller-Cushon · 8 years ago
  90. bc3c57d Rearrange third_party/protobuf/BUILD to look like the upstream protobuf repo by Carmi Grushko · 8 years ago
  91. 6795079 Alias "protobuf_java" to the Java proto runtime, by Carmi Grushko · 8 years ago
  92. 400c24a Update documentation to note that the shrinker behavior differs from the Gradle version in that it removes values resources instead of only minifying them. by Andrew Pellegrini · 8 years ago
  93. 942e3c7 Make protobuf's BUILD file standlone by Carmi Grushko · 8 years ago
  94. 7a089cf Fix unused resources declared in a file from removing the entire file even if other resources from that file were still used. Now the file will only be removed if the corresponding whole file resource is unused (e.g. res/layout/main.xml will be removed only if the resource layout/main is unused). Remove fix that treated id declarations as usages that was a workaround for the above problem. by Andrew Pellegrini · 8 years ago
  95. c51d506 Bump error-prone version to 2.0.15 by Nick Glorioso · 8 years ago
  96. 9d99bc4 Downgrade checker framework to 1.8.10 by David Ostrovsky · 8 years ago
  97. dc61484 Adds protobuf-util to third_party by Yue Gan · 8 years ago
  98. b7a7311 Fix ResourceUsageModel analysis of <style> resource bugs by overriding this behavior in the extended class owned by ResourceUsageAnalyzer. This makes the fix available to both Blaze and Bazel, since Bazel uses the AOSP released version of the com.tools.android.lint library, which contains ResourceUsageModel, instead of the source version available in []. by Andrew Pellegrini · 8 years ago
  99. 9329642 Update asm from 5.0.4 to 5.1. by Adam Michael · 8 years ago
  100. 8d487c5 Add missing #include statements for ijar by Klaus Aehlig · 8 years ago