1. 00ed747 Merge remote-tracking branch 'aosp/upstream-master' into desugar by Colin Cross · 7 years ago
  2. 399ca0f Improve exception message to output more information. RELNOTES:None. by cnsun · 7 years ago
  3. 703958f Remove static import of inner class InferredType's fields by ccross · 7 years ago
  4. 6911387 Automatic code cleanup. by cushon · 7 years ago
  5. 6d6712d Let to push lambda arguments not only with *LOAD instructions but with SIPUSH and *CONST_*. by Googler · 7 years ago
  6. d89c817 Fix canonical option list for options that implicitly require options with allowMultiple=true by ccalvarin · 7 years ago
  7. 064a545 Change config expansion application order, gated by startup flag --expand_configs_in_place. by ccalvarin · 7 years ago
  8. 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
  9. 8daf1cc Fix EnclosingMethod attribute when moving interface methods to companion class by kmb · 7 years ago
  10. 8095de2 Cleanup stream use in canonical list of options. by ccalvarin · 7 years ago
  11. 9582b4d Remove unused LegacyParamsFilePreProcessor. Removed test cases from OptionsParserTest are implemented in ParamsFilePreProcessorTest, ShellQuotedParamsFilePreProcessorTest and UnquotedParamsFilePreProcessorTest. by apell · 7 years ago
  12. e626b03 Switch on tracking of specific option priorities. by ccalvarin · 7 years ago
  13. d95ce7f Compute canonical list of options using OptionValueDescription's tracking of instances. by ccalvarin · 7 years ago
  14. bc20f32 Merge remote-tracking branch 'aosp/upstream-master' into master by Colin Cross · 7 years ago
  15. 2e274f1 Record dependencies when directly calling moved interface methods. by kmb · 7 years ago
  16. 0a338b8 Track expansions in OptionValueDescription. by ccalvarin · 7 years ago
  17. f0e9f23 Remove feature to allow expansion flags to have values. by ccalvarin · 7 years ago
  18. 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
  19. 195dd40 Track Option placement within a priority category. by ccalvarin · 7 years ago
  20. f64b570 Make option conflicts less spammy. by ccalvarin · 7 years ago
  21. 28c11b8 Expand implicitRequirements in the location of the option that required it. by ccalvarin · 7 years ago
  22. 4eeb462 Remove the implicit requirement of core_library. by ccalvarin · 7 years ago
  23. cdb9e53 Clean up InvocationPolicy's use of OptionDescription. by ccalvarin · 7 years ago
  24. 2c2f636 Report the structured Bazel command line via the BEP. by ccalvarin · 7 years ago
  25. 687ddfa Do not rewrite static interface method invocations from bootclasspath by Googler · 7 years ago
  26. 06bf81d Downgrade the default invocation policy log levels to fine. by ccalvarin · 7 years ago
  27. dc5cad9 Categorize build options for BuildConfiguration. by gregce · 7 years ago
  28. 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
  29. 5846f33 Add new option categorization and tagging information to HelpCommand's output. by ccalvarin · 7 years ago
  30. a0d433e Move the canonicalization of an option value to the option value itself. by ccalvarin · 7 years ago
  31. 14905bc Merge remote-tracking branch 'aosp/upstream-master' by Ivan Gavrilovic · 7 years ago
  32. 05bb5c2 Track the origin of an option in the option instance, not its final value. by ccalvarin · 7 years ago
  33. e8f68b5 Deprecate wrapperOptions. by ccalvarin · 7 years ago
  34. 55cf690 Track all option instances. by ccalvarin · 7 years ago
  35. 2c366b8 Cleanup of expansion option naming by ccalvarin · 7 years ago
  36. 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
  37. 3b37819 Document the options in smaller commands. by ccalvarin · 7 years ago
  38. 2acf71b Treat parsed option values differently by option type. by ccalvarin · 7 years ago
  39. cff0d21 Throw away the confusing UnparsedOptionValueDescription name. by ccalvarin · 7 years ago
  40. 65ff0d1 Introduce "bazel help flags-as-proto" to print information about supported flags as a text protobuf. by fwe · 7 years ago
  41. be286cf Pass the UnparsedOptionValues when setting or adding option values. by ccalvarin · 7 years ago
  42. bf096ba Consolidate the "unparsed" option value tracking. by ccalvarin · 7 years ago
  43. 8c3292b Move option value tracking classes to their own file. by ccalvarin · 7 years ago
  44. 7508b18 Replace referrals to options by their name to option definitions. by ccalvarin · 7 years ago
  45. 293c463 Option value tracking should refer to the option definitions, not just track option name. by ccalvarin · 7 years ago
  46. 791d192 Options with oldNames will no longer get reported twice in the effective option lists. by ccalvarin · 7 years ago
  47. acfff2c fix for legacy jacoco instrumentation in interfaces behind flag RELNOTES: n/a by kmb · 7 years ago
  48. c42002a Expansion flags need some restraints. by ccalvarin · 7 years ago
  49. 3e20722 Rename all logger instances to "logger" (instead "LOG" or "log"). by lberki · 7 years ago
  50. 2920dac Update comments about the option processor. by ccalvarin · 7 years ago
  51. 5ea845d Move final static option checks to compile time. by ccalvarin · 7 years ago
  52. 81fe040 PiperOrigin-RevId: 167167400 by kmb · 7 years ago
  53. e84b17f Move caching of OptionDefinitions to be static, and remove uncached extractions of OptionDefinitions. by ccalvarin · 7 years ago
  54. d862ad3 Move static converter legality checks to compile time. by ccalvarin · 7 years ago
  55. ac81ac5 Add a closeResource(Throwable throwable, Object resource) in the runtime by cnsun · 7 years ago
  56. 02d3b04 Merge remote-tracking branch 'aosp/upstream-master' into desugar by Colin Cross · 7 years ago
  57. f317207 Move default value & converter finding logic to the OptionDefinition class. by ccalvarin · 7 years ago
  58. d6bbaee Rollforward of https://github.com/bazelbuild/bazel/commit/0071b396776be4d146fd271499716dd5dea6f7e9: Enable parameter files for manifest merger actions. by apell · 7 years ago
  59. 259c177 Refactoring: OptionsParser now uses the visitor pattern to iterate over Blaze options. by fwe · 7 years ago
  60. d953943 Merge remote-tracking branch 'aosp/upstream-master' into desugar by Colin Cross · 7 years ago
  61. 132d0ea Move option tag checks to compile time. by ccalvarin · 7 years ago
  62. e47ad37 Move compile-time checks to own package. by ccalvarin · 7 years ago
  63. bf42c54 Check at compile time that all options are declared public, and are non-final and non-static. by ccalvarin · 7 years ago
  64. 855f1dd Adds compile action for aapt2: Aapt2ResourcePackagingAction by corysmith · 7 years ago
  65. e133483 Adding compile time checks to the options parser. by ccalvarin · 7 years ago
  66. dfb8518 Add OptionDefinition layer between the @Option annotation and its fields and the options parser. by ccalvarin · 7 years ago
  67. 20d5bf8 Remove workaround. The ASM bug is fixed. And we use ClassRemapper now. by cnsun · 7 years ago
  68. 6c8eff0 Switch android tools' use of options parser to a more concise form for the single options-base case. by ccalvarin · 7 years ago
  69. 0f4322d Merge remote-tracking branch 'aosp/upstream-master' into desugar by Colin Cross · 7 years ago
  70. 118f625 Fix expansion option output formatting in html output by ccalvarin · 7 years ago
  71. 15a7103 Categorize query options. by janakr · 7 years ago
  72. 2b9216a Merge remote-tracking branch 'aosp/upstream-master' into master by Colin Cross · 7 years ago
  73. 16b3b0b Fix terminal output expansion flag spacing & add implicit requirements. by ccalvarin · 7 years ago
  74. 0f0fc0e Use cached values for option converter types. by ccalvarin · 7 years ago
  75. f3410c4 Validate and Link libraries action for aapt2 by corysmith · 7 years ago
  76. d3e2fe7 Polishing by Jonathan Bluett-Duncan · 7 years ago
  77. 0eddcb1 Remove invalid check. It is possible that an interface initializer can set by cnsun · 7 years ago
  78. 25831f9 Merge remote-tracking branch 'aosp/upstream-master' into desugar by Colin Cross · 7 years ago
  79. 4676fd2 improve efficiency of no-op desugarings by kmb · 7 years ago
  80. 3d687cc Android BusyBox: deprecate --libraries flag by laszlocsomor · 7 years ago
  81. 68b1c0f Accept expansion flags expanding to expansion flags in invocation policy. by ccalvarin · 7 years ago
  82. 6384fd1 Tolerate missing interface markers in method calls from interface methods to methods in that interface. by kmb · 7 years ago
  83. 22fd81c Alter the order of class visitors, to make sure that Objects.requireNonNUll by cnsun · 7 years ago
  84. 9b21f60 Parse version 53 class files built from language level 8 sources. by Tobias Thierer · 7 years ago
  85. 8625f47 Android BusyBox: remove dead code by laszlocsomor · 7 years ago
  86. 561b358 Disable desugaring try-with-resources when --min_sdk_version is above 18. by cnsun · 7 years ago
  87. edba948 Merge remote-tracking branch 'aosp/upstream-master' into master by Colin Cross · 7 years ago
  88. cef9738 Migrate the options parser to java8 functions. by ccalvarin · 7 years ago
  89. d147a0d In UseBridge.class, check whether the owner of the method call instruction and by cnsun · 7 years ago
  90. 5bc47e9 Move the DurationConverter to the common.options package by ulfjack · 7 years ago
  91. b964f0a Merge remote-tracking branch 'aosp/upstream-master' into desugar by Colin Cross · 7 years ago
  92. f38ed40 Automated rollback of commit 01ddfb7bf418b371859de62f4eab2f41ea9a4a4a. by laszlocsomor · 7 years ago
  93. 4278369 Add test framework for OptionsBase classes and their Converters. by mstaib · 7 years ago
  94. 0df7843 Make the @Option annotation depend on the java version of the tagging enums. by ccalvarin · 7 years ago
  95. 5ef7d2f Internal change by Googler · 7 years ago
  96. eacb2f5 AndroidBusyBox: deprecate path-list-type flags by laszlocsomor · 7 years ago
  97. 95b4b9a Add the option filter enums in java, with equivalence check. by ccalvarin · 7 years ago
  98. 822deef First pass of @Option documentation for apple/objc/swift by cparsons · 7 years ago
  99. c7a523a Fix options parsing javadoc typo. by gregce · 7 years ago
  100. 6a534d3 Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetadataTags. by ccalvarin · 7 years ago