aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/desugar/CoreLibrarySupport.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
* 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
* 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 binary flag for core library desugaring and gate existing configuration f...Gravatar kmb2018-02-26
* Add a check to avoid core library default methods that (accidentally) aren't ...Gravatar 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
* 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