1. 093e867 Remove an unused JavaBuilder flag by cushon · 5 years ago
  2. cc369e5 Remove an unused field from the SJD machinery by cushon · 5 years ago
  3. 7baf9f8 Add resolve arg to SuiteTestRunner. by elenairina · 5 years ago
  4. 6fff77a Partial roll-forward of https://github.com/bazelbuild/bazel/commit/9700ee6778706e6be65c377cb13f758e18f4a3ae of the test runner changes. by elenairina · 5 years ago
  5. 1a4e55d Automated rollback of commit 9700ee6778706e6be65c377cb13f758e18f4a3ae. by elenairina · 5 years ago
  6. 9700ee6 Add --experimental_persistent_test_runner for java tests. by elenairina · 5 years ago
  7. cb38add Update Import Deps tool to label some dependencies (e.g. superclasses) as IMPLICIT instead of EXPLICIT. by bcutler · 5 years ago
  8. 827f690 Automatic code cleanup. by vladmos · 5 years ago
  9. 705478f Remove bazel's legacy ExperimentalTestRunner. by elenairina · 5 years ago
  10. 4fe21d5 Stop calling TurbineOptions.Builder#setTempDir by cushon · 5 years ago
  11. 1d50d44 Migrate off a deprecated getter by cushon · 5 years ago
  12. beed337 Make our tests green again. by lberki · 6 years ago
  13. 8469446 Automatic code cleanup. by Googler · 6 years ago
  14. d190bb1 Support Bazel reduced classpaths in javac-turbine by cushon · 6 years ago
  15. 18c0509 Migrate from .java provider to JavaInfo by iirina · 6 years ago
  16. 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
  17. e59e478 Fix dagger SPI handling for built-in annotation processors by cushon · 6 years ago
  18. c62c2a6 Automated rollback of commit fed055bd9acc518379a6aa1d552338bfbff4d9a4. by Googler · 6 years ago
  19. e3841e0 Load built-in annotation processors from turbine by cushon · 6 years ago
  20. 060656c Implement --gensrc_output in javac turbine by cushon · 6 years ago
  21. fed055b Automated rollback of commit acd1bbb7a9260f5a40e580062c004d1b978b3311. by Googler · 6 years ago
  22. acd1bbb Add rules_java load statements. by elenairina · 6 years ago
  23. a4de484 Add rules_java load statements. by iirina · 6 years ago
  24. 00e9d16 Load built-in annotation processors from JavaBuilder by cushon · 6 years ago
  25. 05c967f Implement java_toolchain.header_compiler_builtin_processors by cushon · 6 years ago
  26. ec66653 Don't special-case caffeine in JavaBuilder's annotation processor classloader by cushon · 6 years ago
  27. 7113b16 Disable -Xdoclint in javac-turbine by cushon · 6 years ago
  28. 019586a Remove unused imports in TreePruner by cushon · 6 years ago
  29. 8bce449 Tell Proguard to keep all members of caffeine cache in JavaBuilder proguarded jar. by Googler · 6 years ago
  30. 1abdb0b Replace com.google.testing.junit.runner.util.Supplier with java.util.function.Supplier by Googler · 6 years ago
  31. d69b249 Fix test.xml timestamps to produce ISO8601 irrespective of locale or timezone by Googler · 6 years ago
  32. 09a9743 Fix test.xml timestamps to produce ISO8601 irrespective of locale by Googler · 6 years ago
  33. 68e580a Run our unit tests with JDK11. by twerth · 6 years ago
  34. f82ec16 Add 'allow_empty = True' to globs that may not match anything by Laurent Le Brun · 6 years ago
  35. ae8e557 Add wall time offset to FakeClock by Googler · 6 years ago
  36. 076ece4 Fix timestamps in Bazel/Blaze JUnit runner by Googler · 6 years ago
  37. 06d624a Fix classes that create OptionsParser instances to directly use the Builder. by jcater · 6 years ago
  38. a92f21f Fix import_deps_checker to use the correct OptionsParser factory method. by jcater · 6 years ago
  39. efb3f15 Automated rollback of commit 3290e22356b59371274849ee51297635b9435285. by janakr · 6 years ago
  40. 3290e22 Automated rollback of commit 9dd7e8ed7931274b0c5b791e1c076140dcf7b74f. by janakr · 6 years ago
  41. 9dd7e8e Put ActionLookupData inside DerivedArtifact, and move ArtifactOwner into SourceArtifact. by janakr · 6 years ago
  42. a670577 Automatic code cleanup. by Googler · 6 years ago
  43. c9522f9 Java coverage: fix coverage when deploy jars end up on the classpath. by iirina · 6 years ago
  44. 4ca73e4 Add a flag by cushon · 6 years ago
  45. 88a313d Update BranchDetailAnalyzer. by iirina · 6 years ago
  46. ff1f745 Upgrade jacoco version in Bazel. by iirina · 6 years ago
  47. 77b5658 Fix decoding of jar file paths for coverage runs of java by Patrick Niklaus · 6 years ago
  48. a4d3da6 Automatic code cleanup. by cpovirk · 6 years ago
  49. 7293ca2 Automatic cleanup change. by jcater · 6 years ago
  50. 7472b37 Automatic cleanup change. by jcater · 6 years ago
  51. 9e173ee Record time spent in individual Error Prone checks by cushon · 6 years ago
  52. fb5ed30 Automatic cleanup change. by jcater · 6 years ago
  53. b6bb08f Automatic code cleanup. by cpovirk · 6 years ago
  54. 680ffda Fix javatools and enable tests in BazelCI. by John Cater · 6 years ago
  55. 1efdaf6 Automatic code cleanup. by cpovirk · 6 years ago
  56. 8016b11 Fix junitrunner Also adds it to CI. by John Cater · 6 years ago
  57. 1ba0016 Windows, JNI: WaitableProcess supports inv. HANDLE by Laszlo Csomor · 6 years ago
  58. 524ae2c Automatic code cleanup. by cpovirk · 6 years ago
  59. 72f7314 Add correct debugging output for toolchain resolution. by John Cater · 6 years ago
  60. c870734 Make classpath enum public. So that other tools building upon JavaBuilder by djasper · 6 years ago
  61. 57615cd Add a null guard for superName in ImportDepsChecker by Andy Scott · 6 years ago
  62. 186929e Unbundle Android tools from Bazel's binary by Jingwen Chen · 6 years ago
  63. 3b4c50d Remove unused deprecated methods from BlazeJavacStatistics. by Googler · 6 years ago
  64. b843fbe Unrefactor JavaBuilder exit code handling by cushon · 6 years ago
  65. 6738956 Document some boolean arguments by cushon · 6 years ago
  66. 09c80f9 Properly return 0 when a Bazel-side classpath fallback was requested and is by djasper · 6 years ago
  67. 322e69a Refactor JavaBuilder exit code handling by cushon · 6 years ago
  68. d72d306 Prepare for a breaking change to the Log API by cushon · 6 years ago
  69. 8df893a Replace update_java_tools.sh with several bazel targets. by iirina · 6 years ago
  70. dac096c Fix "the the". by Benjamin Peterson · 6 years ago
  71. f1bbbff Allow third_party/bazel/ to use Mockito 2 by Googler · 6 years ago
  72. 531cb6e Automatic code cleanup. by Googler · 6 years ago
  73. 1724cb2 Fix NPE in JacocoCoverageRunner. by elenairina · 6 years ago
  74. e184025 Remove non-existent import from JacocoCoverageRunner. by elenairina · 6 years ago
  75. 27ff758 Update JacocoCoverageRunner and add bazel_coverage_experimental_java_test. by elenairina · 6 years ago
  76. 0b4b402 check presence of referenced class literals by kmb · 6 years ago
  77. 6b96ff7 Replace --noclasspath fallback with an enum-backed --reduce_classpath_mode. by djasper · 6 years ago
  78. 9daf900 Handling exceptions from test runner for graceful termination by Igal Tabachnik · 6 years ago
  79. 8230512 Automatic code cleanup. by Googler · 6 years ago
  80. 399d0ec Automatic code cleanup. by Googler · 6 years ago
  81. 5bd5543 Move jarjar to a checked in deploy jar. by iirina · 6 years ago
  82. 4654b87 Add additional flag to JavaBuilder to signal compilation with a reduced by Googler · 6 years ago
  83. f4604ba Move the Java tools deploy jars refrences to checked-in deploy jars by iirina · 6 years ago
  84. 5609d14 Speed up reading classpath entries in deps checking tool by kmb · 6 years ago
  85. b7113b8 use ImmutableSet for classpaths to avoid linear searches for set containment. by kmb · 6 years ago
  86. 890dfa0 Lazily extract Jar target labels when reporting errors, instead of eagerly extracting labels from all Jars. by kmb · 6 years ago
  87. 3c949cc JacocoCoverageRunner now supports reading deploy jars. by elenairina · 6 years ago
  88. d64cd74 Update turbine_direct targets by cushon · 6 years ago
  89. 3ae786b Avoid adding trailing whitespace to XML element content. by cpovirk · 6 years ago
  90. d286066 Change from using an Any proto to a byte[] (this was causing by Googler · 6 years ago
  91. 5b337cd Record min classpath length, as reported by strict deps by cushon · 6 years ago
  92. 972aa45 Automatic code cleanup. by Googler · 6 years ago
  93. 33d3969 Automated rollback of commit 273184b3e0702584a5fcabcbabc1f471e7f2d24a. by Googler · 6 years ago
  94. 487106f Fix obviously incorrect dependencies in importdeps test. by Googler · 6 years ago
  95. 594453b Suppress 'unknown enum constant' warnings #5985 by cushon · 6 years ago
  96. 887a4cd Update a TODO by cushon · 6 years ago
  97. d24d08b Make sure the vanilla java builder closes its JavaFileManager. by Benjamin Peterson · 6 years ago
  98. 68c57f0 Correct misspelled English words in comments and printed messages in Bazel's src/... directory (and run fix) by jingwen · 6 years ago
  99. 0d39361 Backport --check_desugar_deps flag to JavaSingleJar. by kmb · 6 years ago
  100. 273184b Automated rollback of commit d753450a4ccb7d1933edb3d4b58438cdd060f9a5. by Googler · 6 years ago