1. fcf28b1 Automatic code cleanup. by Googler · 6 years ago
  2. 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
  3. ba64042 Delete some dead code by cushon · 6 years ago
  4. fdf07c3 Delete unused 'bazeljavac' tool by cushon · 6 years ago
  5. 1b2e005 Automatic code cleanup. by Googler · 6 years ago
  6. 3535057 Consolidate buildjar test helpers by cushon · 6 years ago
  7. 0a83eca Properties, system-out, system-err should be elements rather than attributes according to JUnit.xsd. by Googler · 7 years ago
  8. 5a1ed1f Automated rollback of commit 83738e79f7e368732a64808c3073861a3c908f0c. by cushon · 7 years ago
  9. b1c2fe6 Remove unused target jacoco_coverage_runtime. by elenairina · 7 years ago
  10. bcf7e54 Refactor JavaCompileAction tests by cushon · 7 years ago
  11. c882631 Fix bootstrapping on JDK >= 9 by cushon · 7 years ago
  12. 4895b83 PiperOrigin-RevId: 213698451 by Googler · 7 years ago
  13. efdb3f6 Quiet more warnings from com.google.protobuf.UnsafeUtil by cushon · 7 years ago
  14. dc8fea0 Delete some dead code by cushon · 7 years ago
  15. 5bb3141 Prefactor for unknown commit by cushon · 7 years ago
  16. 4566a42 Fix tests on JDK 9 and 10 by Liam Miller-Cushon · 7 years ago
  17. 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
  18. e755f72 ImportDepsChecker: make --output optional, and use --jdeps_output in tests by cushon · 7 years ago
  19. 3987300 Stop using --release in versioned java_toolchains by Liam Miller-Cushon · 7 years ago
  20. 10112ad Make ImportDepsChecker --output optional by cushon · 7 years ago
  21. 2894b30 Make ImportDepsChecker fix commands consistent with JavaBuilder by cushon · 7 years ago
  22. aa118ca Use java.util.Optional instead of guava's Optional by cushon · 7 years ago
  23. 624e500 SimpleJavaLibraryBuilder.java: Use MoreFiles.deleteRecursively to clean up directory by pcloudy · 7 years ago
  24. 398478c Remove a deprecated constructor by cushon · 7 years ago
  25. a05e6cc Explicitly cast ByteBuffer in clear() call to Buffer. by Tobias Werth · 7 years ago
  26. c56699d 'DumpPlatformClasspath' now dumps the current JDK's default platform classpath by cushon · 7 years ago
  27. df8ee19 Temporarily ignore some spurious diagnostics related to running javac9 on JDK 10 by cushon · 7 years ago
  28. d3134f5 Remove uses of java_toolchain.encoding by cushon · 7 years ago
  29. 0884038 Tolerate empty bootclasspaths in VanillaJavaBuilder by cushon · 7 years ago
  30. 0bf5786 PiperOrigin-RevId: 207121273 by cushon · 7 years ago
  31. 0fcae04 Quiet 'The following options were not recognized by any processor' warnings by cushon · 7 years ago
  32. bc9b35b Skip strict deps suggested fix commands with strict deps disabled by cushon · 7 years ago
  33. a4b28b5 Perform strict deps enforcement on compilations with attribution errors by cushon · 7 years ago
  34. 1ac35974 Unconditionally run the SJD machinery, which is necessary for jdeps output by cushon · 7 years ago
  35. 2143ff2 PiperOrigin-RevId: 206091795 by cushon · 7 years ago
  36. d424dee Internal change by cushon · 7 years ago
  37. c8895b5 Kill the deps map by cushon · 7 years ago
  38. 69301af GenClass: Assume that prefixes that don't correspond to a known non-generated source are generated. by cushon · 7 years ago
  39. 17b217c Use the host javac for bootstrapping by cushon · 7 years ago
  40. d17467e Bazel server, tools: ensure Writers are closed by laszlocsomor · 7 years ago
  41. f0f5d10 Bazel server, tools: ensure Readers are closed by laszlocsomor · 7 years ago
  42. 52c6ada Update turbine's experimental dep fixing suggestions by cushon · 7 years ago
  43. 4adcf22 Remove unused strict deps module parameter. by Googler · 7 years ago
  44. b18ae72 Make sure we pass the correct -encoding options to javac by cushon · 7 years ago
  45. 35df715 Replace //tools/defaults:jdk to //tools/jdk:* by dbabkin · 7 years ago
  46. da91730 Windows,Bazel client: check embedded tools faster by Laszlo Csomor · 7 years ago
  47. 4a9c3bc Improve error message for invalid srcjar inputs by cushon · 7 years ago
  48. 8f93d05 Update add_dep binary suggested by ImportDepsChecker by cushon · 7 years ago
  49. 3aea081 Include injecting rule kind in add_dep commands by cushon · 7 years ago
  50. 4001ddd Make JavaBuilder use a unique coverage metadata directory by elenairina · 7 years ago
  51. f4cf006 Print the target names of the problematic classes, for better description of the dependency problems. by cnsun · 7 years ago
  52. 20a042f Format all bzl files with buildifier by vladmos · 7 years ago
  53. 5ad445b Resolve all super classes even if we have found missing super classes. This is by cnsun · 7 years ago
  54. 10141a3 Always use `/` as the path separator for jar entries by cushon · 7 years ago
  55. 9ba7277 Remove the flag --fail_on_errors. by cnsun · 7 years ago
  56. 6b0ccd10 Wrap a comment line around 80 chars. by Googler · 7 years ago
  57. cfc64a3 Records profiling information for ActionFS staging and updates. by shahan · 7 years ago
  58. 91b867f Set Locale to English when uppercasing strings to match Enums by Jingwen Chen · 7 years ago
  59. ee3cc87 Flag indirect dependencies in ImportDepsChecker tool by kmb · 7 years ago
  60. ac250de Clean up code that directly imports nested classes like Builder, Entry, etc. by jcater · 7 years ago
  61. 0a57d3d Clean up code that directly imports nested classes like Builder, Entry, etc. by jcater · 7 years ago
  62. a0d3f58 Fix a Bazel test. by cnsun · 7 years ago
  63. e551f0d Add a silence mode to the deps checker. Now the checker can be used to dump by cnsun · 7 years ago
  64. 3f3e2b9 Don't build Error Prone plugin during bootstrapping by cushon · 7 years ago
  65. 8c6b7ab Normalize parameter name comments by cushon · 7 years ago
  66. bdb75bb Use VanillaJavaBuilder for bootstrapping by cushon · 7 years ago
  67. 1f22fa9 Add support for native header outputs to VanillaJavaBuilder by cushon · 7 years ago
  68. 257ddab Emit jdeps proto, that is, the used jars on the regular classpath. by cnsun · 7 years ago
  69. df1f0fc Remove use of bare Immutable{List,Map,Set} Builder classes. by jcater · 7 years ago
  70. cc41961 Fix a crash in javac-turbine transitive classpath fallback by cushon · 7 years ago
  71. 48ede26 1. Avoid checking the primitive number types in annotations. by cnsun · 7 years ago
  72. eec549f Migrate to the new version of jarjar by cushon · 7 years ago
  73. 9666ecc When normalizing -source and --release options, allow the last one to win by cushon · 7 years ago
  74. f477e86 ignore made-up java/lang/Synthetic annotation that ASM sometimes inserts by kmb · 7 years ago
  75. 046a0bf Process package-info annotations in Strict Java Deps by cushon · 7 years ago
  76. 3710fec Add regressiont test for b/77473436. by cnsun · 7 years ago
  77. 40f91b0 Split the single classpath (combining bootclasspath and regular classpath by cnsun · 7 years ago
  78. b985f61 Use jadep to fix missing dependencies in turbine by cushon · 7 years ago
  79. dd5cae9 Don't print empty add dep commands by cushon · 7 years ago
  80. c8dd414 Enable testing stderr for import-deps-checker. RELNOTES: None. by cnsun · 7 years ago
  81. 7f63bec Improve golden tests by cushon · 7 years ago
  82. 4a1e76b Emit a usage error if --output is not provided by cushon · 7 years ago
  83. bbc3fb9 fix deps checker tool handling of primitive arrays in annotations by kmb · 7 years ago
  84. 538e5c6 Tolerate empty bootclasspaths in javac-turbine by cushon · 7 years ago
  85. e77bf19 PiperOrigin-RevId: 191474411 by kmb · 7 years ago
  86. 0cafdfe Use JUnit assertions instead of Truth assertions. by cpovirk · 7 years ago
  87. c7a25ca 1) Fixes a bug in the checking of missing members. Before, MemberInfo contains by cnsun · 7 years ago
  88. f213f16 Automated rollback of commit 2ee6dd262bcf5fd890e24d5f185616b8ab259608. by philwo · 7 years ago
  89. 7d46249 Clean up after b/72379900 by cushon · 7 years ago
  90. d34e45e Clean up whitespace in add_dep messages by cushon · 7 years ago
  91. dbf7798 Emit SJD errors even if we don't know the label of a dependency by cushon · 7 years ago
  92. d95f1bf Allow @Ignore on junit test classes by Stephen Amar · 7 years ago
  93. 7435ec8 Fix javac-turbine diagnostic formatting to include source position by cushon · 7 years ago
  94. 2ee6dd2 Automated rollback of commit 3edf41b70de9bb1a8702d0342beeb2ad13898d71. by philwo · 7 years ago
  95. 16cb4dd Add a flag to control whether to treat missing dependencies as errors or by cnsun · 7 years ago
  96. 6a2f929 Allow --classpath_entry to be empy. RELNOTES:None. by cnsun · 7 years ago
  97. cbe64a6 Delete F5 JarDexer. by Googler · 7 years ago
  98. ebb7870 Improve error message of import_deps_checker. by cnsun · 7 years ago
  99. 5905e41 Change the strict deps plugin to read jar owner from manifest. by tomlu · 7 years ago
  100. 00c317b Remove support for --rule_kind by cushon · 7 years ago