summaryrefslogtreecommitdiff
path: root/java/com/google/devtools/build/android/desugar/LambdaClassMaker.java
AgeCommit message (Expand)Author
2018-05-04Fix StreamResourceLeak errorLiam Miller-Cushon
2017-12-18Eagerly close directory content stream again when looking for dumped lambdaskmb
2017-12-14make desugar resilient to unrelated lambdas being dumped while it runskmb
2017-05-19Refine assertion by providing more information. When the given path is NOT acnsun
2017-03-22Add a flag (--only_desugar_javac9_for_lint) to disable desugaring lambda expr...Chengnian Sun
2017-03-16Speed-up the search for desugared classes in case of many lambdas by limiting...Googler
2017-03-13Change how desugar finds desugared classes to have it working on WindowsGoogler
2017-03-13More stable naming scheme for lambda classes in desugared android codeGoogler
2017-02-16Open source java 8 desugarer.Adam Michael