1. 2a9e125 Implement @bazel_tools//tools/jdk:current_host_java_runtime . by lberki · 7 years ago
  2. c4cd986 Add a //tools/jdk:host_jdk target. by lberki · 7 years ago
  3. 1a483d4 Move bazel conditions into src/conditions. by tomlu · 7 years ago
  4. ffd5610 Remove java_toolchain using remote targets. by xingao · 7 years ago
  5. 1f0f1f1 Enable switching singlejar and ijar targets for remote execution. by xingao · 7 years ago
  6. d88cec0 Add java_toolchain which compiles singlejar and ijar from source. by xingao · 7 years ago
  7. ff1bdb0 Enable debug info for Java builds by cushon · 8 years ago
  8. 36d5267 Make default java_toolchain compile protos as java 7. by ajmichael · 8 years ago
  9. 528a1ea Add *_alias rules to @bazel_tools so that people don't have to keep writing their own. by lberki · 8 years ago
  10. c5358e5 Remove hard-coded -Xbootclasspath/p flags for javac and turbine invocations by cushon · 8 years ago
  11. 178e03e9 Add alias in bazel_tools for jni_md_header-windows by pcloudy · 8 years ago
  12. 202d591 Automated g4 rollback of commit dba22f337a20d3e8f3ac8dfd23bc6fa69e4528da. by xingao · 8 years ago
  13. dba22f3 Automated g4 rollback of commit d894345ed88f8adce600b66a310b5210d0bcb59c. by laszlocsomor · 8 years ago
  14. d894345 Use cc implementation of singlejar except on Windows. by Xin Gao · 8 years ago
  15. 38949b8 Migrate off versioned javac and Error Prone targets by Liam Miller-Cushon · 8 years ago
  16. 84a61ba Remove debug print statement from proguard_whitelister.py by ahumesky · 8 years ago
  17. 2195f25 Update to javac9-r4023 by cushon · 8 years ago
  18. 8df71b5 Roll forward change https://cr.bazel.build/9250 with Java 7 build failure fix. by xingao · 8 years ago
  19. 63fe7fb Automated g4 rollback of commit 99a5a30d17d920de323d1cc37e3fe25a0749ae41. by philwo · 8 years ago
  20. 99a5a30 Make Java tool jars available from @bazel_tools. by Xin Gao · 8 years ago
  21. 7a1ea78 Rollback of commit 3da16e3b4e8be4d4c4a6eae80365a85851e3253d. by Liam Miller-Cushon · 8 years ago
  22. 3da16e3 Disable Java header compilation by default in Bazel. by Irina Iancu · 8 years ago
  23. c9a75d2 Added alias for extdir in tools/jdk. by Irina Iancu · 8 years ago
  24. 8153cb8 Rename 'extdir' to 'extclasspath' by Liam Miller-Cushon · 8 years ago
  25. c8510b1 Avoid using //external labels; use @local_jdk// instead by Ulf Adams · 8 years ago
  26. b95d4a9 gen_java_lang_invoke_jar should not use java from $PATH. by Adam Michael · 8 years ago
  27. 9e3f9ce Rollback of commit a80099b6de04dec802b556768f8c5f1c299c83ee. by Liam Miller-Cushon · 8 years ago
  28. a80099b Rollback of commit 156adeec613ab140a91d73e1147bc688689bcfb7. by Lukacs Berki · 8 years ago
  29. 156adee Rollback of commit 5163ec2c0db8fbdc7f367bb4aca5b6d7ae6d80b0. by Liam Miller-Cushon · 8 years ago
  30. 5163ec2 Rollback of commit c9dbd4c1a4a4b4345c0b3924f86e01612ae12807. by Marcel Hlopko · 8 years ago
  31. c9dbd4c Enable header compilation by default by Liam Miller-Cushon · 8 years ago
  32. 39e5a46 Fix cycle in dependency graph during bootstrap by Damien Martin-Guillerez · 8 years ago
  33. 4a75349 Avoids NullPointerException when running `bazel coverage //:xxx`, since PathFragment.getParentDirectory() may return null. Fixes #2212. by Yue Gan · 8 years ago
  34. 27085f4 Remove JavaCpuSupplier; use the actual --cpu value instead. by Ulf Adams · 8 years ago
  35. 567aaf4 Allow adaptresourcefilecontents for proguard configuration, and -s in the directive value. by Googler · 8 years ago
  36. 490f250 workers: Use workers by default for Javac. by Philipp Wollermann · 9 years ago
  37. 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
  38. 4068a1d Description redacted. -- MOS_MIGRATED_REVID=125589653 by Carmi Grushko · 9 years ago
  39. 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
  40. e4880eb Add turbine to embedded tools by Liam Miller-Cushon · 9 years ago
  41. 0ad9f5e Refactor JDK 7 build to use the vendored version of it by Damien Martin-Guillerez · 9 years ago
  42. 3ee570f Deprecate top-level Java toolchain flags in favour of java_toolchain by Liam Miller-Cushon · 9 years ago
  43. 04d46ab Rollback of commit 6cb8d820689ad029a9d0dc4ee1100db9b2d96515. by Damien Martin-Guillerez · 9 years ago
  44. 6cb8d82 Refactor build for JDK 7 by Damien Martin-Guillerez · 9 years ago
  45. b35e25d Make Bazel be able to reach ijar on Windows where it's called "ijar.exe" . by Lukacs Berki · 9 years ago
  46. 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
  47. 6817a6f Allow Java libraries to export and propagate proguard_specs. by Michael Staib · 9 years ago
  48. 9c5deb6 Requires JDK 8 by Damien Martin-Guillerez · 10 years ago
  49. 709bc61 Port to FreeBSD. by Doug Rabson · 10 years ago
  50. 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
  51. ab13f68 Create a binary packager for Bazel by Damien Martin-Guillerez · 10 years ago
  52. d3f7eda Adds gen jar and manifest proto outputs. by Alex Humesky · 10 years ago
  53. 3eafd19 Make use of the jvm_opts from java_toolchain by Damien Martin-Guillerez · 10 years ago
  54. 8104c5b Lower the requirement to Java 7 by Damien Martin-Guillerez · 10 years ago
  55. 1ed3c47 Move the Error Prone plugin into Bazel by Liam Miller-Cushon · 10 years ago
  56. 0bf90f7 Remove tools/jdk/jdk symbolic link creation by Damien Martin-Guillerez · 10 years ago
  57. d6f4808 Bootstrapping tools using Bazel by Damien Martin-Guillerez · 10 years ago
  58. 2221860 Add a --javac_extdir flag to enable configuring the javac -extdirs flag by Liam Miller-Cushon · 10 years ago
  59. 5cbd5a4 Open-source Bazel integration tests by Damien Martin-Guillerez · 10 years ago
  60. b5ecdab Make JDK not need tools/jdk/jdk symlinked by Kristina Chodorow · 10 years ago
  61. 7ecb764 Fix the paths of Bazel's jdk package by Damien Martin-Guillerez · 10 years ago
  62. 3671ff6 Add symlinks to third_party/ and tools/ to base_workspace by Kristina Chodorow · 10 years ago