summaryrefslogtreecommitdiffstats
path: root/test/java
Commit message (Expand)AuthorAgeFilesLines
* Clean up code that directly imports nested classes like Builder, Entry, etc.jcater2018-05-041-3/+3
* Relax the assertion in Desugar for checking the calls to $closeResource(...).cnsun2018-05-042-0/+8
* Reflect core library moves in super calls, even in default method stubs. Alw...kmb2018-05-041-0/+53
* Make KeepScanner tool search classpath for nearest definition of each member ...kmb2018-05-049-3/+30
* Minor fixes to KeepScanner tool:kmb2018-05-041-5/+5
* Support custom implementations of emulated core interface methodskmb2018-05-041-1/+1
* tests,windows: enable android.desugar.runtimeLaszlo Csomor2018-05-041-1/+10
* emulate dynamic dispatch of emulated default interface methodskmb2018-05-042-14/+23
* Android desugar config options to exclude methods from interface emulationkmb2018-05-042-2/+45
* send invocations to emulated interfaces through dispatch helper.kmb2018-05-042-0/+13
* add ability to move individual core library methodskmb2018-05-042-14/+61
* Apply interface invocation desugaring to renamed core libraries. Fix invokes...kmb2018-05-041-39/+88
* Tool that scans a given Jar for references to select classes and outputs corr...kmb2018-05-044-0/+182
* Resolve the owner of interface.super calls to inherited default methods for a...kmb2018-05-043-0/+55
* Stub default methods as needed for core library desugaringkmb2018-05-042-0/+18
* Rename generated core classes during core library desugaringkmb2018-05-041-0/+4
* drop debug info when loading classes in desugar as a workaround for https://b...kmb2018-05-041-0/+0
* Basic tooling to desugar select core librarieskmb2018-05-042-0/+322
* Relax the assertion on the inferred resource type. Now we only require that thecnsun2018-05-047-0/+49
* Correct stack map frame computation. When visiting CHOP Frame (discarding n l...cnsun2017-12-145-20/+700
* Let to push lambda arguments not only with *LOAD instructions but with SIPUSH...Googler2017-11-292-0/+356
* Specialize $closeResource(Throwable, AutoCloseable) so that desugared code do...cnsun2017-11-298-5/+1751
* Record dependencies when directly calling moved interface methods.kmb2017-10-242-0/+42
* Exclude Android dependency checking from Bazel's singlejar build.kmb2017-10-241-2/+6
* Desugar-singlejar integration tests for double-checking default methods.kmb2017-10-245-12/+54
* Do not rewrite static interface method invocations from bootclasspathGoogler2017-10-245-3/+16
* add flags to desugar to emit metadata that can be used for double-checking co...kmb2017-10-249-1/+244
* Open source tests for Android desugarer.ajmichael2017-09-2277-0/+5735