- 171cc2c Preemptively use `//third_party:guava-failureaccess-jar` in `//src/test/java/com/google/devtools/build/android/desugar:desugar_guava_at_head`. by haxorz · 4 years, 1 month ago
- 090a449 Remove classic desugar testing repo for `corelibadapter` by Googler · 4 years, 1 month ago
- 6244713 Remove references to @rules_java//java/constraints. by jcater · 4 years, 2 months ago
- 952d1f4 Automatic code cleanup. by Googler · 4 years, 2 months ago
- 0c65082 Allow Bazel's own build to use Java 11 language features by cushon · 4 years, 3 months ago
- cbf3ff9 Automatic code cleanup. by Googler · 4 years, 4 months ago
- 011437f desguar tests: Use toolchains rather than the legacy jdk targets. by Benjamin Peterson · 4 years, 5 months ago
- 8bca207 Move `DependencyCollector` to d8_desugar Code Base by Googler · 4 years, 6 months ago
- a93d0a0 Remove jacoco versions from main part of Bazel code. by Ivo List · 4 years, 7 months ago
- 2207a57 Automatic code cleanup. by Googler · 4 years, 8 months ago
- a26fb31 Automatic code cleanup. by Googler · 4 years, 9 months ago
- 7ce19e4 Remove "windows_tests" and "all_windows_tests" targets from BUILD files by Yun Peng · 4 years, 9 months ago
- 8e02b1a Set SourceFile/LineNumber Attribute in Generated Lambda Classes by Googler · 5 years ago
- cb7c1a2 Update Jacoco version to 0.8.6. by Ivo List · 5 years ago
- 4fc4868 Remove support for the Java singlejar implementation. by ilist · 5 years ago
- a181dd4 Cleanup unused flag Desugar Flag --retarget_core_library_member and related logic by Googler · 5 years ago
- 02aca55 Remove `desugar_jdk_libs` Flag Dependency on `--retarget_core_library_member` by Googler · 5 years ago
- 199e70c [2/3] Remove the term "sanity" in comments. by Googler · 5 years ago
- 73929f9 Desugar Integer.{divide,remainder}Unsigned and {Integer,Long}.toUnsignedString by kmb · 6 years ago
- 61737b6 Fix Constant Pool Idempotentcy Issue in Desugaring by Googler · 6 years ago
- e3e46e3 Update ASM API level in desugar tests to not reject Java 11 bytecode by cushon · 6 years ago
- ad484e1 Add a Test to Check the Desugar Tool supports all Shadowed Android Platform Fields with Type Converters by Googler · 6 years ago
- 546f1a0 Move `--retarget_core_library_member` flag to text proto configuration. by Googler · 6 years ago
- eaf855b Automated rollback of commit c7e1e2680fc81f258cf2d450419f97654293656b. by Googler · 6 years ago
- e81c328 Automated rollback of commit bb34deeb2949ef19ea383301ed991a117c0e9328. by Googler · 6 years ago
- bb34dee Remove DesugarClassAttribute by Googler · 6 years ago
- c7e1e26 Exclude Pre Java 7 class file (MajorVersion 50 or less) from Desugaring by Googler · 6 years ago
- 8257c83 Refactor `NestAnalyzer` to a General Pre-Pass `InputPreAnalyzer` by Googler · 6 years ago
- dcead93 Enables Desugar-Shadowable API Auto Desugaring for all Android Platform Types by Googler · 6 years ago
- 4c2679f Update ASM used by Desugar Tool from v7.0 to v8.0 by Googler · 6 years ago
- e7ed050 Migrate existing --preserve_core_library_override powered Desugaring to Automation by Googler · 6 years ago
- 9ad4fa7 Support Desugar-shadowed Overridable APIs: Overridge Bridge Method Generation - 3 / 3 by Googler · 6 years ago
- 8478f78 Support Desugar-shadowed Overridable APIs: Type Hierarchy Analyer - 2 / 3 by Googler · 6 years ago
- b394807 Merge Classes of Same Functionality: JarItem/JarEntryRecord by Googler · 6 years ago
- cdc8a5e Desugar Support for Float/Boolean/Long/Double.hashcode by Googler · 6 years ago
- d177a2b Generate one Adapter Class per Desugar-shadowed API Method. by Googler · 6 years ago
- 7f302cd Integrate Flogger into Desugar Tool Logging by Googler · 6 years ago
- 6fb59e1 Clean up Desugar Command-line flag: --from_core_library_conversion by Googler · 6 years ago
- 63de532 Reroot Desugar Adapter/Converter Classes to at Top Level by Googler · 6 years ago
- 97e4b49 Redirect all Remaining Invocations to Desugar-Shadowed Android APIs to use Automatic-generated the Adapters by Googler · 6 years ago
- f9aa7b1 Add Support of Finding Class Dependencies in Java Bytecode by Googler · 6 years ago
- 435194f Shadowed Android API Desuagar: Add Automated Support for Android APIs built-in Core Types by Googler · 6 years ago
- 812a9ce Replace MoreAsserts.assertThrows with Assert.assertThrows by michajlo · 6 years ago
- 1061d5f Add Local Type Annotation Use Desugaring by Googler · 6 years ago
- c5344cb Reorganize the Bazel testutils for lib/analysis/util, lib/buildtool/util and by kkress · 6 years ago
- bc1d6b9 Remove truth8 deps by John Cater · 6 years ago
- d711645 Desugar: Extract common help methods to DesugarTestHelpers by Googler · 6 years ago
- 9acbf96 Add Support of Desugaring invokevirtual on Private Instance Methods by Googler · 6 years ago
- cb12df6 AutoValue and Immutable Collection Conversion: NestDigest and its Dependent Classes. by Googler · 6 years ago
- 09b79a3 Move IndyStringConcatDesugaringlTest to compile testing source files at runtime by Googler · 6 years ago
- 10a2518 Add Support of NIO ByteBuffer overloading methods with Covariant Return Types. by Googler · 6 years ago
- 798f244 Add Support of Core Library Type Desugaring for Classes with Nest-based Access. by Googler · 6 years ago
- b7cef10 Enable Android Desugar tests by laszlocsomor · 6 years ago
- a285e47 Run Google Java Format on Desugar Code base by Googler · 6 years ago
- 8335b24 Move runtime file path computation logic into DesugarRuleBuilder. by Googler · 6 years ago
- 349fd84 Change Source of Truth of NestHost/NestMembers from Naming Heuristics to Class File Attribute. by Googler · 6 years ago
- 3d47f6e Always stripped out nestHost/nestMembers attributes regardless member reference by Googler · 6 years ago
- 4bb555a Fix Java 11 Desugar on setPrivateInstanceWideField Instructions by Googler · 6 years ago
- 01f8c9a Add Support of Parameterized Configuration for @Test methods under DesugarRunner from Method Annotation. by Googler · 6 years ago
- bb2a56a Migrate NestAnalyzerTest to use runtime compiled jars by Googler · 6 years ago
- f5feeef Replace Precompied Jars for Nest-based Desugar Tests with Java Source Compilation at Runtime by Googler · 6 years ago
- b902213 Add Runtime Source Compilation Support in Desugar Testing by Googler · 6 years ago
- c0162fe Automatic Remove Nonexistent Target //src/test/java/com/google/devtools/build/android/desugar/nest:NestAnalyzerTest by Googler · 6 years ago
- f09b2fc Config Bazel Build by Googler · 6 years ago
- 8e62535 Config Bazel Build by Googler · 6 years ago
- 0efa9a8 Java 11 Desugar Test: Add Support of Parameter Injection in @Test Methods. by Googler · 6 years ago
- 1dadbdf Java 11 Desugar Cleanup: Migrate to Inject Method Handles directly in Tests. by Googler · 6 years ago
- 26f5527 Automatic Formatting third_party/bazel/src/test/java/com/google/devtools/build/android/desugar/nest/..., third_party/bazel/src/test/java/com/google/devtools/build/android/desugar/stringconcat/..., by Googler · 6 years ago
- fdaab61 Automatic change to jsr330_inject by Googler · 6 years ago
- 5d60327 Automatic format: Bazel Compatibility. by Googler · 6 years ago
- c6d4059 DesugarRule: Add Support of Setting a working package to simplify class name declaration by Googler · 6 years ago
- 3eae8e3 [Java 11 Desugar Support] Support Indify String Concatenation - 5/N by Googler · 6 years ago
- e693b28 DesugarRule: Add Injection Support of MethodHandle by Googler · 6 years ago
- 0937d67 Java 11 Desugar: Add Precondition checks to FieldKey/MethodKey by Googler · 6 years ago
- 9b8afdb Auto integrate https://github.com/bazelbuild/bazel/commit/086073949943ab048cc66c6af650f44188e98b7d for java.desugar_jdk_libs by Googler · 6 years ago
- 0860739 Auto integrate unknown commit for java.desugar_jdk_libs by Googler · 6 years ago
- f077ada [Java 11 Desugar Support] Desugar Nest-based Accesses - 4/N by Googler · 6 years ago
- a2e520a DesugarRuleTest: Use Macro Expansion in java_test.args Rule Config instead of an Explicit jar path in test file. by Googler · 6 years ago
- e89311c Add Injection Support of FieldNode and MethodNode in DesugarRule by Googler · 6 years ago
- 67ecff7 Fix classloader inconsistency in same round of desugaring by Googler · 6 years ago
- 9341166 Automatic formatting third_party/bazel/src/test/java/com/google/devtools/build/android/desugar/DesugarRule.java by Googler · 6 years ago
- 0f78105 Java 11 Desugar Testing Infra Support Add-Ons by Googler · 6 years ago
- 921e01d Fix DesugarRule's findAllFieldsWithAnnotation Impl logic by Googler · 6 years ago
- 724bd31 Add Support of Iterative Desugar Support for Testing by Googler · 6 years ago
- 0754faa Java 11 Desugar: Fix ClassMemberRecord#mergeFrom logic by Googler · 6 years ago
- 69e0894 [Java 11 Desugar Support] Testing Infrastructures - 3/N by Googler · 6 years ago
- 8c950fb [Java 11 Desugar Support] Nest Scanning and Analysis - 2/N by Googler · 6 years ago
- 9acda4d [Java 11 Desugar Support]: Basic Structs and Utility Classes - 1/N by Googler · 6 years ago
- af26567 Run `buildifier --lint=fix -r` by laurentlb · 6 years ago
- a4de484 Add rules_java load statements. by iirina · 7 years ago
- bf41b51 Update desugar to fix method signatures after adding emulated interfaces by Googler · 7 years ago
- 4469ee5 Fix Desugar crash on try-with-resources with memthod refernce or lambda expression as resource. by Googler · 7 years ago
- 524efa7 Support preserving overrides of un-desugared core library methods using configured conversions for desugared core library types by kmb · 7 years ago
- 7b6d359 Restore MultiplexAnnotationVisitor for creating annotations on companion class by Googler · 7 years ago
- ff1f745 Upgrade jacoco version in Bazel. by iirina · 7 years ago
- c89c11c [Rollforward] Automated rollback of commit 52af3ccaaa75d0ee95c83206abeb5fa925903bf0. by Googler · 7 years ago
- 52af3cc Automated rollback of commit 5e34534fe6108277843632e5fd206052ca296ce3. by pcloudy · 7 years ago
- 5e34534 Fix Method Parameter Attribute in Desugar Library by Googler · 7 years ago
- c8b0188 Fix assertThrows checks to have only the failing expression in the lambda. by jcater · 7 years ago
- a4d3da6 Automatic code cleanup. by cpovirk · 7 years ago