1. 8df893a Replace update_java_tools.sh with several bazel targets. by iirina · 6 years ago
  2. dac096c Fix "the the". by Benjamin Peterson · 6 years ago
  3. f1bbbff Allow third_party/bazel/ to use Mockito 2 by Googler · 6 years ago
  4. 531cb6e Automatic code cleanup. by Googler · 6 years ago
  5. 1724cb2 Fix NPE in JacocoCoverageRunner. by elenairina · 6 years ago
  6. e184025 Remove non-existent import from JacocoCoverageRunner. by elenairina · 6 years ago
  7. 27ff758 Update JacocoCoverageRunner and add bazel_coverage_experimental_java_test. by elenairina · 6 years ago
  8. 0b4b402 check presence of referenced class literals by kmb · 6 years ago
  9. 6b96ff7 Replace --noclasspath fallback with an enum-backed --reduce_classpath_mode. by djasper · 6 years ago
  10. 9daf900 Handling exceptions from test runner for graceful termination by Igal Tabachnik · 6 years ago
  11. 8230512 Automatic code cleanup. by Googler · 6 years ago
  12. 399d0ec Automatic code cleanup. by Googler · 6 years ago
  13. 5bd5543 Move jarjar to a checked in deploy jar. by iirina · 6 years ago
  14. 4654b87 Add additional flag to JavaBuilder to signal compilation with a reduced by Googler · 6 years ago
  15. f4604ba Move the Java tools deploy jars refrences to checked-in deploy jars by iirina · 6 years ago
  16. 5609d14 Speed up reading classpath entries in deps checking tool by kmb · 6 years ago
  17. b7113b8 use ImmutableSet for classpaths to avoid linear searches for set containment. by kmb · 6 years ago
  18. 890dfa0 Lazily extract Jar target labels when reporting errors, instead of eagerly extracting labels from all Jars. by kmb · 6 years ago
  19. 3c949cc JacocoCoverageRunner now supports reading deploy jars. by elenairina · 6 years ago
  20. d64cd74 Update turbine_direct targets by cushon · 6 years ago
  21. 3ae786b Avoid adding trailing whitespace to XML element content. by cpovirk · 6 years ago
  22. d286066 Change from using an Any proto to a byte[] (this was causing by Googler · 6 years ago
  23. 5b337cd Record min classpath length, as reported by strict deps by cushon · 6 years ago
  24. 972aa45 Automatic code cleanup. by Googler · 6 years ago
  25. 33d3969 Automated rollback of commit 273184b3e0702584a5fcabcbabc1f471e7f2d24a. by Googler · 6 years ago
  26. 487106f Fix obviously incorrect dependencies in importdeps test. by Googler · 6 years ago
  27. 594453b Suppress 'unknown enum constant' warnings #5985 by cushon · 6 years ago
  28. 887a4cd Update a TODO by cushon · 6 years ago
  29. d24d08b Make sure the vanilla java builder closes its JavaFileManager. by Benjamin Peterson · 6 years ago
  30. 68c57f0 Correct misspelled English words in comments and printed messages in Bazel's src/... directory (and run fix) by jingwen · 6 years ago
  31. 0d39361 Backport --check_desugar_deps flag to JavaSingleJar. by kmb · 6 years ago
  32. 273184b Automated rollback of commit d753450a4ccb7d1933edb3d4b58438cdd060f9a5. by Googler · 6 years ago
  33. d753450 Transition to Dagger using an Any proto to store its statistics information. by Googler · 6 years ago
  34. 4455984 Factor reduced classpath fallback into a helper method by cushon · 6 years ago
  35. 7730f57 Fix processor stats collection by cushon · 6 years ago
  36. a48c13a Include names of annotation processors in the JavaBuilder statistics by cushon · 6 years ago
  37. 8cde250 Remove unused deps by cushon · 6 years ago
  38. 492ac0a Vendor a full copy of common.{collect,base} in JavaBuilder by cushon · 6 years ago
  39. 631ad23 Add ImportDepsChecker option to ignore missing members by kmb · 6 years ago
  40. 776e04d Visibility-restrict libSingleJar by cushon · 6 years ago
  41. 6d82e75 Separate entry-points for turbine and javac-turbine by cushon · 6 years ago
  42. ca6e0ce Prepare masked classloading for javac >= 10 by cushon · 6 years ago
  43. 168482a Record reduced classpath efficiency metrics by cushon · 6 years ago
  44. f8be43c Automatic code cleanup. by cushon · 6 years ago
  45. 6595aef Automatic code cleanup. by cushon · 6 years ago
  46. ffefe94 Update to ASM 7.0 by cushon · 6 years ago
  47. da77c4e Enable header_compiler_direct by Liam Miller-Cushon · 6 years ago
  48. c8e55a5 Re-consolidate dagger SJD exemption by cushon · 6 years ago
  49. b563039 Consolidate SJD exemptions by cushon · 6 years ago
  50. fcf28b1 Automatic code cleanup. by Googler · 6 years ago
  51. a89d803 During the run of JavaBuilder, collect statistics about the runtime of different components of the JavaBuilder process, including Error Prone and Dagger (if that's running) by Googler · 6 years ago
  52. ba64042 Delete some dead code by cushon · 6 years ago
  53. fdf07c3 Delete unused 'bazeljavac' tool by cushon · 6 years ago
  54. 1b2e005 Automatic code cleanup. by Googler · 6 years ago
  55. 3535057 Consolidate buildjar test helpers by cushon · 6 years ago
  56. 0a83eca Properties, system-out, system-err should be elements rather than attributes according to JUnit.xsd. by Googler · 7 years ago
  57. 5a1ed1f Automated rollback of commit 83738e79f7e368732a64808c3073861a3c908f0c. by cushon · 7 years ago
  58. b1c2fe6 Remove unused target jacoco_coverage_runtime. by elenairina · 7 years ago
  59. bcf7e54 Refactor JavaCompileAction tests by cushon · 7 years ago
  60. c882631 Fix bootstrapping on JDK >= 9 by cushon · 7 years ago
  61. 4895b83 PiperOrigin-RevId: 213698451 by Googler · 7 years ago
  62. efdb3f6 Quiet more warnings from com.google.protobuf.UnsafeUtil by cushon · 7 years ago
  63. dc8fea0 Delete some dead code by cushon · 7 years ago
  64. 5bb3141 Prefactor for unknown commit by cushon · 7 years ago
  65. 4566a42 Fix tests on JDK 9 and 10 by Liam Miller-Cushon · 7 years ago
  66. 708a926 Lazy output stream for test.xml, does not produce a file if no test xml data was produced by Igal Tabachnik · 7 years ago
  67. e755f72 ImportDepsChecker: make --output optional, and use --jdeps_output in tests by cushon · 7 years ago
  68. 3987300 Stop using --release in versioned java_toolchains by Liam Miller-Cushon · 7 years ago
  69. 10112ad Make ImportDepsChecker --output optional by cushon · 7 years ago
  70. 2894b30 Make ImportDepsChecker fix commands consistent with JavaBuilder by cushon · 7 years ago
  71. aa118ca Use java.util.Optional instead of guava's Optional by cushon · 7 years ago
  72. 624e500 SimpleJavaLibraryBuilder.java: Use MoreFiles.deleteRecursively to clean up directory by pcloudy · 7 years ago
  73. 398478c Remove a deprecated constructor by cushon · 7 years ago
  74. a05e6cc Explicitly cast ByteBuffer in clear() call to Buffer. by Tobias Werth · 7 years ago
  75. c56699d 'DumpPlatformClasspath' now dumps the current JDK's default platform classpath by cushon · 7 years ago
  76. df8ee19 Temporarily ignore some spurious diagnostics related to running javac9 on JDK 10 by cushon · 7 years ago
  77. d3134f5 Remove uses of java_toolchain.encoding by cushon · 7 years ago
  78. 0884038 Tolerate empty bootclasspaths in VanillaJavaBuilder by cushon · 7 years ago
  79. 0bf5786 PiperOrigin-RevId: 207121273 by cushon · 7 years ago
  80. 0fcae04 Quiet 'The following options were not recognized by any processor' warnings by cushon · 7 years ago
  81. bc9b35b Skip strict deps suggested fix commands with strict deps disabled by cushon · 7 years ago
  82. a4b28b5 Perform strict deps enforcement on compilations with attribution errors by cushon · 7 years ago
  83. 1ac35974 Unconditionally run the SJD machinery, which is necessary for jdeps output by cushon · 7 years ago
  84. 2143ff2 PiperOrigin-RevId: 206091795 by cushon · 7 years ago
  85. d424dee Internal change by cushon · 7 years ago
  86. c8895b5 Kill the deps map by cushon · 7 years ago
  87. 69301af GenClass: Assume that prefixes that don't correspond to a known non-generated source are generated. by cushon · 7 years ago
  88. 17b217c Use the host javac for bootstrapping by cushon · 7 years ago
  89. d17467e Bazel server, tools: ensure Writers are closed by laszlocsomor · 7 years ago
  90. f0f5d10 Bazel server, tools: ensure Readers are closed by laszlocsomor · 7 years ago
  91. 52c6ada Update turbine's experimental dep fixing suggestions by cushon · 7 years ago
  92. 4adcf22 Remove unused strict deps module parameter. by Googler · 7 years ago
  93. b18ae72 Make sure we pass the correct -encoding options to javac by cushon · 7 years ago
  94. 35df715 Replace //tools/defaults:jdk to //tools/jdk:* by dbabkin · 7 years ago
  95. da91730 Windows,Bazel client: check embedded tools faster by Laszlo Csomor · 7 years ago
  96. 4a9c3bc Improve error message for invalid srcjar inputs by cushon · 7 years ago
  97. 8f93d05 Update add_dep binary suggested by ImportDepsChecker by cushon · 7 years ago
  98. 3aea081 Include injecting rule kind in add_dep commands by cushon · 7 years ago
  99. 4001ddd Make JavaBuilder use a unique coverage metadata directory by elenairina · 7 years ago
  100. f4cf006 Print the target names of the problematic classes, for better description of the dependency problems. by cnsun · 7 years ago