summaryrefslogtreecommitdiff
path: root/java/com/google/devtools/build/android/desugar/LambdaDesugaring.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-11-29Let to push lambda arguments not only with *LOAD instructions but with SIPUSH...Googler
2017-08-08improve efficiency of no-op desugaringskmb
2017-07-20Identify which methods are used in invokedynamic, and only desugar thesecnsun
2017-03-27Avoid factory methods when desugaring lambda expressions and this:: method re...Kevin Bierhoff
2017-03-16Uniquify bridge methods generated during lambda desugaringKevin 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