1. 0216ee5 Fix Bazel #10214: JDK 13 introduced a source compatibility issue. by philwo · 4 years, 2 months ago
  2. 9a0bcbb Header compilation works with VanillaJavaBuilder now by cushon · 4 years, 2 months ago
  3. d14fcf4 Rollforward of https://github.com/bazelbuild/bazel/commit/37eb1d79ecb019220073b62321f9eb88aebaa4e4: Attach Java runtime to Java toolchains by ilist · 4 years, 4 months ago
  4. ddfc932 Automated rollback of commit 37eb1d79ecb019220073b62321f9eb88aebaa4e4. by ilist · 4 years, 4 months ago
  5. 37eb1d7 Attach Java runtime to Java toolchains by Ivo List · 4 years, 4 months ago
  6. 3733065 Add toolchain definitions for Java. by Ivo List · 4 years, 4 months ago
  7. 7749cf7 Use getRunfilesPath when constructing runfiles input manifest maps. by Googler · 4 years, 4 months ago
  8. 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
  9. 3fb0f21 Replace "javac" attribute with "tools" attribute in java_toolchain. by ilist · 4 years, 5 months ago
  10. 7d52cc5 Remove unused GenClass --temp_dir flag by cushon · 4 years, 5 months ago
  11. a4251ea Refactor WorkRequestHandler to be an interface, of which Proto is one implementation. by steinman · 4 years, 5 months ago
  12. 5c8e584 Move WorkRequestHandler from build jar to Worker package. This is part of the cleanup associated with enabling JSON workers. by steinman · 4 years, 5 months ago
  13. febf443 Restore GenClass's --temp_dir flag once more by cushon · 4 years, 5 months ago
  14. e16f4d7 Remove obsolete flags by cushon · 4 years, 5 months ago
  15. cca3329 Automated rollback of commit 366de6958ff449b273079be551c443ace2d8e7fa. by eaftan · 4 years, 5 months ago
  16. 41b4194 Delete javac-turbine by cushon · 4 years, 5 months ago
  17. 366de69 Remove obsolete flags by cushon · 4 years, 5 months ago
  18. b62d655 Make `--target_label` required by cushon · 4 years, 5 months ago
  19. 56f506c Flush err after completing standalone jar build request. by Benjamin Peterson · 4 years, 5 months ago
  20. 6bf44ba Don't call System.gc() in worker after a WorkRequest is done. by larsrc · 4 years, 6 months ago
  21. e25d7ec Move load statements to top of BUILD files by cushon · 4 years, 6 months ago
  22. fb0f51d Simplify FileManager and context handling by cushon · 4 years, 6 months ago
  23. d9b55f8 Clean up assertions on compilation results by cushon · 4 years, 6 months ago
  24. 7ecdc85 Remove testonly logic for configuring annotation processors by cushon · 4 years, 6 months ago
  25. f0a7594 Make --output required by cushon · 4 years, 6 months ago
  26. 2350239 Create temp directories instead of making Bazel create them for us by cushon · 4 years, 6 months ago
  27. 9641a3b [3/3] Remove the term "sanity" in comments. by Googler · 4 years, 6 months ago
  28. 4c0febc Extract srcjars to disk instead of using zipfs by cushon · 4 years, 6 months ago
  29. 2aba2e7 Don't assume the parent directory of the output jar exists by cushon · 4 years, 7 months ago
  30. c2ca81d Methods handling worker stuff split off in a separate class with a callback. by larsrc · 4 years, 8 months ago
  31. 72e559d The great Skylark -> Starlark class migration: by gregce · 4 years, 8 months ago
  32. 3444e8d Add multithreading to BazelJavaBuilder. by larsrc · 4 years, 8 months ago
  33. 9d51831 Make BlazeJavacStatistics thread safer by cushon · 4 years, 8 months ago
  34. ea19c17 Return request_id in JavaBuilder WorkerResponse, and propagate javac_supports_multiplex_workers bit through the toolchain. by larsrc · 4 years, 8 months ago
  35. 1819f6e Remove legacy handling of --extra_checks -- bug has been closed for two years. by larsrc · 4 years, 8 months ago
  36. 2504ff3 Close VanillaJavaBuilder before writing output, in persistent worker mode by Andrew Suffield · 4 years, 8 months ago
  37. 28ae455 When validating workers, also check that the worker hasn't died in the meanwhile. by larsrc · 4 years, 8 months ago
  38. 2c8639f Make JarHelper public by cushon · 4 years, 9 months ago
  39. 4c06e18 Document JarHelper.DEFAULT_TIMESTAMP by cushon · 4 years, 9 months ago
  40. afec50e Automated rollback of commit 72bd8709dd71bd20f65938e926a1b41ddb3f5bec. by cushon · 4 years, 10 months ago
  41. b1a8e38 Re-implement javac-noparameters in JavaBuilder by cushon · 4 years, 11 months ago
  42. c0e39ef Include -Werror (not just -Werror:) in options normalization by cushon · 4 years, 11 months ago
  43. 4cf7a65 Implement -Werror: in JavaBuilder by cushon · 4 years, 11 months ago
  44. 8d487e2 Unconditionally fall back to the transitive classpath on *errors* by cushon · 4 years, 11 months ago
  45. ae8f4d4 Automated rollback of commit d3ff5734d14a4afcfd4cd7fac48b183f77722ea0. by cushon · 5 years ago
  46. d3ff573 Implement -Werror: in JavaBuilder by cushon · 5 years ago
  47. 428aedd Unconditionally fall back to the transitive classpath on errors by cushon · 5 years ago
  48. 25a731a Stop filtering -XepCompilingTestOnlyCode by cushon · 5 years ago
  49. ca48e9a Starlark -> Skylark: final push for comment changes (1 of 2) by gregce · 5 years ago
  50. 27545a7 Stop passing SKIP_DEBUG in javac-turbine by cushon · 5 years ago
  51. 8b8b71a Unconditionally fall back to the transitive classpath for failing builds that do annotation processing by cushon · 5 years ago
  52. 241d8c0 Add BUILD files for test/.../build/lib{buildeventstream,skylark/...,util/...,windows/..., and others} by kkress · 5 years ago
  53. ed65c76 Set both the system and bootclasspath filemanager locations by cushon · 5 years ago
  54. 9451f2a Add support for --system to JavaBuilder by cushon · 5 years ago
  55. 2890e56 Remove unused accessor by cushon · 5 years ago
  56. 8d4afef Use the shaded CF dataflow jar by cushon · 5 years ago
  57. 7f0ba75 Remove the implementation of --extclasspath by cushon · 5 years ago
  58. 588334b Include extclasspath entries in the bootclasspath by cushon · 5 years ago
  59. 25dfe2d Automated rollback of commit 27cecf175d9313acf41b4a71991def32d1beb3a6. by cushon · 5 years ago
  60. 27cecf1 Remove vestigial support for 'extclasspaths' by cushon · 5 years ago
  61. 72bd870 Enable GenClass to take Java source jars as inputs to extract their by ahumesky · 5 years ago
  62. 9807e50 Fail reduced classpath compilations faster by cushon · 5 years ago
  63. aa74218 Fix bad merge of https://github.com/bazelbuild/bazel/pull/10638. by philwo · 5 years ago
  64. d5d3944 Improve mechanism to distribute precompiled jars (e.g. for bootstrapping) by Yannic Bonenberger · 5 years ago
  65. 093e867 Remove an unused JavaBuilder flag by cushon · 5 years ago
  66. cc369e5 Remove an unused field from the SJD machinery by cushon · 5 years ago
  67. 827f690 Automatic code cleanup. by vladmos · 5 years ago
  68. 4fe21d5 Stop calling TurbineOptions.Builder#setTempDir by cushon · 5 years ago
  69. 1d50d44 Migrate off a deprecated getter by cushon · 5 years ago
  70. beed337 Make our tests green again. by lberki · 6 years ago
  71. 8469446 Automatic code cleanup. by Googler · 6 years ago
  72. d190bb1 Support Bazel reduced classpaths in javac-turbine by cushon · 6 years ago
  73. 74a3640 Disable all doclint checks in JavacTurbine, since javadoc doesn't matter for header compilation. Unbreaks doclint:reference errors from {@link}s to classes not on the reduced classpath. by Googler · 6 years ago
  74. e59e478 Fix dagger SPI handling for built-in annotation processors by cushon · 6 years ago
  75. c62c2a6 Automated rollback of commit fed055bd9acc518379a6aa1d552338bfbff4d9a4. by Googler · 6 years ago
  76. e3841e0 Load built-in annotation processors from turbine by cushon · 6 years ago
  77. 060656c Implement --gensrc_output in javac turbine by cushon · 6 years ago
  78. fed055b Automated rollback of commit acd1bbb7a9260f5a40e580062c004d1b978b3311. by Googler · 6 years ago
  79. acd1bbb Add rules_java load statements. by elenairina · 6 years ago
  80. 00e9d16 Load built-in annotation processors from JavaBuilder by cushon · 6 years ago
  81. 05c967f Implement java_toolchain.header_compiler_builtin_processors by cushon · 6 years ago
  82. ec66653 Don't special-case caffeine in JavaBuilder's annotation processor classloader by cushon · 6 years ago
  83. 7113b16 Disable -Xdoclint in javac-turbine by cushon · 6 years ago
  84. 019586a Remove unused imports in TreePruner by cushon · 6 years ago
  85. 8bce449 Tell Proguard to keep all members of caffeine cache in JavaBuilder proguarded jar. by Googler · 6 years ago
  86. 68e580a Run our unit tests with JDK11. by twerth · 6 years ago
  87. f82ec16 Add 'allow_empty = True' to globs that may not match anything by Laurent Le Brun · 6 years ago
  88. 4ca73e4 Add a flag by cushon · 6 years ago
  89. 9e173ee Record time spent in individual Error Prone checks by cushon · 6 years ago
  90. b6bb08f Automatic code cleanup. by cpovirk · 6 years ago
  91. 680ffda Fix javatools and enable tests in BazelCI. by John Cater · 6 years ago
  92. 1efdaf6 Automatic code cleanup. by cpovirk · 6 years ago
  93. 524ae2c Automatic code cleanup. by cpovirk · 6 years ago
  94. c870734 Make classpath enum public. So that other tools building upon JavaBuilder by djasper · 6 years ago
  95. 3b4c50d Remove unused deprecated methods from BlazeJavacStatistics. by Googler · 6 years ago
  96. b843fbe Unrefactor JavaBuilder exit code handling by cushon · 6 years ago
  97. 6738956 Document some boolean arguments by cushon · 6 years ago
  98. 09c80f9 Properly return 0 when a Bazel-side classpath fallback was requested and is by djasper · 6 years ago
  99. 322e69a Refactor JavaBuilder exit code handling by cushon · 6 years ago
  100. d72d306 Prepare for a breaking change to the Log API by cushon · 6 years ago