summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-05-04Clean up code that directly imports nested classes like Builder, Entry, etc.jcater
2018-05-04Relax the assertion in Desugar for checking the calls to $closeResource(...).cnsun
2018-05-04Reflect core library moves in super calls, even in default method stubs. Alw...kmb
2018-05-04Make KeepScanner tool search classpath for nearest definition of each member ...kmb
2018-05-04Minor fixes to KeepScanner tool:kmb
2018-05-04Support custom implementations of emulated core interface methodskmb
2018-05-04tests,windows: enable android.desugar.runtimeLaszlo Csomor
2018-05-04emulate dynamic dispatch of emulated default interface methodskmb
2018-05-04Android desugar config options to exclude methods from interface emulationkmb
2018-05-04send invocations to emulated interfaces through dispatch helper.kmb
2018-05-04add ability to move individual core library methodskmb
2018-05-04Apply interface invocation desugaring to renamed core libraries. Fix invokes...kmb
2018-05-04Tool that scans a given Jar for references to select classes and outputs corr...kmb
2018-05-04Resolve the owner of interface.super calls to inherited default methods for a...kmb
2018-05-04Stub default methods as needed for core library desugaringkmb
2018-05-04Rename generated core classes during core library desugaringkmb
2018-05-04drop debug info when loading classes in desugar as a workaround for https://b...kmb
2018-05-04Basic tooling to desugar select core librarieskmb
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-11-29Let to push lambda arguments not only with *LOAD instructions but with SIPUSH...Googler
2017-11-29Specialize $closeResource(Throwable, AutoCloseable) so that desugared code do...cnsun
2017-10-24Record dependencies when directly calling moved interface methods.kmb
2017-10-24Exclude Android dependency checking from Bazel's singlejar build.kmb
2017-10-24Desugar-singlejar integration tests for double-checking default methods.kmb
2017-10-24Do not rewrite static interface method invocations from bootclasspathGoogler
2017-10-24add flags to desugar to emit metadata that can be used for double-checking co...kmb
2017-09-22Open source tests for Android desugarer.ajmichael