aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/desugar/CoreLibraryInvocationRewriter.java
Commit message (Expand)AuthorAge
* Reflect core library moves in super calls, even in default method stubs. Alw...Gravatar kmb2018-03-16
* Support custom implementations of emulated core interface methodsGravatar kmb2018-03-12
* send invocations to emulated interfaces through dispatch helper.Gravatar kmb2018-03-01
* Actually retarget so-configured invocations in android desugaringGravatar kmb2018-02-22
* 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
* Basic tooling to desugar select core librariesGravatar kmb2018-02-05