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