1. caa2b3c Recognize JDK 11 nestmates attributes in ijar by cushon · 7 years ago
  2. 0e04625 Update checker framework dataflow and javacutil versions by Liam Miller-Cushon · 7 years ago
  3. f276092 Updating Semver proto to latest remote-apis version: adding java_package. by Ola Rozenfeld · 7 years ago
  4. 30aac1c Update to JDK 10 javac by Liam Miller-Cushon · 7 years ago
  5. e20d8ca Update JUnit to 4.12 by Philipp Wollermann · 7 years ago
  6. 209c82e Work around bug in desugar by Liam Miller-Cushon · 7 years ago
  7. 8e93ed3 Importing remote-apis repository into Bazel for Remote API v2. by Ola Rozenfeld · 7 years ago
  8. 9e18b2c Update Error Prone version by Liam Miller-Cushon · 7 years ago
  9. 3a71188 Update to ASM 6.2.1 by Liam Miller-Cushon · 7 years ago
  10. 0d7cba4 Update turbine by Liam Miller-Cushon · 7 years ago
  11. cade3ac Replace config_setting.values{"compiler"} with config_setting.flag_values{"@bazel_tools//tools/cpp:compiler"} by scentini · 7 years ago
  12. 5582965 Update truth dependency to 0.42 by Jeff Lavallee · 7 years ago
  13. 6c99cf1 Remove third_party/{minlog,reflectasm} by Philipp Wollermann · 7 years ago
  14. 5bd5b50 Remove third_party/bytebuddy by Philipp Wollermann · 7 years ago
  15. 3388d80 Remove unused d3-js and jquery filegroups by Philipp Wollermann · 7 years ago
  16. bafd898 Internal change by philwo · 7 years ago
  17. 63883b3 Remove jopt-simple from third_party by Philipp Wollermann · 7 years ago
  18. 7699f20 Remove Hazelcast from third_party by Philipp Wollermann · 7 years ago remove-hazelcast
  19. 65a5e09 Revert "Update truth dependency to 0.42" by Philipp Wollermann · 7 years ago
  20. dbc4f1f Update Guava to 25.1 by Philipp Wollermann · 7 years ago
  21. 59b044c Update truth dependency to 0.42 by Jeff Lavallee · 7 years ago
  22. 13445c6 Update the ResourceUsageAnalyzer with the latest bug fixes. by corysmith@google.com · 7 years ago
  23. 9162bd9 third_party/protobuf: update protobuf in third_party to version 3.6.0 by Jakob Buchgraber · 7 years ago
  24. eb3a183 third_party/googleapis: sync error_details.proto by Jakob Buchgraber · 7 years ago
  25. 8cc62f7 Revert "Update protobuf to 3.6.0. Fixes #5439" by Jakob Buchgraber · 7 years ago
  26. 6fd4e0e Update protobuf to 3.6.0. Fixes #5439 by Loo Rong Jie · 7 years ago
  27. 868060b Revert "Update protobuf to 3.6.0. Fixes #5439" by Jakob Buchgraber · 7 years ago
  28. a2cac54 Update protobuf to 3.6.0. Fixes #5439 by Loo Rong Jie · 7 years ago
  29. d490b45 Add more support for Arm by Marcel Hlopko · 7 years ago
  30. f6dce2e Deletes unneeded Kryo library. by Shahan Yang · 7 years ago
  31. fc43b14 Use %zu to print size_t by Loo Rong Jie · 7 years ago
  32. 35df715 Replace //tools/defaults:jdk to //tools/jdk:* by dbabkin · 7 years ago
  33. 4022bac Remove usage of COMPILER_MSVC in Bazel and ijar by Loo Rong Jie · 7 years ago
  34. ac69da0 Move path-manipulation functions to own library file. by ccalvarin · 7 years ago
  35. ab01329 Update android_common's layoutlib to 26.1.2 to support fonts in Bazel by Jingwen Chen · 7 years ago
  36. 088d8de Prevent ijar from stripping out .kotlin_module files, which are needed for extension functions. by Googler · 7 years ago
  37. fa59fbf Fixes Bazel build on Raspberry Pi 3 Raspbian GNU/Linux 9 (stetch). The portability bug is that sysconf() returns a long unsigned int but size_t is unsigned int (on the Pi 3) unsigned int causing a compilation failure (see below). Fixing the code to be portable, in this case, seems harmless in the common case where size_t is 64 bits AFAICT. by Googler · 7 years ago
  38. eca7b81 Add a missing dependency from checker framework dataflow to javacutils by Liam Miller-Cushon · 7 years ago
  39. 3f38993 Temporarily disable def_parser_test on Windows by Yun Peng · 7 years ago
  40. 45ce49e Remove unused bootstrap dependencies by Liam Miller-Cushon · 7 years ago
  41. 8c400c8 windows,client: fix error reporting by Laszlo Csomor · 7 years ago
  42. d91974e Update Error Prone version by Liam Miller-Cushon · 7 years ago
  43. 39d9e16 Update to latest checker framework dataflow version by Liam Miller-Cushon · 7 years ago
  44. 932b1f6 Delete old version of jarjar by Liam Miller-Cushon · 7 years ago
  45. 8caa745 Add a dependency on javax-annotations to java_grpc_library by Liam Miller-Cushon · 7 years ago
  46. 1f748cb Update turbine by Liam Miller-Cushon · 7 years ago
  47. 47b2bf7 Add javax.annotations to Bazel's third_party by Liam Miller-Cushon · 7 years ago
  48. c7e7232 Add https://github.com/google/jarjar to third_party by Liam Miller-Cushon · 7 years ago
  49. 2ef1ebf Remove an obsolete prebuilt copy of javabuilder by Liam Miller-Cushon · 7 years ago
  50. 8448f57 Remove die() and replace it with BAZEL_DIE, part of the logging framework. by ccalvarin · 7 years ago
  51. 88a0072 Update to version 2.4.0 of Checker Framework dataflow and javacutil by Liam Miller-Cushon · 7 years ago
  52. df7731f Make ijar support not stripping the class data. by tomlu · 7 years ago
  53. 1e29f2d Update to auto-value 1.5.4 by calpeyser · 7 years ago
  54. a29da01 Fix a warning about comparing signed and unsigned values by cushon · 7 years ago
  55. c5a5880 Remove pdie. by ccalvarin · 7 years ago
  56. 6d4f4f9 Fix unused variable warnings from clang. by Austin Schuh · 7 years ago
  57. 1a042ce Use the provided javac for host_javabase=9 by Liam Miller-Cushon · 7 years ago
  58. 97a5c8c Remove third_party/gtest, we now have the remote dependency @googletest instead. by Chloe Calvarin · 7 years ago
  59. 1dc4a16 Automated rollback of commit 8c864137d46cf6c3714fb47799a34e4859aa2f13. by lpino · 7 years ago
  60. 8c86413 Fix a warning about comparing signed and unsigned values by cushon · 7 years ago
  61. fd95370 Write manifests at the beginning of the jar, not at the end by cushon · 7 years ago
  62. f572845 Include manifest size when presizing ijar output by cushon · 7 years ago
  63. a83bd61 third_party/guava: update guava to 24.1 by Jakob Buchgraber · 7 years ago
  64. 3c5373c Remove visibility attribute from //third_party/def_parser:def_parser by Yun Peng · 7 years ago
  65. 0a46220 Fix visibility of def_parser for remote builds by Yun Peng · 7 years ago
  66. a4b4f8f update grpc-java to 1.10.0 by Jakob Buchgraber · 7 years ago
  67. 85e8c38 Bump jgit to 4.10 and jsch to 1.54 by David Ostrovsky · 7 years ago
  68. 584f9df Use a different date time when normalizing zip entries by cushon · 7 years ago
  69. b4b9840 Internal change by tomlu · 7 years ago
  70. acdffea Add support to Polymorphic strategy for grandchild classes that have no codec, but whose parent classes have codecs. This is ok because the polymorphic strategy doesn't need an instance of the grandchild class: the parent class is fine, so long as it has a codec. by janakr · 7 years ago
  71. 5a405eb Make IjarTests depend on interface_ijar_testlib_with_target_label. by Benjamin Peterson · 7 years ago
  72. 8a56b16 Accept --target_label, --injecting_rule_kind in ijar. by tomlu · 7 years ago
  73. 826ed7b Update turbine by Liam Miller-Cushon · 7 years ago
  74. 345dbca Internal change by tomlu · 7 years ago
  75. 22d5a65 Automated rollback of commit 13018aab51d3e08f274eba0f36ca7b4aa70e5222. by tomlu · 7 years ago
  76. 13018aa Update ijar tests to verify time stamp. by tomlu · 7 years ago
  77. 13962bf Accept --target_label, --injecting_rule_kind in ijar. by tomlu · 7 years ago
  78. a3bdffe Include module-info.class files in interface jars by cushon · 7 years ago
  79. dd83232 Update turbine by Liam Miller-Cushon · 7 years ago
  80. a59e60e Use @io_bazel to reference Bazel sources from local repositories. by John Millikin · 7 years ago
  81. 3016d97 Adds Kryo library and its dependencies. by Shahan Yang · 7 years ago
  82. f234f7721 Revert "Use @io_bazel to reference Bazel sources from local repositories." by Dmitry Lomov · 7 years ago
  83. c7f2444 Use @io_bazel to reference Bazel sources from local repositories. by John Millikin · 7 years ago
  84. adecfb2 Update turbine version by Liam Miller-Cushon · 7 years ago
  85. 354d675 Add missing resources to jopt-simple by Liam Miller-Cushon · 7 years ago
  86. 6e945ce Update javac version to 9+181-r4173-1 by Liam Miller-Cushon · 7 years ago
  87. 4ba60d0 Update Error Prone version by Liam Miller-Cushon · 7 years ago
  88. fa46927 Clean up windows_msvc in ijar BUILD file by pcloudy · 7 years ago
  89. 1fa84f1 Automated rollback of commit 55f1e58a7a3e77027dd23cf58564424d76ab6dc0. by philwo · 7 years ago
  90. 76bf766 Clean up windows_msvc in ijar BUILD file [third_party] by Yun Peng · 7 years ago
  91. 91695a3 Automated rollback of commit 9e63684a58025d98bfe2f180d56ba7ece69545ae. by juliexxia · 7 years ago
  92. 18fa042 Clean up Windows config_settings [third_party] by Yun Peng · 7 years ago
  93. 7ca9e85 grpc rules: Make Skylark rule forwards compatible by David Ostrovsky · 7 years ago
  94. a8e5edd RemappingClassAdapter is deprecated, use ClassRemapper instead by Liam Miller-Cushon · 7 years ago
  95. de08129 Delete unused jarjar artifact by Liam Miller-Cushon · 7 years ago
  96. 7ba7276 Update turbine version by Liam Miller-Cushon · 7 years ago
  97. 87dd180 @AutoCodec features. by Googler · 7 years ago
  98. 96ea65b Makes the auto_service rule export the plugin. by Shahan Yang · 7 years ago
  99. f203db0 Windows DefParser: Remove dependency on //src/main/cpp/util:file by Yun Peng · 7 years ago
  100. e5bb2db third_party: update google http client by Jakob Buchgraber · 7 years ago