summaryrefslogtreecommitdiffstats
path: root/java/com/google/devtools
Commit message (Expand)AuthorAgeFilesLines
* Merge 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 Gavrilovic2018-05-0447-509/+2469
|\
| * Allow --worker_max_instances to take MnemonicName=value to specify max for ea...upstream-masterGoogler2018-05-041-60/+69
| * Clean up code that directly imports nested classes like Builder, Entry, etc.jcater2018-05-043-12/+10
| * Clean up code that directly imports nested classes like Builder, Entry, etc.jcater2018-05-042-5/+4
| * Remove use of bare Immutable{List,Map,Set} Builder classes.jcater2018-05-042-5/+4
| * Relax the assertion in Desugar for checking the calls to $closeResource(...).cnsun2018-05-041-7/+5
| * Make attempting to change --config in invocation policy an error.ccalvarin2018-05-041-0/+9
| * Remove alphabetical sorting of options in the canonical list.ccalvarin2018-05-044-57/+90
| * Remove some deprecated resources flags.ajmichael2018-05-041-50/+0
| * Remove category checking from incompatible changes.ccalvarin2018-05-043-2/+15
| * Support source versions newer than 8 in Bazel's annotation processorscushon2018-05-041-2/+5
| * stub simple core library bridge methods that only differ in return typekmb2018-05-041-13/+72
| * Reflect core library moves in super calls, even in default method stubs. Alw...kmb2018-05-043-21/+92
| * Make KeepScanner tool search classpath for nearest definition of each member ...kmb2018-05-0427-68/+237
| * Minor fixes to KeepScanner tool:kmb2018-05-041-5/+7
| * Support custom implementations of emulated core interface methodskmb2018-05-043-32/+58
| * emulate dynamic dispatch of emulated default interface methodskmb2018-05-043-74/+156
| * Android desugar config options to exclude methods from interface emulationkmb2018-05-042-3/+30
| * send invocations to emulated interfaces through dispatch helper.kmb2018-05-045-22/+176
| * Fix invocation policy's handling of the null default when filtering values.ccalvarin2018-05-041-9/+15
| * add binary flag for core library desugaring and gate existing configuration f...kmb2018-05-042-14/+29
| * Rename and implement emulated interfaces as needed during android desugaringkmb2018-05-042-0/+68
| * Actually retarget so-configured invocations in android desugaringkmb2018-05-041-0/+1
| * Add a check to avoid core library default methods that (accidentally) aren't ...kmb2018-05-041-1/+19
| * add ability to move individual core library methodskmb2018-05-043-3/+54
| * Apply interface invocation desugaring to renamed core libraries. Fix invokes...kmb2018-05-043-28/+63
| * Tool that scans a given Jar for references to select classes and outputs corr...kmb2018-05-043-0/+630
| * Automated rollback of commit f672a31b8b19baab95373e4f2f6d110aa8b8f0fb.corysmith2018-05-041-2/+2
| * Normalized the serialization proto to save space and allow greater versatilit...corysmith2018-05-041-2/+2
| * Resolve the owner of interface.super calls to inherited default methods for a...kmb2018-05-043-2/+43
| * Desugar fixes:kmb2018-05-043-28/+56
| * Delete erroneous piece of desugar's renaming logickmb2018-05-041-10/+1
| * Stub default methods as needed for core library desugaringkmb2018-05-043-44/+115
| * Refactor the command line argument parser to use the latest API.cnsun2018-05-041-10/+10
| * Rename generated core classes during core library desugaringkmb2018-05-041-1/+8
| * Reflect renamed classes in desugar output file nameskmb2018-05-042-11/+41
| * drop debug info when loading classes in desugar as a workaround for https://b...kmb2018-05-041-1/+2
| * Basic tooling to desugar select core librarieskmb2018-05-046-9/+359
| * Fix StreamResourceLeak errorLiam Miller-Cushon2018-05-041-6/+6
| * Relax the assertion on the inferred resource type. Now we only require that thecnsun2018-05-041-12/+34
| * Warn about config expansions as we do for other expansions.ccalvarin2018-05-045-51/+99
| * Remove wrapper options support.ccalvarin2018-05-045-115/+9
* | Merge 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 Cross2017-12-183-11/+31
|\|
| * Automatic formatting cleanup of Android *.java files.jingwen2017-12-182-7/+7
| * Eagerly close directory content stream again when looking for dumped lambdaskmb2017-12-181-6/+8
| * reflect prefix in additional ClassReader methods for consistency with what ha...kmb2017-12-181-0/+20
* | Revert "Revert "Merge remote-tracking branch 'aosp/upstream-master' into desu...Colin Cross2017-12-183-72/+130
* | Revert "Merge remote-tracking branch 'aosp/upstream-master' into desugar"Colin Cross2017-12-153-130/+72
* | Merge remote-tracking branch 'aosp/upstream-master' into desugarColin Cross2017-12-143-72/+130
|\|
| * make desugar resilient to unrelated lambdas being dumped while it runskmb2017-12-141-18/+19