1. 7a1ea78 Rollback of commit 3da16e3b4e8be4d4c4a6eae80365a85851e3253d. by Liam Miller-Cushon · 8 years ago
  2. 3da16e3 Disable Java header compilation by default in Bazel. by Irina Iancu · 8 years ago
  3. c9a75d2 Added alias for extdir in tools/jdk. by Irina Iancu · 8 years ago
  4. 8153cb8 Rename 'extdir' to 'extclasspath' by Liam Miller-Cushon · 8 years ago
  5. c8510b1 Avoid using //external labels; use @local_jdk// instead by Ulf Adams · 8 years ago
  6. b95d4a9 gen_java_lang_invoke_jar should not use java from $PATH. by Adam Michael · 8 years ago
  7. 9e3f9ce Rollback of commit a80099b6de04dec802b556768f8c5f1c299c83ee. by Liam Miller-Cushon · 8 years ago
  8. a80099b Rollback of commit 156adeec613ab140a91d73e1147bc688689bcfb7. by Lukacs Berki · 8 years ago
  9. 156adee Rollback of commit 5163ec2c0db8fbdc7f367bb4aca5b6d7ae6d80b0. by Liam Miller-Cushon · 8 years ago
  10. 5163ec2 Rollback of commit c9dbd4c1a4a4b4345c0b3924f86e01612ae12807. by Marcel Hlopko · 8 years ago
  11. c9dbd4c Enable header compilation by default by Liam Miller-Cushon · 8 years ago
  12. 39e5a46 Fix cycle in dependency graph during bootstrap by Damien Martin-Guillerez · 8 years ago
  13. 4a75349 Avoids NullPointerException when running `bazel coverage //:xxx`, since PathFragment.getParentDirectory() may return null. Fixes #2212. by Yue Gan · 8 years ago
  14. 27085f4 Remove JavaCpuSupplier; use the actual --cpu value instead. by Ulf Adams · 8 years ago
  15. 490f250 workers: Use workers by default for Javac. by Philipp Wollermann · 9 years ago
  16. 74cb8c7 When running Javac and related tools, use -XX:+TieredCompilation -XX:TieredStopAtLevel=1 instead of -client, as the latter is ignored on 64-bit JVMs since at least JDK 6. by Philipp Wollermann · 9 years ago
  17. 4068a1d Description redacted. -- MOS_MIGRATED_REVID=125589653 by Carmi Grushko · 9 years ago
  18. c200914 When running Java-based tools, use -XX:+TieredCompilation -XX:TieredStopAtLevel=1 instead of -client, as the latter is ignored on 64-bit JVMs since at least JDK 6. by Philipp Wollermann · 9 years ago
  19. e4880eb Add turbine to embedded tools by Liam Miller-Cushon · 9 years ago
  20. 0ad9f5e Refactor JDK 7 build to use the vendored version of it by Damien Martin-Guillerez · 9 years ago
  21. 3ee570f Deprecate top-level Java toolchain flags in favour of java_toolchain by Liam Miller-Cushon · 9 years ago
  22. 04d46ab Rollback of commit 6cb8d820689ad029a9d0dc4ee1100db9b2d96515. by Damien Martin-Guillerez · 9 years ago
  23. 6cb8d82 Refactor build for JDK 7 by Damien Martin-Guillerez · 9 years ago
  24. b35e25d Make Bazel be able to reach ijar on Windows where it's called "ijar.exe" . by Lukacs Berki · 9 years ago
  25. 9b1e3a2 Tweak the bootstrapping and build process so that the prebuilt tools under tools/jdk are not necessary anymore. by Lukacs Berki · 9 years ago
  26. 6817a6f Allow Java libraries to export and propagate proguard_specs. by Michael Staib · 9 years ago
  27. 9c5deb6 Requires JDK 8 by Damien Martin-Guillerez · 10 years ago
  28. 709bc61 Port to FreeBSD. by Doug Rabson · 10 years ago
  29. c8db70c Improve the JDK and JRE filegroups to include all the necessary parts. Then fix the Skylark rules and tests that so far failed to declare dependencies on the JVM. by Philipp Wollermann · 10 years ago
  30. ab13f68 Create a binary packager for Bazel by Damien Martin-Guillerez · 10 years ago
  31. d3f7eda Adds gen jar and manifest proto outputs. by Alex Humesky · 10 years ago
  32. 3eafd19 Make use of the jvm_opts from java_toolchain by Damien Martin-Guillerez · 10 years ago
  33. 8104c5b Lower the requirement to Java 7 by Damien Martin-Guillerez · 10 years ago
  34. 1ed3c47 Move the Error Prone plugin into Bazel by Liam Miller-Cushon · 10 years ago
  35. 0bf90f7 Remove tools/jdk/jdk symbolic link creation by Damien Martin-Guillerez · 10 years ago
  36. d6f4808 Bootstrapping tools using Bazel by Damien Martin-Guillerez · 10 years ago
  37. 2221860 Add a --javac_extdir flag to enable configuring the javac -extdirs flag by Liam Miller-Cushon · 10 years ago
  38. 5cbd5a4 Open-source Bazel integration tests by Damien Martin-Guillerez · 10 years ago
  39. b5ecdab Make JDK not need tools/jdk/jdk symlinked by Kristina Chodorow · 10 years ago
  40. 7ecb764 Fix the paths of Bazel's jdk package by Damien Martin-Guillerez · 10 years ago
  41. 3671ff6 Add symlinks to third_party/ and tools/ to base_workspace by Kristina Chodorow · 10 years ago[Renamed from base_workspace/tools/jdk/BUILD]
  42. bfcb7f3 Renamed java tools from //tools:java/* to //tools/jdk:* inside blaze. by Damien Martin-Guillerez · 10 years ago
  43. d08b27f Update from Google. by Han-Wen Nienhuys · 10 years ago