summaryrefslogtreecommitdiff
path: root/java/com
AgeCommit message (Expand)Author
2018-05-04Merge remote-tracking branch upstream-master into masterandroid-p-preview-5android-p-preview-4android-o-mr1-iot-release-1.0.2android-o-mr1-iot-release-1.0.1Ivan Gavrilovic
2018-05-04Allow --worker_max_instances to take MnemonicName=value to specify max for ea...upstream-masterGoogler
2018-05-04Clean up code that directly imports nested classes like Builder, Entry, etc.jcater
2018-05-04Clean up code that directly imports nested classes like Builder, Entry, etc.jcater
2018-05-04Remove use of bare Immutable{List,Map,Set} Builder classes.jcater
2018-05-04Relax the assertion in Desugar for checking the calls to $closeResource(...).cnsun
2018-05-04Make attempting to change --config in invocation policy an error.ccalvarin
2018-05-04Remove alphabetical sorting of options in the canonical list.ccalvarin
2018-05-04Remove some deprecated resources flags.ajmichael
2018-05-04Remove category checking from incompatible changes.ccalvarin
2018-05-04Support source versions newer than 8 in Bazel's annotation processorscushon
2018-05-04stub simple core library bridge methods that only differ in return typekmb
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-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-04Fix invocation policy's handling of the null default when filtering values.ccalvarin
2018-05-04add binary flag for core library desugaring and gate existing configuration f...kmb
2018-05-04Rename and implement emulated interfaces as needed during android desugaringkmb
2018-05-04Actually retarget so-configured invocations in android desugaringkmb
2018-05-04Add a check to avoid core library default methods that (accidentally) aren't ...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-04Automated rollback of commit f672a31b8b19baab95373e4f2f6d110aa8b8f0fb.corysmith
2018-05-04Normalized the serialization proto to save space and allow greater versatilit...corysmith
2018-05-04Resolve the owner of interface.super calls to inherited default methods for a...kmb
2018-05-04Desugar fixes:kmb
2018-05-04Delete erroneous piece of desugar's renaming logickmb
2018-05-04Stub default methods as needed for core library desugaringkmb
2018-05-04Refactor the command line argument parser to use the latest API.cnsun
2018-05-04Rename generated core classes during core library desugaringkmb
2018-05-04Reflect renamed classes in desugar output file nameskmb
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-04Fix StreamResourceLeak errorLiam Miller-Cushon
2018-05-04Relax the assertion on the inferred resource type. Now we only require that thecnsun
2018-05-04Warn about config expansions as we do for other expansions.ccalvarin
2018-05-04Remove wrapper options support.ccalvarin
2017-12-18Merge remote-tracking branch 'aosp/upstream-master' into masterandroid-wear-p-preview-2android-wear-8.0.0_r1android-p-preview-3android-p-preview-2android-p-preview-1android-o-mr1-iot-release-1.0.0android-o-mr1-iot-preview-8android-o-mr1-iot-preview-7o-mr1-iot-preview-8o-mr1-iot-preview-7Colin Cross
2017-12-18Revert "Revert "Merge remote-tracking branch 'aosp/upstream-master' into desu...Colin Cross
2017-12-18Automatic formatting cleanup of Android *.java files.jingwen
2017-12-18Eagerly close directory content stream again when looking for dumped lambdaskmb
2017-12-18reflect prefix in additional ClassReader methods for consistency with what ha...kmb
2017-12-15Revert "Merge remote-tracking branch 'aosp/upstream-master' into desugar"Colin Cross
2017-12-14Merge remote-tracking branch 'aosp/upstream-master' into desugarColin Cross
2017-12-14make desugar resilient to unrelated lambdas being dumped while it runskmb