aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/android/desugar/CoreLibrarySupportTest.java
Commit message (Expand)AuthorAge
* Reflect core library moves in super calls, even in default method stubs. Alw...Gravatar kmb2018-03-16
* Make KeepScanner tool search classpath for nearest definition of each member ...Gravatar kmb2018-03-12
* emulate dynamic dispatch of emulated default interface methodsGravatar kmb2018-03-02
* Android desugar config options to exclude methods from interface emulationGravatar kmb2018-03-01
* send invocations to emulated interfaces through dispatch helper.Gravatar kmb2018-03-01
* add ability to move individual core library methodsGravatar kmb2018-02-21
* Apply interface invocation desugaring to renamed core libraries. Fix invokes...Gravatar kmb2018-02-20
* Stub default methods as needed for core library desugaringGravatar kmb2018-02-08
* Rename generated core classes during core library desugaringGravatar kmb2018-02-07
* Basic tooling to desugar select core librariesGravatar kmb2018-02-05