summaryrefslogtreecommitdiff
path: root/java/com/google/devtools/build/android/desugar/TryWithResourcesRewriter.java
AgeCommit message (Expand)Author
2018-05-04Relax the assertion in Desugar for checking the calls to $closeResource(...).cnsun
2018-05-04Make KeepScanner tool search classpath for nearest definition of each member ...kmb
2018-05-04Relax the assertion on the inferred resource type. Now we only require that thecnsun
2017-12-14Correct stack map frame computation. When visiting CHOP Frame (discarding n l...cnsun
2017-12-06Improve exception message to output more information.cnsun
2017-11-29Automatic code cleanup.cushon
2017-11-29Specialize $closeResource(Throwable, AutoCloseable) so that desugared code do...cnsun
2017-09-06Add a closeResource(Throwable throwable, Object resource) in the runtimecnsun
2017-06-16Improve the error message when Desugar fails to load a class from thecnsun
2017-05-19Optimize the runtime library for try-with-resources, by reducing thecnsun
2017-05-10Use ASM to collection exception types, so that we can avoid using class loaderscnsun
2017-05-01Bug fix. Enable Desugar to desugar try-with-resources multiple times.cnsun
2017-04-27Desugar try-with-resources statements for Android. Any call tocnsun