- 46d8182 Minor fixes to KeepScanner tool: by kmb · 7 years ago
- 2042d8d Support custom implementations of emulated core interface methods by kmb · 7 years ago
- 4c2556f tests,windows: enable android.desugar.runtime by Laszlo Csomor · 7 years ago
- 1c433fd emulate dynamic dispatch of emulated default interface methods RELNOTES: None. by kmb · 7 years ago
- 63cde3a Android desugar config options to exclude methods from interface emulation by kmb · 7 years ago
- 6cd3188 send invocations to emulated interfaces through dispatch helper. by kmb · 7 years ago
- e665bea Fix invocation policy's handling of the null default when filtering values. by ccalvarin · 7 years ago
- fbc46a6 add binary flag for core library desugaring and gate existing configuration flags by it. by kmb · 7 years ago
- dc5db10 Rename and implement emulated interfaces as needed during android desugaring by kmb · 7 years ago
- e3ba760 Actually retarget so-configured invocations in android desugaring by kmb · 7 years ago
- 904e6dc Add a check to avoid core library default methods that (accidentally) aren't being desugared. by kmb · 7 years ago
- 4f68e2e add ability to move individual core library methods RELNOTES: None. by kmb · 7 years ago
- 669a724 Apply interface invocation desugaring to renamed core libraries. Fix invokespecial invocations for core interfaces. by kmb · 7 years ago
- cfff739 Tool that scans a given Jar for references to select classes and outputs corresponding Proguard-style -keep rules by kmb · 7 years ago
- f6818a1 Automated rollback of commit f672a31b8b19baab95373e4f2f6d110aa8b8f0fb. by corysmith · 7 years ago
- 3a8eb0f Normalized the serialization proto to save space and allow greater versatility in storage. by corysmith · 7 years ago
- 25d5064 Resolve the owner of interface.super calls to inherited default methods for android desugaring by kmb · 7 years ago
- b104f2e Desugar fixes: by kmb · 7 years ago
- f84654f Delete erroneous piece of desugar's renaming logic RELNOTES: None. by kmb · 7 years ago
- 17d008d Stub default methods as needed for core library desugaring RELNOTES: None by kmb · 7 years ago
- dffdca8 Refactor the command line argument parser to use the latest API. by cnsun · 7 years ago
- 0633971 Rename generated core classes during core library desugaring RELNOTES: None. by kmb · 7 years ago
- c69bee0 Reflect renamed classes in desugar output file names RELNOTES: None. by kmb · 7 years ago
- 40fa0d9 drop debug info when loading classes in desugar as a workaround for https://bugs.openjdk.java.net/browse/JDK-8066981 by kmb · 7 years ago
- 47bb3bf Basic tooling to desugar select core libraries RELNOTES: None. by kmb · 7 years ago
- 485a7d2 Fix StreamResourceLeak error by Liam Miller-Cushon · 7 years ago
- 45383a9 Relax the assertion on the inferred resource type. Now we only require that the by cnsun · 7 years ago
- c1733d1 Warn about config expansions as we do for other expansions. by ccalvarin · 7 years ago
- c9ab080 Remove wrapper options support. by ccalvarin · 7 years ago
- 9797e82 Automatic formatting cleanup of Android *.java files. by jingwen · 7 years ago
- 2607011 Eagerly close directory content stream again when looking for dumped lambdas by kmb · 7 years ago
- 37ba421 reflect prefix in additional ClassReader methods for consistency with what happens during visit() by kmb · 7 years ago
- f6c566a make desugar resilient to unrelated lambdas being dumped while it runs by kmb · 7 years ago
- b06ac54 Correct stack map frame computation. When visiting CHOP Frame (discarding n local local variables), the current implementation deletes n local slots, which is wrong when the local variable to delete is of type category 2. by cnsun · 7 years ago
- 399ca0f Improve exception message to output more information. RELNOTES:None. by cnsun · 7 years ago
- 703958f Remove static import of inner class InferredType's fields by ccross · 7 years ago
- 6911387 Automatic code cleanup. by cushon · 7 years ago
- 6d6712d Let to push lambda arguments not only with *LOAD instructions but with SIPUSH and *CONST_*. by Googler · 7 years ago
- d89c817 Fix canonical option list for options that implicitly require options with allowMultiple=true by ccalvarin · 7 years ago
- 064a545 Change config expansion application order, gated by startup flag --expand_configs_in_place. by ccalvarin · 7 years ago
- f0971e8 Specialize $closeResource(Throwable, AutoCloseable) so that desugared code does not depend on AutoCloseable, as it is not available before API 19. by cnsun · 7 years ago
- 8daf1cc Fix EnclosingMethod attribute when moving interface methods to companion class by kmb · 7 years ago
- 8095de2 Cleanup stream use in canonical list of options. by ccalvarin · 7 years ago
- 9582b4d Remove unused LegacyParamsFilePreProcessor. Removed test cases from OptionsParserTest are implemented in ParamsFilePreProcessorTest, ShellQuotedParamsFilePreProcessorTest and UnquotedParamsFilePreProcessorTest. by apell · 7 years ago
- e626b03 Switch on tracking of specific option priorities. by ccalvarin · 7 years ago
- d95ce7f Compute canonical list of options using OptionValueDescription's tracking of instances. by ccalvarin · 7 years ago
- 2e274f1 Record dependencies when directly calling moved interface methods. by kmb · 7 years ago
- c3dfa2e Exclude Android dependency checking from Bazel's singlejar build. by kmb · 7 years ago
- 0a338b8 Track expansions in OptionValueDescription. by ccalvarin · 7 years ago
- f0e9f23 Remove feature to allow expansion flags to have values. by ccalvarin · 7 years ago
- 58fce5d Migrate all users of OptionsParser.enableParamsFileSupport to use the ShellQuotedParamsFilePreProcessor. This covers all of the tools packaged in the ResourceProcessorBusyBox. by apell · 7 years ago
- 195dd40 Track Option placement within a priority category. by ccalvarin · 7 years ago
- f64b570 Make option conflicts less spammy. by ccalvarin · 7 years ago
- d5c73e0 Desugar-singlejar integration tests for double-checking default methods. by kmb · 7 years ago
- 28c11b8 Expand implicitRequirements in the location of the option that required it. by ccalvarin · 7 years ago
- 4eeb462 Remove the implicit requirement of core_library. by ccalvarin · 7 years ago
- cdb9e53 Clean up InvocationPolicy's use of OptionDescription. by ccalvarin · 7 years ago
- 2c2f636 Report the structured Bazel command line via the BEP. by ccalvarin · 7 years ago
- 687ddfa Do not rewrite static interface method invocations from bootclasspath by Googler · 7 years ago
- 06bf81d Downgrade the default invocation policy log levels to fine. by ccalvarin · 7 years ago
- dc5cad9 Categorize build options for BuildConfiguration. by gregce · 7 years ago
- 59adc3a add flags to desugar to emit metadata that can be used for double-checking correctness of default and static interface desugaring. by kmb · 7 years ago
- 5846f33 Add new option categorization and tagging information to HelpCommand's output. by ccalvarin · 7 years ago
- a0d433e Move the canonicalization of an option value to the option value itself. by ccalvarin · 7 years ago
- 05bb5c2 Track the origin of an option in the option instance, not its final value. by ccalvarin · 7 years ago
- e8f68b5 Deprecate wrapperOptions. by ccalvarin · 7 years ago
- 55cf690 Track all option instances. by ccalvarin · 7 years ago
- 2c366b8 Cleanup of expansion option naming by ccalvarin · 7 years ago
- 40ea7bc Create multiple ParamsFilePreProcessors to allow parsing files using the formats specified in ParameterFile.ParameterFileType. Also maintain the currently used parsing style of whitespace split arguments that allows single and double quoting and whitespace and quote escaping. This style of parsing is for a format not currently generated and will be removed once all consuming actions have been converted to using a supported format explicitly. by apell · 7 years ago
- 3b37819 Document the options in smaller commands. by ccalvarin · 7 years ago
- 2acf71b Treat parsed option values differently by option type. by ccalvarin · 7 years ago
- cff0d21 Throw away the confusing UnparsedOptionValueDescription name. by ccalvarin · 7 years ago
- 65ff0d1 Introduce "bazel help flags-as-proto" to print information about supported flags as a text protobuf. by fwe · 7 years ago
- be286cf Pass the UnparsedOptionValues when setting or adding option values. by ccalvarin · 7 years ago
- bf096ba Consolidate the "unparsed" option value tracking. by ccalvarin · 7 years ago
- 7f6f08b Open source tests for Android desugarer. by ajmichael · 7 years ago
- 8c3292b Move option value tracking classes to their own file. by ccalvarin · 7 years ago
- 7508b18 Replace referrals to options by their name to option definitions. by ccalvarin · 7 years ago
- 293c463 Option value tracking should refer to the option definitions, not just track option name. by ccalvarin · 7 years ago
- 791d192 Options with oldNames will no longer get reported twice in the effective option lists. by ccalvarin · 7 years ago
- acfff2c fix for legacy jacoco instrumentation in interfaces behind flag RELNOTES: n/a by kmb · 7 years ago
- c42002a Expansion flags need some restraints. by ccalvarin · 7 years ago
- 3e20722 Rename all logger instances to "logger" (instead "LOG" or "log"). by lberki · 7 years ago
- 2920dac Update comments about the option processor. by ccalvarin · 7 years ago
- 5ea845d Move final static option checks to compile time. by ccalvarin · 7 years ago
- 81fe040 PiperOrigin-RevId: 167167400 by kmb · 7 years ago
- e84b17f Move caching of OptionDefinitions to be static, and remove uncached extractions of OptionDefinitions. by ccalvarin · 7 years ago
- d862ad3 Move static converter legality checks to compile time. by ccalvarin · 7 years ago
- ac81ac5 Add a closeResource(Throwable throwable, Object resource) in the runtime by cnsun · 7 years ago
- f317207 Move default value & converter finding logic to the OptionDefinition class. by ccalvarin · 7 years ago
- d6bbaee Rollforward of https://github.com/bazelbuild/bazel/commit/0071b396776be4d146fd271499716dd5dea6f7e9: Enable parameter files for manifest merger actions. by apell · 7 years ago
- 259c177 Refactoring: OptionsParser now uses the visitor pattern to iterate over Blaze options. by fwe · 7 years ago
- 132d0ea Move option tag checks to compile time. by ccalvarin · 7 years ago
- e47ad37 Move compile-time checks to own package. by ccalvarin · 7 years ago
- bf42c54 Check at compile time that all options are declared public, and are non-final and non-static. by ccalvarin · 7 years ago
- 855f1dd Adds compile action for aapt2: Aapt2ResourcePackagingAction by corysmith · 7 years ago
- e133483 Adding compile time checks to the options parser. by ccalvarin · 7 years ago
- dfb8518 Add OptionDefinition layer between the @Option annotation and its fields and the options parser. by ccalvarin · 7 years ago
- 20d5bf8 Remove workaround. The ASM bug is fixed. And we use ClassRemapper now. by cnsun · 7 years ago
- 6c8eff0 Switch android tools' use of options parser to a more concise form for the single options-base case. by ccalvarin · 7 years ago