summaryrefslogtreecommitdiff
path: root/test/java/com/google/devtools/build/android/desugar/CoreLibrarySupportTest.java
AgeCommit message (Expand)Author
2018-05-04Reflect core library moves in super calls, even in default method stubs. Alw...kmb
2018-05-04Make KeepScanner tool search classpath for nearest definition of each member ...kmb
2018-05-04emulate dynamic dispatch of emulated default interface methodskmb
2018-05-04Android desugar config options to exclude methods from interface emulationkmb
2018-05-04send invocations to emulated interfaces through dispatch helper.kmb
2018-05-04add ability to move individual core library methodskmb
2018-05-04Apply interface invocation desugaring to renamed core libraries. Fix invokes...kmb
2018-05-04Stub default methods as needed for core library desugaringkmb
2018-05-04Rename generated core classes during core library desugaringkmb
2018-05-04Basic tooling to desugar select core librarieskmb