1. 2fc3d3f Automatic code cleanup. by Googler · 3 years, 2 months ago
  2. 0c65082 Allow Bazel's own build to use Java 11 language features by cushon · 3 years, 2 months ago
  3. b64f734 Recognize `TurbineTransitiveJar` attributes in ijar by cushon · 3 years, 3 months ago
  4. f2f809f Replace `enable_errexit` with `set -euo pipefail` in Bazel tests. by ajurkowski · 3 years, 6 months ago
  5. 70ae390 Add support for sealed class attributes to ijar by cushon · 3 years, 6 months ago
  6. 26229fe Add support for record attributes to ijar by cushon · 3 years, 6 months ago
  7. f7ee209 Fix an instance of -Wunused-but-set-variable. by Peter Kasting · 3 years, 7 months ago
  8. 9761509 Fix building on gcc 11 by David Ostrovsky · 3 years, 10 months ago
  9. a129aeb Fix #13575: FTBFS with GCC 11 on ARMv8 by philwo · 3 years, 10 months ago
  10. 1544777 Silently ignore the D8 desugar SynthesizedClass attribute in ijar by sgjesse · 3 years, 10 months ago
  11. 3354ce3 Add support for unzipping `ZIP64(tm)` archives in ijar. by ajurkowski · 4 years ago
  12. a3c52a7 BEGIN_PUBLIC Replace implicit output ":libname.jar" with ":name". by ilist · 4 years, 1 month ago
  13. ba60c0b ijar: fix manifest sections handling by Vaidas Pilkauskas · 4 years, 2 months ago
  14. 7610755 Fix ijar failing on empty jars. by Ivo List · 4 years, 2 months ago
  15. 8cc0e26 Include <limits> by cushon · 4 years, 4 months ago
  16. 1489f0f Support Scala3 .tasty files by Timothy Klim · 4 years, 4 months ago
  17. c0809f7 Use release_archive to create java_tools' zips. by Ivo List · 4 years, 4 months ago
  18. 504a5b7 Split tools/jdk/BUILD into part that's needed to produce @build_tools and the content of it. by Ivo List · 4 years, 4 months ago
  19. 3c9ad2d Separate ijar sources from deployment zip. (#12556) by philwo · 4 years, 4 months ago
  20. 2d990cf Fix #10127: Remove Python 2 dependency from tools/android. by philwo · 4 years, 4 months ago
  21. de2dab0 Separate ijar sources from deployment zip. by Ivo List · 4 years, 4 months ago
  22. 2bf3738 ijar: Avoid running past the end of a static buffer. by Benjamin Peterson · 4 years, 5 months ago
  23. c78986c Automatic code cleanup. by cushon · 4 years, 5 months ago
  24. b786db0 Automatic code cleanup. by Googler · 5 years ago
  25. 5370e40 Add READ access of mmap() in docker env by Yihong Wang · 5 years ago
  26. 1a88069 third_party/ijar fix for non-sequentially ordered records in a zip by Googler · 5 years ago
  27. 3caaed5 zipper: Don't assume argument file ends with '\n' by Ryan Beasley · 5 years ago
  28. 342b89e Fix small typo by Googler · 6 years ago
  29. b864ced Bazel client: fix string conversion functions by Laszlo Csomor · 6 years ago
  30. 0cb18dc [RPBB] Output the map file as produced by aapt2-optimize when resource path shortening is enabled. by Googler · 6 years ago
  31. a835361 Add rules_java load statements. by iirina · 6 years ago
  32. 6070f9b Remove unused reference to pkg_tar from //third_party/ijar. by aiuto · 6 years ago
  33. 7963643 CriticalPathComputer: make self-contained by ulfjack · 6 years ago
  34. 0ebf8e2 convert rules using pkg_tar in //third_party to rules_pkg by Tony Aiuto · 6 years ago
  35. e4ac616 Add singlejar to the java tools zip. by iirina · 6 years ago
  36. bfaf14b Automatic code cleanup. by Googler · 6 years ago
  37. 8df893a Replace update_java_tools.sh with several bazel targets. by iirina · 6 years ago
  38. 7aace9c Zip Java tools for windows by iirina · 6 years ago
  39. 2d44675 Re-add the zipper sources embedded into bazel. by iirina · 6 years ago
  40. 6cec1c7 Cleanup third_party/ijar/BUILD. by elenairina · 6 years ago
  41. 0e0ad29 Add src/main/native/windows files required by ijar on Windows in the Java tools archive by iirina · 6 years ago
  42. cd08a53 Add Bazel target for third_party/ijar:embed_into_java_tools. by elenairina · 6 years ago
  43. afc82e0 Do not special-case transitioning into the null configuration in DependencyResolver. by lberki · 6 years ago
  44. 9e8a44d Add ijar when building the java tools archive. by iirina · 6 years ago
  45. 97a62f1 Print the filename when opening a zip fails. by Googler · 6 years ago
  46. 1eab35b don't drop public synthetic methods in ijar by kmb · 6 years ago
  47. 91b86cc Don't ignore KeepForCompile marker in private methods by kmb · 6 years ago
  48. 6fddc83 Windows, test-wrapper: add directories to zip by Laszlo Csomor · 6 years ago
  49. 4122f19 Automatic code cleanup. by cushon · 6 years ago
  50. c1f6455 Make ijar keep types/member functions that have annotated with @KeepForCompile. by Googler · 6 years ago
  51. 76a76a7 Windows, test wrapper: implement zip support by Laszlo Csomor · 6 years ago
  52. 6c17197 Set the ZIP version in the Central File Directory to UNIX by a7g4 · 6 years ago
  53. 4a3757a Remove unused deps by cushon · 7 years ago
  54. b073a18 Fix NestHost length computation Fixes #5987 by cushon · 7 years ago
  55. 1e9f0aa Fix more tests on JDK 9 and 10 by cushon · 7 years ago
  56. 4566a42 Fix tests on JDK 9 and 10 by Liam Miller-Cushon · 7 years ago
  57. caa2b3c Recognize JDK 11 nestmates attributes in ijar by cushon · 7 years ago
  58. bafd898 Internal change by philwo · 7 years ago
  59. fc43b14 Use %zu to print size_t by Loo Rong Jie · 7 years ago
  60. 35df715 Replace //tools/defaults:jdk to //tools/jdk:* by dbabkin · 7 years ago
  61. 4022bac Remove usage of COMPILER_MSVC in Bazel and ijar by Loo Rong Jie · 7 years ago
  62. ac69da0 Move path-manipulation functions to own library file. by ccalvarin · 7 years ago
  63. 088d8de Prevent ijar from stripping out .kotlin_module files, which are needed for extension functions. by Googler · 7 years ago
  64. 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
  65. 8c400c8 windows,client: fix error reporting by Laszlo Csomor · 7 years ago
  66. 8448f57 Remove die() and replace it with BAZEL_DIE, part of the logging framework. by ccalvarin · 7 years ago
  67. df7731f Make ijar support not stripping the class data. by tomlu · 7 years ago
  68. a29da01 Fix a warning about comparing signed and unsigned values by cushon · 7 years ago
  69. c5a5880 Remove pdie. by ccalvarin · 7 years ago
  70. 6d4f4f9 Fix unused variable warnings from clang. by Austin Schuh · 7 years ago
  71. 1dc4a16 Automated rollback of commit 8c864137d46cf6c3714fb47799a34e4859aa2f13. by lpino · 7 years ago
  72. 8c86413 Fix a warning about comparing signed and unsigned values by cushon · 7 years ago
  73. fd95370 Write manifests at the beginning of the jar, not at the end by cushon · 7 years ago
  74. f572845 Include manifest size when presizing ijar output by cushon · 7 years ago
  75. 584f9df Use a different date time when normalizing zip entries by cushon · 7 years ago
  76. b4b9840 Internal change by tomlu · 7 years ago
  77. 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
  78. 5a405eb Make IjarTests depend on interface_ijar_testlib_with_target_label. by Benjamin Peterson · 7 years ago
  79. 8a56b16 Accept --target_label, --injecting_rule_kind in ijar. by tomlu · 7 years ago
  80. 345dbca Internal change by tomlu · 7 years ago
  81. 22d5a65 Automated rollback of commit 13018aab51d3e08f274eba0f36ca7b4aa70e5222. by tomlu · 7 years ago
  82. 13018aa Update ijar tests to verify time stamp. by tomlu · 7 years ago
  83. 13962bf Accept --target_label, --injecting_rule_kind in ijar. by tomlu · 7 years ago
  84. a3bdffe Include module-info.class files in interface jars by cushon · 7 years ago
  85. fa46927 Clean up windows_msvc in ijar BUILD file by pcloudy · 7 years ago
  86. 1fa84f1 Automated rollback of commit 55f1e58a7a3e77027dd23cf58564424d76ab6dc0. by philwo · 7 years ago
  87. 76bf766 Clean up windows_msvc in ijar BUILD file [third_party] by Yun Peng · 7 years ago
  88. 91695a3 Automated rollback of commit 9e63684a58025d98bfe2f180d56ba7ece69545ae. by juliexxia · 7 years ago
  89. 18fa042 Clean up Windows config_settings [third_party] by Yun Peng · 7 years ago
  90. ff62e1d More Shell Cleaning - Part Two by Androbin · 7 years ago
  91. ce31a74 Automatic code cleanup. by cushon · 7 years ago
  92. 9333228 buildjar: close streams by Laszlo Csomor · 7 years ago
  93. 85e4896 Improve shell scripts in third_party/ (#4052) by Androbin · 7 years ago
  94. 6f3af28 Skip module-info.class files in ijar by cushon · 8 years ago
  95. b69acfa Windows: add blaze_util::AsAbsoluteWindowsPath by laszlocsomor · 8 years ago
  96. 6d47707 Windows: clean up error reporting by Laszlo Csomor · 8 years ago
  97. 7ced4c0 Turn on CRC computation in ijar by default. by lberki · 8 years ago
  98. 33d05f6 Make source code of singlejar and ijar available from @bazel_tools. , by Xin Gao · 8 years ago
  99. c3a1af6 Require parentheses around tuple in list comprehension filtering. by laurentlb · 8 years ago
  100. e456429 Create embedded_tools targets for ijar and zlib. by Xin Gao · 8 years ago