aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/desugar/DefaultMethodClassFixer.java
Commit message (Expand)AuthorAge
* Changed all instances of /*itf=*/ to /*isInterface=*/ to eliminate errors.Gravatar Googler2018-08-13
* Make default method stubbing resilient to core library renaming, to preserve ...Gravatar kmb2018-07-17
* stub simple core library bridge methods that only differ in return typeGravatar kmb2018-03-26
* 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
* Support custom implementations of emulated core interface methodsGravatar kmb2018-03-12
* emulate dynamic dispatch of emulated default interface methodsGravatar kmb2018-03-02
* Apply interface invocation desugaring to renamed core libraries. Fix invokes...Gravatar kmb2018-02-20
* Resolve the owner of interface.super calls to inherited default methods for a...Gravatar kmb2018-02-15
* Stub default methods as needed for core library desugaringGravatar kmb2018-02-08
* Automatic code cleanup.Gravatar cushon2017-11-28
* Record dependencies when directly calling moved interface methods.Gravatar kmb2017-10-24
* add flags to desugar to emit metadata that can be used for double-checking co...Gravatar kmb2017-10-06
* 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
* fix issue with interfaces redefining (overriding) inherited default methodsGravatar kmb2017-05-08
* Don't copy lambda bodies from interfaces into implementing classes.Gravatar kmb2017-04-28
* Desugar default and static interface methods by default.Gravatar kmb2017-04-27
* Default and static interface desugaringGravatar kmb2017-04-24