summaryrefslogtreecommitdiff
path: root/java/com/google/devtools/build/android/desugar/LambdaClassFixer.java
AgeCommit message (Expand)Author
2018-05-04Make KeepScanner tool search classpath for nearest definition of each member ...kmb
2017-11-29Automatic code cleanup.cushon
2017-07-27In UseBridge.class, check whether the owner of the method call instruction andcnsun
2017-04-27Default and static interface desugaringkmb
2017-04-27Make desugaring of lambdas in interface initializers idempotentkmb
2017-03-27Avoid factory methods when desugaring lambda expressions and this:: method re...Kevin Bierhoff
2017-03-13Avoid factory methods when desugaring stateless lambdas for AndroidGoogler
2017-03-13More stable naming scheme for lambda classes in desugared android codeGoogler
2017-02-17Support desugaring lambdas in interfaces with default methodsColin Cross
2017-02-16Uniquify lambda body instance methods during lambda desugaring for androidGoogler
2017-02-16Open source java 8 desugarer.Adam Michael