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