1. 872c11a Allow G1 in tools/jdk/BUILD.java_tools. by Benjamin Peterson · 6 years ago
  2. c392dc2 Add a prebuilt toolchain to java_tools. by iirina · 6 years ago
  3. 2bdd328 Fix building ijar_cc_binary and singlejar_cc_bin without sandbox by removing dependency on @bazel_tools//tools/cpp:malloc by Yun Peng · 6 years ago
  4. f5a6ee1 Fix singlejar & ijar builds and add tests. by iirina · 6 years ago
  5. 9606887 Adds load statement for @rules_cc by oquenchil · 6 years ago
  6. e826049 Use java macros in java_tools. by iirina · 6 years ago
  7. 01e6e05 Enable G1 for Bazel and the Java host toolchain. by Benjamin Peterson · 6 years ago
  8. 9f7fe69 Add OpenJDK 11 archives for aarch64 (arm64). by philwo · 6 years ago
  9. 1d82cf8 Expose java toolchains for java 10 and 11 in @bazel_tools//tools/jdk by iirina · 6 years ago
  10. 5a6cd17c Remove unused BUILD.java_tools.old. by iirina · 6 years ago
  11. 0eec693 Add testing for java_tools that embed javac12. by iirina · 6 years ago
  12. 36c70a6 Rollforward "Disable outputs param of rule function" with fix by cparsons · 6 years ago
  13. 6ef6d87 Default java toolchain target by iirina · 6 years ago
  14. ba3f88b Add @bazel_tools//tools/jdk:javadoc by Michal Majcherski · 6 years ago
  15. 3dc59e4 Fix jacoco-toolchain dependency. by iirina · 6 years ago
  16. f69d02d Fix GenClass target label in java_tool's java_toolchain by Jingwen Chen · 6 years ago
  17. c9522f9 Java coverage: fix coverage when deploy jars end up on the classpath. by iirina · 6 years ago
  18. 0391644 Whitelist -assumevalues for android_library by Googler · 6 years ago
  19. 159806f Temporarily disable coverage tests with java tools at head. by elenairina · 6 years ago
  20. d654510 Add jacocorunner to java_toolchain. by iirina · 6 years ago
  21. b2af5ea Remove proguard from the bazel binary. by iirina · 6 years ago
  22. 616481a Remove jacoco-rt from the bazel binary. by iirina · 6 years ago
  23. f50b8a4 Add proguard to the java tools zip. by iirina · 6 years ago
  24. c2001a4 Automated rollback of commit bbe47a1564a832e1a175206f2dfbc92af94c120b. by aehlig · 6 years ago
  25. 8887169 Upgrade the java_tools to javac10 v3.1. by iirina · 6 years ago
  26. b031749 Fix targets names in java_tools java_toolchain. by iirina · 6 years ago
  27. 4e00199 Add jacoco to the BUILD file that will be embedded into java tools. by iirina · 6 years ago
  28. fbeb0c9 Embed the java_tools BUILD file in the java tools archive. by iirina · 6 years ago
  29. bbe47a1 Disable outputs param of rule function by cparsons · 6 years ago
  30. ebdbdcd Remove singlejar from bazel binary by iirina · 6 years ago
  31. e4ac616 Add singlejar to the java tools zip. by iirina · 6 years ago
  32. b8e1bb1 Remove workaround for re-using DefaultInfo. by cushon · 6 years ago
  33. ba3ebcb Re-add @bazel_tools//third_party/jarjar by iirina · 6 years ago
  34. d4651e8 Remove ijar from the bazel binary. by iirina · 6 years ago
  35. e64066d Enable --incompatible_java_coverage by default in Bazel. by iirina · 6 years ago
  36. e5860bc Remove toolchain resolution logic from find_java_toolchain helper by cushon · 6 years ago
  37. 17794d5 Re-add some of the targets removed recently by iirina · 6 years ago
  38. c33ae8a Remove the embedded java tools from the bazel binary. by iirina · 6 years ago
  39. 5a43041 Remove legacy configured target handling in Java toolchain alias rules by cushon · 6 years ago
  40. ea0321e Use toolchain resolution in find_java_toolchain if --experimental_use_toolchain_resolution_for_java_rules is set by cushon · 6 years ago
  41. 5a5149b Add initial starlark implementations of Java toolchain alias rules to Bazel by cushon · 6 years ago
  42. 4e67bd7 Create placeholder utilities for finding Java toolchains by cushon · 6 years ago
  43. 148f714 When targeting JDK >= 10, patch the major version so it will be accepted by javac 9 by cushon · 6 years ago
  44. 125f2c5 Add a tools/jdk:remote_jdk11 target by cushon · 6 years ago
  45. 22d375b Add incompatible flags for using the remote Java tools for the default java_toolchain and host_java_toolchain. by iirina · 6 years ago
  46. 5bd5543 Move jarjar to a checked in deploy jar. by iirina · 6 years ago
  47. 0faef91 Require java_toolchain and java_runtime toolchains from Java rules by cushon · 6 years ago
  48. bf18a9f No longer expose the embedded JDK. by Tobias Werth · 6 years ago
  49. 28aa197 Consolidate defaults in default_java_toolchain by cushon · 6 years ago
  50. c557399 [singlejar] Enable native singlejar on Windows by Loo Rong Jie · 6 years ago
  51. 917d0cd Remove --release handling from DumpPlatformClassPath by cushon · 6 years ago
  52. da77c4e Enable header_compiler_direct by Liam Miller-Cushon · 6 years ago
  53. 32964b4 Automated rollback of commit 5080238f16e8ba13d455622afbc79d2ce6ab9966. by philwo · 6 years ago
  54. 5080238 Fix log spam with the host java_toolchain See #6433 by cushon · 6 years ago
  55. 73972b3 Automated rollback of commit a392d0e7dd6a5daa4e2cc70c850457ea2a550238. by cushon · 6 years ago
  56. bfb2ce0 Improve proguard whitelister error message. by Googler · 6 years ago
  57. a392d0e Automated rollback of commit e0f62b748cbfa0a5f1f8f547da8d9baf33d5ebd7. by cushon · 6 years ago
  58. 825c049 Add an option to make JDK 10 the default --host_javabase by cushon · 6 years ago
  59. edce580 Fix no_match_error. by twerth · 6 years ago
  60. 1b75762 Add option to use JDK from remote repository instead of the embedded JDK as default host javabase. by Tobias Werth · 6 years ago
  61. 5a1ed1f Automated rollback of commit 83738e79f7e368732a64808c3073861a3c908f0c. by cushon · 7 years ago
  62. 83738e7 Automated rollback of commit 8e4ddb6f5ef9f2477a55ebad974dba17a900dff7. by philwo · 7 years ago
  63. 8e4ddb6 Consolidate on the new bootclasspath handling by cushon · 7 years ago
  64. 137504e Remove java_toolchain auto-selection based on --server_javabase by cushon · 7 years ago
  65. e0f62b7 Stop using TreeArtifacts by cushon · 7 years ago
  66. 999354b Revise DumpPlatformClassPath by cushon · 7 years ago
  67. 0bef68e Expose vanilla java toolchain by David Ostrovsky · 7 years ago
  68. 2579b79 Fix toolchain_java9 on --host_javabase=<jdk9> after 7eb9ea150fb889a93908d96896db77d5658e5005 by cushon · 7 years ago
  69. 2834613 Include also ext jars in the bootclasspath jar. by lberki · 7 years ago
  70. 262ab77 Qualify some labels so java_runtime_files can be used outside @bazel_tools by cushon · 7 years ago
  71. 7eb9ea1 Automated rollback of https://github.com/bazelbuild/bazel/commit/808ec9ff9b5cec14f23a4ba106bc5249cacc8c54 and https://github.com/bazelbuild/bazel/commit/4c9149d558161e7d3e363fb697f5852bc5742a36 and some manual merging. by lberki · 7 years ago
  72. 4566a42 Fix tests on JDK 9 and 10 by Liam Miller-Cushon · 7 years ago
  73. 0173bdb Create an absolute javabase target for testing by cushon · 7 years ago
  74. 3987300 Stop using --release in versioned java_toolchains by Liam Miller-Cushon · 7 years ago
  75. a3abc00 When building remotely on Windows, use the Java version of singlejar, not the native one, since the native one doesn't work yet. by jsharpe · 7 years ago
  76. 3619e90 Use VanillaJavaBuilder and disable header compilation in toolchain_hostjdk8 by cushon · 7 years ago
  77. 282b883 Use a JDK 8 bootclasspath by default by Liam Miller-Cushon · 7 years ago
  78. df16c77 Windows: add //tools/... tests to test suite by Laszlo Csomor · 7 years ago
  79. c535ac2 Remove a println left over from debugging by cushon · 7 years ago
  80. 30c601d Don't use @local_jdk for jni headers by cushon · 7 years ago
  81. c56699d 'DumpPlatformClasspath' now dumps the current JDK's default platform classpath by cushon · 7 years ago
  82. c1705f0 Temporarily restore the JDK 8 host_javabase-compatible toolchain by cushon · 7 years ago
  83. d3134f5 Remove uses of java_toolchain.encoding by cushon · 7 years ago
  84. 808ec9f Clean up Java toolchain configuration by cushon · 7 years ago
  85. 77234d6 Remove obsolete stuff related to JDK7 support by Philipp Wollermann · 7 years ago
  86. 4c9149d update to embedded jdk to jdk10 by buchgr · 7 years ago
  87. 543918d Quiet more proto/unsafe warnings by cushon · 7 years ago
  88. 3842bd3 jdk: use parallel old gc and disable compact strings by buchgr · 7 years ago
  89. 9b6208c Remove the java_host_runtime_alias polyfill. by Benjamin Peterson · 7 years ago
  90. 35df715 Replace //tools/defaults:jdk to //tools/jdk:* by dbabkin · 7 years ago
  91. 20a042f Format all bzl files with buildifier by vladmos · 7 years ago
  92. a1ef999 Don't default to --release 9 when running on a JDK 9 host_javabase by cushon · 7 years ago
  93. 849df36 Use the local JDK as the default target javabase by cushon · 7 years ago
  94. a590dd1 Allow conditional keep rules in proguard_whitelister. by Googler · 7 years ago
  95. 618ab2c Consolidate compatible_javacopts definition by cushon · 7 years ago
  96. b7c0248 Suppress a warning when running JavaBuilder on JDK 9 by cushon · 7 years ago
  97. c45e182 Use --release instead of hacky 'DumpPlatformClassPath' bootclasspath handling when running on JDK 9 by cushon · 7 years ago
  98. 1236187 Use the provided javac for host_javabase=9 by cushon · 7 years ago
  99. 76c3c5f Make DumpPlatformClassPath more deterministic by cushon · 7 years ago
  100. af24688 Use absolute labels in default_java_toolchain by cushon · 7 years ago