summaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)Author
2017-12-14Correct stack map frame computation. When visiting CHOP Frame (discarding n l...cnsun
2017-12-06Merge remote-tracking branch 'aosp/upstream-master' into desugarColin Cross
2017-12-06Improve exception message to output more information.cnsun
2017-12-06Remove static import of inner class InferredType's fieldsccross
2017-11-29Automatic code cleanup.cushon
2017-11-29Let to push lambda arguments not only with *LOAD instructions but with SIPUSH...Googler
2017-11-29Fix canonical option list for options that implicitly require options with al...ccalvarin
2017-11-29Change config expansion application order, gated by startup flag --expand_con...ccalvarin
2017-11-29Specialize $closeResource(Throwable, AutoCloseable) so that desugared code do...cnsun
2017-11-29Fix EnclosingMethod attribute when moving interface methods to companion classkmb
2017-11-29Cleanup stream use in canonical list of options.ccalvarin
2017-11-29Remove unused LegacyParamsFilePreProcessor. Removed test cases from OptionsPa...apell
2017-11-29Switch on tracking of specific option priorities.ccalvarin
2017-11-29Compute canonical list of options using OptionValueDescription's tracking of ...ccalvarin
2017-10-24Merge remote-tracking branch 'aosp/upstream-master' into masterandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6Colin Cross
2017-10-24Record dependencies when directly calling moved interface methods.kmb
2017-10-24Track expansions in OptionValueDescription.ccalvarin
2017-10-24Remove feature to allow expansion flags to have values.ccalvarin
2017-10-24Migrate all users of OptionsParser.enableParamsFileSupport to use the ShellQu...apell
2017-10-24Track Option placement within a priority category.ccalvarin
2017-10-24Make option conflicts less spammy.ccalvarin
2017-10-24Expand implicitRequirements in the location of the option that required it.ccalvarin
2017-10-24Remove the implicit requirement of core_library.ccalvarin
2017-10-24Clean up InvocationPolicy's use of OptionDescription.ccalvarin
2017-10-24Report the structured Bazel command line via the BEP.ccalvarin
2017-10-24Do not rewrite static interface method invocations from bootclasspathGoogler
2017-10-24Downgrade the default invocation policy log levels to fine.ccalvarin
2017-10-24Categorize build options for BuildConfiguration.gregce
2017-10-24add flags to desugar to emit metadata that can be used for double-checking co...kmb
2017-10-24Add new option categorization and tagging information to HelpCommand's output.ccalvarin
2017-10-24Move the canonicalization of an option value to the option value itself.ccalvarin
2017-09-25Merge remote-tracking branch 'aosp/upstream-master'Ivan Gavrilovic
2017-09-22Track the origin of an option in the option instance, not its final value.ccalvarin
2017-09-22Deprecate wrapperOptions.ccalvarin
2017-09-22Track all option instances.ccalvarin
2017-09-22Cleanup of expansion option namingccalvarin
2017-09-22Create multiple ParamsFilePreProcessors to allow parsing files using the form...apell
2017-09-22Document the options in smaller commands.ccalvarin
2017-09-22Treat parsed option values differently by option type.ccalvarin
2017-09-22Throw away the confusing UnparsedOptionValueDescription name.ccalvarin
2017-09-22Introduce "bazel help flags-as-proto" to print information about supported fl...fwe
2017-09-22Pass the UnparsedOptionValues when setting or adding option values.ccalvarin
2017-09-22Consolidate the "unparsed" option value tracking.ccalvarin
2017-09-22Move option value tracking classes to their own file.ccalvarin
2017-09-12Replace referrals to options by their name to option definitions.ccalvarin
2017-09-12Option value tracking should refer to the option definitions, not just track ...ccalvarin
2017-09-12Options with oldNames will no longer get reported twice in the effective opti...ccalvarin
2017-09-06fix for legacy jacoco instrumentation in interfaces behind flagkmb
2017-09-06Expansion flags need some restraints.ccalvarin
2017-09-06Rename all logger instances to "logger" (instead "LOG" or "log").lberki