1. d907477 Revert "Merge remote-tracking branch 'aosp/upstream-master' into desugar" by Colin Cross · 6 years ago
  2. 67e182a Revert "Merge remote-tracking branch 'aosp/upstream-master' into desugar" by Colin Cross · 6 years ago
  3. e97a573 Merge remote-tracking branch 'aosp/upstream-master' into desugar am: 28068806fa am: 6b2f3e8f0f by Colin Cross · 6 years ago
  4. 970766b Merge remote-tracking branch 'aosp/upstream-master' into desugar am: 28068806fa by Colin Cross · 6 years ago
  5. 6b2f3e8 Merge remote-tracking branch 'aosp/upstream-master' into desugar am: 28068806fa by Colin Cross · 6 years ago
  6. 2806880 Merge remote-tracking branch 'aosp/upstream-master' into desugar by Colin Cross · 6 years ago
  7. f6c566a make desugar resilient to unrelated lambdas being dumped while it runs by kmb · 6 years ago
  8. 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 · 6 years ago
  9. 76c6d76 Snap for 4496165 from 046121d63e0802abe591d348bfccea8782487b83 to pi-release by android-build-team Robot · 6 years ago
  10. 046121d Add MODULE_LICENSE_APACHE2 and NOTICE files am: 6174695ef9 am: b6420c30b5 by Colin Cross · 6 years ago
  11. e128c69 Add MODULE_LICENSE_APACHE2 and NOTICE files am: 6174695ef9 am: b6420c30b5 by Colin Cross · 6 years ago
  12. b6420c3 Add MODULE_LICENSE_APACHE2 and NOTICE files am: 6174695ef9 by Colin Cross · 6 years ago
  13. b923fb1 Merge remote-tracking branch 'aosp/upstream-master' into desugar am: 00ed747d46 am: e893545a77 by Colin Cross · 7 years ago
  14. c7db50b Merge remote-tracking branch 'aosp/upstream-master' into desugar am: 00ed747d46 by Colin Cross · 7 years ago
  15. e893545 Merge remote-tracking branch 'aosp/upstream-master' into desugar am: 00ed747d46 by Colin Cross · 7 years ago
  16. 6174695 Add MODULE_LICENSE_APACHE2 and NOTICE files by Colin Cross · 7 years ago
  17. 00ed747 Merge remote-tracking branch 'aosp/upstream-master' into desugar by Colin Cross · 7 years ago
  18. 399ca0f Improve exception message to output more information. RELNOTES:None. by cnsun · 7 years ago
  19. 703958f Remove static import of inner class InferredType's fields by ccross · 7 years ago
  20. 6911387 Automatic code cleanup. by cushon · 7 years ago
  21. 6d6712d Let to push lambda arguments not only with *LOAD instructions but with SIPUSH and *CONST_*. by Googler · 7 years ago
  22. d89c817 Fix canonical option list for options that implicitly require options with allowMultiple=true by ccalvarin · 7 years ago
  23. 064a545 Change config expansion application order, gated by startup flag --expand_configs_in_place. by ccalvarin · 7 years ago
  24. 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
  25. 8daf1cc Fix EnclosingMethod attribute when moving interface methods to companion class by kmb · 7 years ago
  26. 8095de2 Cleanup stream use in canonical list of options. by ccalvarin · 7 years ago
  27. 9582b4d Remove unused LegacyParamsFilePreProcessor. Removed test cases from OptionsParserTest are implemented in ParamsFilePreProcessorTest, ShellQuotedParamsFilePreProcessorTest and UnquotedParamsFilePreProcessorTest. by apell · 7 years ago
  28. e626b03 Switch on tracking of specific option priorities. by ccalvarin · 7 years ago
  29. d95ce7f Compute canonical list of options using OptionValueDescription's tracking of instances. by ccalvarin · 7 years ago
  30. 59042c1 Snap for 4453288 from 1fd1d17fed74aa48506b72cba3dea9c56af9447f to pi-release by android-build-team Robot · 7 years ago
  31. 1fd1d17 Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD am: 93d7facd1b by Xin Li · 7 years ago
  32. 93d7fac Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD by Xin Li · 7 years ago
  33. 96f19e7 Merge commit 'f5d9b7abf28912f8a921cdca729dffa9b630c6a7' into HEAD by Xin Li · 7 years ago
  34. 2670235 Snap for 4434599 from b6f596a78e52a50a224fd07e7a80f7541a133c9b to pi-release by android-build-team Robot · 7 years ago
  35. b6f596a Merge remote-tracking branch 'aosp/upstream-master' into master am: bc20f321cd am: 2a4a26af86 by Colin Cross · 7 years ago
  36. fb6ba24 Merge remote-tracking branch 'aosp/upstream-master' into master am: bc20f321cd by Colin Cross · 7 years ago
  37. 2a4a26a Merge remote-tracking branch 'aosp/upstream-master' into master am: bc20f321cd by Colin Cross · 7 years ago
  38. bc20f32 Merge remote-tracking branch 'aosp/upstream-master' into master by Colin Cross · 7 years ago
  39. 2e274f1 Record dependencies when directly calling moved interface methods. by kmb · 7 years ago
  40. c3dfa2e Exclude Android dependency checking from Bazel's singlejar build. by kmb · 7 years ago
  41. 0a338b8 Track expansions in OptionValueDescription. by ccalvarin · 7 years ago
  42. f0e9f23 Remove feature to allow expansion flags to have values. by ccalvarin · 7 years ago
  43. 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
  44. 195dd40 Track Option placement within a priority category. by ccalvarin · 7 years ago
  45. f64b570 Make option conflicts less spammy. by ccalvarin · 7 years ago
  46. d5c73e0 Desugar-singlejar integration tests for double-checking default methods. by kmb · 7 years ago
  47. 28c11b8 Expand implicitRequirements in the location of the option that required it. by ccalvarin · 7 years ago
  48. 4eeb462 Remove the implicit requirement of core_library. by ccalvarin · 7 years ago
  49. cdb9e53 Clean up InvocationPolicy's use of OptionDescription. by ccalvarin · 7 years ago
  50. 2c2f636 Report the structured Bazel command line via the BEP. by ccalvarin · 7 years ago
  51. 687ddfa Do not rewrite static interface method invocations from bootclasspath by Googler · 7 years ago
  52. 06bf81d Downgrade the default invocation policy log levels to fine. by ccalvarin · 7 years ago
  53. dc5cad9 Categorize build options for BuildConfiguration. by gregce · 7 years ago
  54. 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
  55. 5846f33 Add new option categorization and tagging information to HelpCommand's output. by ccalvarin · 7 years ago
  56. a0d433e Move the canonicalization of an option value to the option value itself. by ccalvarin · 7 years ago
  57. eff9512 Snap for 4410736 from dda948369b0845308fd2e5ec958266af99fcc091 to pi-release by android-build-team Robot · 7 years ago
  58. dda9483 Use final release of ASM 6.0 am: 24351c4eab am: b94c5b8efd am: c6068560ad by Colin Cross · 7 years ago
  59. 6c5f891 Use final release of ASM 6.0 am: 24351c4eab am: b94c5b8efd am: c6068560ad by Colin Cross · 7 years ago
  60. c606856 Use final release of ASM 6.0 am: 24351c4eab am: b94c5b8efd by Colin Cross · 7 years ago
  61. b94c5b8 Use final release of ASM 6.0 am: 24351c4eab by Colin Cross · 7 years ago
  62. 24351c4 Use final release of ASM 6.0 by Colin Cross · 7 years ago
  63. dbfae3b Snap for 4402171 from 05fe64e0918856984ae9561f3f776c3d03d46c36 to pi-release by android-build-team Robot · 7 years ago
  64. 05fe64e Move OpenJDK9-specific javacflags am: 46cd42316b am: 543731678d am: 73f0f562e9 by Colin Cross · 7 years ago
  65. f5d9b7a Move OpenJDK9-specific javacflags am: 46cd42316b am: 543731678d am: 73f0f562e9 by Colin Cross · 7 years ago
  66. 73f0f56 Move OpenJDK9-specific javacflags am: 46cd42316b am: 543731678d by Colin Cross · 7 years ago
  67. 5437316 Move OpenJDK9-specific javacflags am: 46cd42316b by Colin Cross · 7 years ago
  68. 46cd423 Move OpenJDK9-specific javacflags by Colin Cross · 7 years ago
  69. 5a25fe8 release-request-37e26775-0485-4a3d-a06c-026b3663c922-for-git_pi-release-4359872 snap-temp-L83600000106066915 by android-build-team Robot · 7 years ago
  70. 5a4449f Merge remote-tracking branch 'aosp/upstream-master' am: 14905bc683 am: 3a238ab3dd am: 34477e8629 by Ivan Gavrilovic · 7 years ago
  71. 01ca295 Merge remote-tracking branch 'aosp/upstream-master' am: 14905bc683 am: 3a238ab3dd by Ivan Gavrilovic · 7 years ago
  72. 34477e8 Merge remote-tracking branch 'aosp/upstream-master' am: 14905bc683 by Ivan Gavrilovic · 7 years ago
  73. 3a238ab Merge remote-tracking branch 'aosp/upstream-master' am: 14905bc683 by Ivan Gavrilovic · 7 years ago
  74. 14905bc Merge remote-tracking branch 'aosp/upstream-master' by Ivan Gavrilovic · 7 years ago
  75. 89308e1 Update copybara to exclude test resources am: d0f248dbc7 am: f64f5e13f4 am: 550655cfbe by Ivan Gavrilovic · 7 years ago
  76. 7c095d6 Update copybara to exclude test resources am: d0f248dbc7 am: f64f5e13f4 by Ivan Gavrilovic · 7 years ago
  77. 550655c Update copybara to exclude test resources am: d0f248dbc7 am: f64f5e13f4 by Ivan Gavrilovic · 7 years ago
  78. f64f5e1 Update copybara to exclude test resources am: d0f248dbc7 by Ivan Gavrilovic · 7 years ago
  79. d0f248d Update copybara to exclude test resources by Ivan Gavrilovic · 7 years ago
  80. 05bb5c2 Track the origin of an option in the option instance, not its final value. by ccalvarin · 7 years ago
  81. e8f68b5 Deprecate wrapperOptions. by ccalvarin · 7 years ago
  82. 55cf690 Track all option instances. by ccalvarin · 7 years ago
  83. 2c366b8 Cleanup of expansion option naming by ccalvarin · 7 years ago
  84. 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
  85. 3b37819 Document the options in smaller commands. by ccalvarin · 7 years ago
  86. 2acf71b Treat parsed option values differently by option type. by ccalvarin · 7 years ago
  87. cff0d21 Throw away the confusing UnparsedOptionValueDescription name. by ccalvarin · 7 years ago
  88. 65ff0d1 Introduce "bazel help flags-as-proto" to print information about supported flags as a text protobuf. by fwe · 7 years ago
  89. be286cf Pass the UnparsedOptionValues when setting or adding option values. by ccalvarin · 7 years ago
  90. bf096ba Consolidate the "unparsed" option value tracking. by ccalvarin · 7 years ago
  91. 7f6f08b Open source tests for Android desugarer. by ajmichael · 7 years ago
  92. 8c3292b Move option value tracking classes to their own file. by ccalvarin · 7 years ago
  93. 1a52e1c release-request-b06579bd-a905-4db5-ada9-c69d40f4df90-for-git_pi-release-4335309 snap-temp-L62700000102430107 by android-build-team Robot · 7 years ago
  94. 71a33a1 Revert "Revert "Convert desugar to Android.bp"" am: 8c363aa283 am: 166683c634 am: a06597bf86 by Colin Cross · 7 years ago
  95. 95754da Revert "Revert "Convert desugar to Android.bp"" am: 8c363aa283 am: 166683c634 by Colin Cross · 7 years ago
  96. a06597b Revert "Revert "Convert desugar to Android.bp"" am: 8c363aa283 am: 166683c634 by Colin Cross · 7 years ago
  97. 166683c Revert "Revert "Convert desugar to Android.bp"" am: 8c363aa283 by Colin Cross · 7 years ago
  98. 8c363aa Revert "Revert "Convert desugar to Android.bp"" by Colin Cross · 7 years ago
  99. 7508b18 Replace referrals to options by their name to option definitions. by ccalvarin · 7 years ago
  100. 293c463 Option value tracking should refer to the option definitions, not just track option name. by ccalvarin · 7 years ago