1. 4de1b70 Print more details about indirect dependencies by cushon · 2 years, 10 months ago
  2. 0937d45 Refactor ASM version handling by cushon · 2 years, 11 months ago
  3. bbf74d5 Drop redundant `ErrorProneTimings` shim from `ErrorPronePlugin` by Halil Sener · 2 years, 11 months ago
  4. 793ae52 Ignore signature polymorphic invocations in ImportDepsChecker by cushon · 2 years, 11 months ago
  5. db7ff21 Don't skip filtering when manifest of source-file paths is empty by Googler · 2 years, 11 months ago
  6. 0aebd6a Normalize `--enable-preview` flags by cushon · 3 years ago
  7. 5179d03 Split `third_party/grpc` into `grpc` and `grpc-java` [2/3] by Vasilios Pantazopoulos · 3 years ago
  8. 9db58e0 Automatic code cleanup. by Googler · 3 years ago
  9. fac463d Let JacocoCoverageRunner identify the classpath on JDK 16+ by Fabian Meumertzheim · 3 years ago
  10. 5b95286 Shade com.google.thirdparty in JacocoCoverage.jarjar by Ted Kaplan · 3 years ago
  11. 8144cea Return exit code 0 after successful completion of JavaBuilder persistent worker. by ajurkowski · 3 years ago
  12. 1f33504 Turn down unused `--experimental_persistent_test_runner` experiment by cushon · 3 years ago
  13. 9515e9b Make users of WorkRequestHandler do System.exit at the end, to prevent hanging threads from keeping the worker alive. by larsrc · 3 years ago
  14. 2ee79b8 Bazel DocGen (3/3): Update links in code comments. by fwe · 3 years, 1 month ago
  15. 1da8b05 Stop catching `Throwable` by cushon · 3 years, 1 month ago
  16. 86e54cc Don't require direct deps for types used in `var` by cushon · 3 years, 2 months ago
  17. 3f666c7 Automatic code cleanup. by Googler · 3 years, 2 months ago
  18. 9b73ea4 Remove reflective workaround for accessing `ClassLoader.getPlatformClassLoader` by cushon · 3 years, 2 months ago
  19. 4f5f5f8 Automatic code cleanup. by Googler · 3 years, 2 months ago
  20. d99f8fe Automatic code cleanup. by cushon · 3 years, 2 months ago
  21. 8a33340 Remove unused `new LinkedHashMap<>()` call, which will soon be an error. by Googler · 3 years, 2 months ago
  22. 0c65082 Allow Bazel's own build to use Java 11 language features by cushon · 3 years, 2 months ago
  23. 07812ff Automatic code cleanup. by Googler · 3 years, 2 months ago
  24. 5ea498c Hard-code a flag in JavaBuilder by cushon · 3 years, 3 months ago
  25. 757ff00 Automatic code cleanup. by Googler · 3 years, 3 months ago
  26. 27f1dbd Automatic code cleanup. by Googler · 3 years, 5 months ago
  27. 6ab9689 Remove explicit deps on javac by cushon · 3 years, 5 months ago
  28. 6c73a2e Exempt the Hilt processor from strict java deps and from the reduced classpath optimization. by Googler · 3 years, 5 months ago
  29. 6a219b5 Remove jacoco versions from main part of Bazel code. by Ivo List · 3 years, 6 months ago
  30. a93d0a0 Remove jacoco versions from main part of Bazel code. by Ivo List · 3 years, 6 months ago
  31. ca73ef6 Automatic code cleanup. by cushon · 3 years, 6 months ago
  32. 5099337 Automatic code cleanup. by cushon · 3 years, 6 months ago
  33. 06a30f8 Fix up soon to be compile errors (you must "do something" with the result of these method calls). by Googler · 3 years, 6 months ago
  34. d370ee4 Support replaceBranches operation for Jacoco filters in Java coverage. by cmita · 3 years, 7 months ago
  35. 908a765 Support the Jacoco filter merge operation in Java branch coverage. by Charles Mita · 3 years, 7 months ago
  36. cd500e7 Do not merge BranchExp objects in place by Charles Mita · 3 years, 7 months ago
  37. 065e2e8 Apply Jacoco's instruction filtering to Java branch coverage by Charles Mita · 3 years, 7 months ago
  38. 546cdd3 Automatic code cleanup. by Googler · 3 years, 8 months ago
  39. 935f783 Update the design of the BootClassPaths caching to guarantee: by zshmeis · 3 years, 8 months ago
  40. 05d0446 Implement worker safe cancellation. by zshmeis · 3 years, 8 months ago
  41. 2ac78e2 Make the bootFileManager thread safe. This fixes Issue 195120876. by zshmeis · 3 years, 8 months ago
  42. a0e5e45 Create BootClassPathCachingFileManager a subclass of JavacFileManager which handles caching for the boot classpaths. The class also decides if an instance can be kept for the current compilation or needs to be updated (e.g., if a bootclasspath digest has changed) by zshmeis · 3 years, 8 months ago
  43. 5ac18cd Pass the id of a work request to the worker through JavaLibraryBuildRequest and BlazeJavacArguments. This can help us know which request is being compiled during a run. by Googler · 3 years, 8 months ago
  44. 45092bb junitrunner: Report suppressed and ignored tests as skipped. by Benjamin Peterson · 3 years, 8 months ago
  45. c1de276 Extend JavaLibraryBuildRequest and BlazeJavacArguments to include ImmutableMap<String, ByteString> (path and digest) received from a WorkRequest at the WorkRequestHandler. These information can be used by a running worker instance to check for stale files. by Googler · 3 years, 8 months ago
  46. c9ab52a Update to Error Prone-specific shaded version of Checker Framework Dataflow by cushon · 3 years, 9 months ago
  47. 20c4596 Make javac_options publicly visible by schroederc · 3 years, 9 months ago
  48. 5fc824d Avoid loading dagger.spi.model from JavaBuilder. by Googler · 3 years, 9 months ago
  49. 2c4ad7b Replace most remaining uses of the Guava cache with Caffeine. by seancurran · 3 years, 9 months ago
  50. 9675318 Restore another heuristic from https://github.com/bazelbuild/bazel/commit/428aedd82fe50e185d9cd84c7049406c9b4d8bed by cushon · 3 years, 10 months ago
  51. d7fa055 Internal change by cushon · 3 years, 10 months ago
  52. 86f3d9a Removing references to unused and deprecated Bazel Java flags. by ilist · 3 years, 11 months ago
  53. 5103662 Add builder for WorkRequestHandler. by larsrc · 4 years ago
  54. 90b0714 Include `--add-modules` in options normalization by cushon · 4 years ago
  55. cb7c1a2 Update Jacoco version to 0.8.6. by Ivo List · 4 years ago
  56. ca47b27 Remove Override from BranchDetailAnalyzer by Ivo List · 4 years ago
  57. c177d88 Normalize `--add-exports=` and `--add-opens=` flags by cushon · 4 years ago
  58. 94ac839 Make WorkRequestHandler do a GC after some amount of CPU time has been used on requests. For Bazel and Blaze, defaults to 10s based on benchmarking. by larsrc · 4 years, 1 month ago
  59. ce7afe7 Shade com.google.common.** in the Jacoco test runner. by Ryan Beasley · 4 years, 1 month ago
  60. 0216ee5 Fix Bazel #10214: JDK 13 introduced a source compatibility issue. by philwo · 4 years, 2 months ago
  61. 4fc4868 Remove support for the Java singlejar implementation. by ilist · 4 years, 2 months ago
  62. 9a0bcbb Header compilation works with VanillaJavaBuilder now by cushon · 4 years, 2 months ago
  63. 210ae64 Support path mappings in JacocoLCOVFormatter by dorranh · 4 years, 3 months ago
  64. 299ec8d7 Create a new target containing only CurrentRunningTest by Googler · 4 years, 3 months ago
  65. d14fcf4 Rollforward of https://github.com/bazelbuild/bazel/commit/37eb1d79ecb019220073b62321f9eb88aebaa4e4: Attach Java runtime to Java toolchains by ilist · 4 years, 4 months ago
  66. ddfc932 Automated rollback of commit 37eb1d79ecb019220073b62321f9eb88aebaa4e4. by ilist · 4 years, 4 months ago
  67. 37eb1d7 Attach Java runtime to Java toolchains by Ivo List · 4 years, 4 months ago
  68. 3733065 Add toolchain definitions for Java. by Ivo List · 4 years, 4 months ago
  69. 960b7a9 Adds an api-android target to the sharding API. by Googler · 4 years, 4 months ago
  70. 7749cf7 Use getRunfilesPath when constructing runfiles input manifest maps. by Googler · 4 years, 4 months ago
  71. 41b3ab6 Create TestUtils methods to generate unique temp dirs, deprecate the current ones that are decidedly non-unique. by larsrc · 4 years, 4 months ago
  72. 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
  73. f07974a Depend on android-compatible targets in robolectric by cushon · 4 years, 4 months ago
  74. b17e9e4 Automatic code cleanup. by Googler · 4 years, 4 months ago
  75. 3fb0f21 Replace "javac" attribute with "tools" attribute in java_toolchain. by ilist · 4 years, 4 months ago
  76. 7d52cc5 Remove unused GenClass --temp_dir flag by cushon · 4 years, 4 months ago
  77. a4251ea Refactor WorkRequestHandler to be an interface, of which Proto is one implementation. by steinman · 4 years, 5 months ago
  78. 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
  79. febf443 Restore GenClass's --temp_dir flag once more by cushon · 4 years, 5 months ago
  80. e16f4d7 Remove obsolete flags by cushon · 4 years, 5 months ago
  81. cca3329 Automated rollback of commit 366de6958ff449b273079be551c443ace2d8e7fa. by eaftan · 4 years, 5 months ago
  82. 41b4194 Delete javac-turbine by cushon · 4 years, 5 months ago
  83. 94eeea6 Allow Jacoco Coverage to work with classpath jar. by Charles Mita · 4 years, 5 months ago
  84. 366de69 Remove obsolete flags by cushon · 4 years, 5 months ago
  85. b62d655 Make `--target_label` required by cushon · 4 years, 5 months ago
  86. 56f506c Flush err after completing standalone jar build request. by Benjamin Peterson · 4 years, 5 months ago
  87. 6bf44ba Don't call System.gc() in worker after a WorkRequest is done. by larsrc · 4 years, 5 months ago
  88. e25d7ec Move load statements to top of BUILD files by cushon · 4 years, 6 months ago
  89. fb0f51d Simplify FileManager and context handling by cushon · 4 years, 6 months ago
  90. 199e70c [2/3] Remove the term "sanity" in comments. by Googler · 4 years, 6 months ago
  91. d9b55f8 Clean up assertions on compilation results by cushon · 4 years, 6 months ago
  92. 7ecdc85 Remove testonly logic for configuring annotation processors by cushon · 4 years, 6 months ago
  93. f0a7594 Make --output required by cushon · 4 years, 6 months ago
  94. 2350239 Create temp directories instead of making Bazel create them for us by cushon · 4 years, 6 months ago
  95. 9641a3b [3/3] Remove the term "sanity" in comments. by Googler · 4 years, 6 months ago
  96. 4c0febc Extract srcjars to disk instead of using zipfs by cushon · 4 years, 6 months ago
  97. 2aba2e7 Don't assume the parent directory of the output jar exists by cushon · 4 years, 7 months ago
  98. 74773b2 Automatic code cleanup. by philwo · 4 years, 7 months ago
  99. bcabfd7 Fix JacocoLCOVFormatter to emit BRDA lines for branches. by Charles Mita · 4 years, 7 months ago
  100. c2ca81d Methods handling worker stuff split off in a separate class with a callback. by larsrc · 4 years, 7 months ago