aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/desugar/InterfaceDesugaring.java
Commit message (Expand)AuthorAge
* Make KeepScanner tool search classpath for nearest definition of each member ...Gravatar kmb2018-03-12
* send invocations to emulated interfaces through dispatch helper.Gravatar kmb2018-03-01
* Resolve the owner of interface.super calls to inherited default methods for a...Gravatar kmb2018-02-15
* Basic tooling to desugar select core librariesGravatar kmb2018-02-05
* Automatic code cleanup.Gravatar cushon2017-11-28
* Fix EnclosingMethod attribute when moving interface methods to companion classGravatar kmb2017-11-13
* Record dependencies when directly calling moved interface methods.Gravatar kmb2017-10-24
* Do not rewrite static interface method invocations from bootclasspathGravatar Googler2017-10-07
* add flags to desugar to emit metadata that can be used for double-checking co...Gravatar kmb2017-10-06
* fix for legacy jacoco instrumentation in interfaces behind flagGravatar kmb2017-09-06
* Remove invalid check. It is possible that an interface initializer can setGravatar cnsun2017-08-09
* Tolerate missing interface markers in method calls from interface methods to ...Gravatar kmb2017-08-03
* When we access a field of an interface, if the field is of type long or double,Gravatar cnsun2017-06-29
* Access interface constants to explicitly trigger the execution of interfaceGravatar cnsun2017-06-29
* Automated rollback of commit 317e0de2113f0361c9dbf98653ceda4efea3f3e2.Gravatar Googler2017-06-20
* Access interface constants to explicitly trigger the execution of interfaceGravatar cnsun2017-06-20
* Move bridge methods for default methods down to the implementing classes.Gravatar cnsun2017-06-07
* For static interface method, when we move it to the companion class,Gravatar cnsun2017-05-26
* Keep annotations of default methods in interfaces during desugaring.Gravatar cnsun2017-05-22
* Make companion classes public when desugaring default methods for androidGravatar kmb2017-04-27
* Default and static interface desugaringGravatar kmb2017-04-24