- 00ed747 Merge remote-tracking branch 'aosp/upstream-master' into desugar by Colin Cross · 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
- bc20f32 Merge remote-tracking branch 'aosp/upstream-master' into master by Colin Cross · 7 years ago
- 2e274f1 Record dependencies when directly calling moved interface methods. 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
- 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
- 14905bc Merge remote-tracking branch 'aosp/upstream-master' by Ivan Gavrilovic · 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
- 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
- 02d3b04 Merge remote-tracking branch 'aosp/upstream-master' into desugar by Colin Cross · 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
- d953943 Merge remote-tracking branch 'aosp/upstream-master' into desugar by Colin Cross · 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
- 0f4322d Merge remote-tracking branch 'aosp/upstream-master' into desugar by Colin Cross · 7 years ago
- 118f625 Fix expansion option output formatting in html output by ccalvarin · 7 years ago
- 15a7103 Categorize query options. by janakr · 7 years ago
- 2b9216a Merge remote-tracking branch 'aosp/upstream-master' into master by Colin Cross · 7 years ago
- 16b3b0b Fix terminal output expansion flag spacing & add implicit requirements. by ccalvarin · 7 years ago
- 0f0fc0e Use cached values for option converter types. by ccalvarin · 7 years ago
- f3410c4 Validate and Link libraries action for aapt2 by corysmith · 7 years ago
- d3e2fe7 Polishing by Jonathan Bluett-Duncan · 7 years ago
- 0eddcb1 Remove invalid check. It is possible that an interface initializer can set by cnsun · 7 years ago
- 25831f9 Merge remote-tracking branch 'aosp/upstream-master' into desugar by Colin Cross · 7 years ago
- 4676fd2 improve efficiency of no-op desugarings by kmb · 7 years ago
- 3d687cc Android BusyBox: deprecate --libraries flag by laszlocsomor · 7 years ago
- 68b1c0f Accept expansion flags expanding to expansion flags in invocation policy. by ccalvarin · 7 years ago
- 6384fd1 Tolerate missing interface markers in method calls from interface methods to methods in that interface. by kmb · 7 years ago
- 22fd81c Alter the order of class visitors, to make sure that Objects.requireNonNUll by cnsun · 7 years ago
- 9b21f60 Parse version 53 class files built from language level 8 sources. by Tobias Thierer · 7 years ago
- 8625f47 Android BusyBox: remove dead code by laszlocsomor · 7 years ago
- 561b358 Disable desugaring try-with-resources when --min_sdk_version is above 18. by cnsun · 7 years ago
- edba948 Merge remote-tracking branch 'aosp/upstream-master' into master by Colin Cross · 7 years ago
- cef9738 Migrate the options parser to java8 functions. by ccalvarin · 7 years ago
- d147a0d In UseBridge.class, check whether the owner of the method call instruction and by cnsun · 7 years ago
- 5bc47e9 Move the DurationConverter to the common.options package by ulfjack · 7 years ago
- b964f0a Merge remote-tracking branch 'aosp/upstream-master' into desugar by Colin Cross · 7 years ago
- f38ed40 Automated rollback of commit 01ddfb7bf418b371859de62f4eab2f41ea9a4a4a. by laszlocsomor · 7 years ago
- 4278369 Add test framework for OptionsBase classes and their Converters. by mstaib · 7 years ago
- 0df7843 Make the @Option annotation depend on the java version of the tagging enums. by ccalvarin · 7 years ago
- 5ef7d2f Internal change by Googler · 7 years ago
- eacb2f5 AndroidBusyBox: deprecate path-list-type flags by laszlocsomor · 7 years ago
- 95b4b9a Add the option filter enums in java, with equivalence check. by ccalvarin · 7 years ago
- 822deef First pass of @Option documentation for apple/objc/swift by cparsons · 7 years ago
- c7a523a Fix options parsing javadoc typo. by gregce · 7 years ago
- 6a534d3 Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetadataTags. by ccalvarin · 7 years ago