1. c38a4a1 Ensure that inlined target is accessible by Rico Wind · 3 years, 10 months ago
  2. 622c627 Add regression test for b/158429654 by Rico Wind · 3 years, 10 months ago
  3. e0fd024 Backwards compatible desugared library configuration. by Ian Zerny · 3 years, 10 months ago
  4. 688c72d [Retrace] Remove core names test by Morten Krogh-Jespersen · 3 years, 10 months ago
  5. d87c066 [Retrace] Add internal tests by Morten Krogh-Jespersen · 3 years, 10 months ago
  6. 6e165f7 Copy non-public utility to the compile dump wrapper. by Ian Zerny · 3 years, 10 months ago
  7. 376b74c Add Google Maven release to release script by Søren Gjesse · 3 years, 10 months ago
  8. 02000ae Add support for -regex to match proguard and remapper by Morten Krogh-Jespersen · 3 years, 10 months ago
  9. d5241a0 [Retrace] Handle incorrect output for -verbose when using -regex by Morten Krogh-Jespersen · 3 years, 10 months ago
  10. a185715 [Retrace] Use regexp parser as default for command line by Morten Krogh-Jespersen · 3 years, 10 months ago
  11. d9f8cc1 Set cores to 2 for internal bot. by Rico Wind · 3 years, 10 months ago
  12. 24777b9 Trigger bots with new pool by Rico Wind · 3 years, 10 months ago
  13. 4be7157 Update test expectation after error message change. by Ian Zerny · 3 years, 10 months ago
  14. c2b83f5 Initialize synthetic code objects as not processed. by Ian Zerny · 3 years, 10 months ago
  15. 02a7d93 Remove duplicate API sample jar. by Ian Zerny · 3 years, 10 months ago
  16. 6591405 Specify wrapper types in the desugared library configuration. by Ian Zerny · 3 years, 10 months ago
  17. 1b7bb37 Version.LABEL API test. by Ian Zerny · 3 years, 10 months ago
  18. faa17d3 Update API tests for missing output issue. by Ian Zerny · 3 years, 10 months ago
  19. b5f0413 Enable assertion for not generating overloaded names when not kept by Morten Krogh-Jespersen · 3 years, 10 months ago
  20. 5c3970c Add test for type alias in super type test by Morten Krogh-Jespersen · 3 years, 10 months ago
  21. f2ef806 Use compat mode for shrinking the desugared library by Søren Gjesse · 3 years, 10 months ago
  22. 40df148 Disable moving not processed members to host for staticizer by Morten Krogh-Jespersen · 3 years, 10 months ago
  23. 05f6e57 Add reproduction of duplicate methods due to staticizer by Morten Krogh-Jespersen · 3 years, 10 months ago
  24. 1ba1188 Collect desugared library types used in check-cast and instanceof by Søren Gjesse · 3 years, 10 months ago
  25. a6fbd85 Collect desugared library exception types used in try/catch by Søren Gjesse · 3 years, 10 months ago
  26. b52c9b2 Provide access to try/catch guards in code inspector by Søren Gjesse · 3 years, 10 months ago
  27. 1097ec7 Add test for allow access modification with kotlin metadata by Morten Krogh-Jespersen · 3 years, 10 months ago
  28. 049ba8e Remove kotlin access flag convertion by Morten Krogh-Jespersen · 3 years, 10 months ago
  29. 4c4ee0d Fix NPE in test. by Ian Zerny · 3 years, 10 months ago
  30. aeb5be1 Add test for desugaring of identifier strings by Morten Krogh-Jespersen · 3 years, 10 months ago
  31. 94ddd38 Reland "Move rewriting of Kotlin Metadata out of minifiers" by Morten Krogh-Jespersen · 3 years, 10 months ago
  32. 3f12240 Use AppView<?> for kotlin metadata rewriting by Morten Krogh-Jespersen · 3 years, 10 months ago
  33. 112fa83 Clean up kotlin metadata code by Morten Krogh-Jespersen · 3 years, 10 months ago
  34. f03be11 Generate conversion wrappers in the desugared library. by Ian Zerny · 3 years, 10 months ago
  35. 180e357 Only reprocess single caller if inlining is enabled by Morten Krogh-Jespersen · 3 years, 10 months ago
  36. 21b6169 Revert "Move rewriting of Kotlin Metadata out of minifiers" by Morten Krogh-Jespersen · 3 years, 10 months ago
  37. 9b1e919 Should not use withLiveness as input to GenericSignatureRewriter by Morten Krogh-Jespersen · 3 years, 10 months ago
  38. 83a57cd Model kotlin annotation arguments by Morten Krogh-Jespersen · 3 years, 10 months ago
  39. 5bf93ee Add test for modeling kotlin metadata annotations and arguments by Morten Krogh-Jespersen · 3 years, 10 months ago
  40. a4439bc Move rewriting of Kotlin Metadata out of minifiers by Morten Krogh-Jespersen · 3 years, 10 months ago
  41. d7b0cd0 Add test showing that we not rewriting metadata with -dontobfuscate by Morten Krogh-Jespersen · 3 years, 10 months ago
  42. 5efe8ba Remove proto optimization warning when the build does not contain proto by Christoffer Quist Adamsen · 3 years, 10 months ago
  43. 1905a81 Remove assertion that is not guaranteed to hold by Christoffer Quist Adamsen · 3 years, 10 months ago
  44. dfab908 Add reproduction of Lambda desugaring breaking EnclosingMethod by Søren Gjesse · 3 years, 10 months ago
  45. e2eae83 Assert that we do not process IR code twice in debug mode by Morten Krogh-Jespersen · 3 years, 10 months ago
  46. 8b66d93 Preserve 'has bit' data in proto field types by Christoffer Quist Adamsen · 3 years, 10 months ago
  47. e096047 Update unsupported invoke-special test. by Ian Zerny · 3 years, 10 months ago
  48. 3419472 Remove definitionFor(DexMethod) by Christoffer Quist Adamsen · 3 years, 10 months ago
  49. 6a5eeb8 Preserve 'enforce UTF8' data in proto field types by Christoffer Quist Adamsen · 3 years, 10 months ago
  50. 4b9937c Model Boolean.parseBoolean() by Christoffer Quist Adamsen · 3 years, 10 months ago
  51. 0c54dd2 Change GenericSignatureRewriter to use a naming lens by Morten Krogh-Jespersen · 3 years, 10 months ago
  52. 1a4f3b2 Model KmContract for KmFunctions by Morten Krogh-Jespersen · 3 years, 10 months ago
  53. 122266a Reproduce bug in proto schema rewriting by Christoffer Quist Adamsen · 3 years, 10 months ago
  54. 26d0018 Don't collapse release testing by Rico Wind · 3 years, 10 months ago
  55. afbc236 Reland "Remove uses of definitionFor(DexMethod) from desugaring" by Christoffer Quist Adamsen · 3 years, 10 months ago
  56. 8d9c5e4 Model local delegated properties by Morten Krogh-Jespersen · 3 years, 11 months ago
  57. 5fd84f7 Add test reproducing lack of signature rewriting when desugaring by Morten Krogh-Jespersen · 3 years, 10 months ago
  58. 53ef917 Remove option --push-desugar-library from tools/r8_release.py by Søren Gjesse · 3 years, 10 months ago
  59. 7f7343e Don't force Python 2 when building the desugared library maven artifact by Søren Gjesse · 3 years, 10 months ago
  60. d700759 Remove ImmutableList.builderWithExpectedSize() use by Christoffer Quist Adamsen · 3 years, 10 months ago
  61. f372812 Support for multiple class, inheritance and member annotations by Christoffer Quist Adamsen · 3 years, 10 months ago
  62. 36aba2d Graph based value-may-depend-on-environment analysis by Christoffer Quist Adamsen · 3 years, 10 months ago
  63. e555dae Add test for staticizing error on branch 2.0 by Morten Krogh-Jespersen · 3 years, 10 months ago
  64. 19bfba8 Test for keep rules targeting items outside the desugared library. by Ian Zerny · 3 years, 10 months ago
  65. 4209971 Reland "Add test for JvmStatic on functions, interfaces and props" by Morten Krogh-Jespersen · 3 years, 10 months ago
  66. 2b44e27 Revised "Rewrite invoke-super targeting rewritten desugared library methods." by Ian Zerny · 3 years, 10 months ago
  67. 2f7820a Revert "Rewrite invoke-super targeting rewritten desugared library methods." by Ian Zerny · 3 years, 10 months ago
  68. b46b213 Remove invalid asserts. by Ian Zerny · 3 years, 10 months ago
  69. 3410a3d Verify correct code ownerships prior to writing by Christoffer Quist Adamsen · 3 years, 10 months ago
  70. 9d18682 Update POM XML for com.android.tools:desugar_jdk_libs_configuration artifact by Søren Gjesse · 3 years, 10 months ago
  71. ddfaeca Revert "Add test for JvmStatic on functions, interfaces and props" by Morten Krogh-Jespersen · 3 years, 10 months ago
  72. 84f7cb4 Rewrite invoke-super targeting rewritten desugared library methods. by Ian Zerny · 3 years, 10 months ago
  73. 651399a Add test for JvmStatic on functions, interfaces and props by Morten Krogh-Jespersen · 3 years, 10 months ago
  74. 71faf4b Do not emit packageName, extraString and extraInt if null or default by Morten Krogh-Jespersen · 3 years, 10 months ago
  75. 6700ee9 Change some warnings for -assumenosideeffects to errors by Søren Gjesse · 3 years, 11 months ago
  76. fd7d0f1 Revert "Remove uses of definitionFor(DexMethod) from desugaring" by Christoffer Quist Adamsen · 3 years, 11 months ago
  77. a317737 Remove uses of definitionFor(DexMethod) from desugaring by Christoffer Quist Adamsen · 3 years, 11 months ago
  78. 486b49d Remove uses of definitionFor(DexMethod) in minifier by Christoffer Quist Adamsen · 3 years, 11 months ago
  79. 2f03a46 Remove uses of definitionFor(DexMethod) in class inliner and devirtualizer by Christoffer Quist Adamsen · 3 years, 11 months ago
  80. ee81ed1 Configure kotlin local delegated property reflect test by Morten Krogh-Jespersen · 3 years, 11 months ago
  81. 8f6c033 Remove obsolete assertion during AppInfoWithLiveness rewriting by Christoffer Quist Adamsen · 3 years, 11 months ago
  82. 3a48fda Add warnings for -assumenosideeffects by Søren Gjesse · 3 years, 11 months ago
  83. 7a220b2 Remove uses of definitionFor(DexMethod) by Christoffer Quist Adamsen · 3 years, 11 months ago
  84. cf8b89f Fix expectation for 201-built-in-except-detail-messages (pt. 2) by Christoffer Quist Adamsen · 3 years, 11 months ago
  85. cd3cb7f Disallow abstract methods on non-abstract classes by Christoffer Quist Adamsen · 3 years, 11 months ago
  86. f723a00 Remove abstract method to empty throwing method transformation in dex parser by Christoffer Quist Adamsen · 3 years, 11 months ago
  87. 746e961 Test -assumevalues and -assumenosideeffects for library methods by Christoffer Quist Adamsen · 3 years, 11 months ago
  88. 7652ada Fix expectation for 201-built-in-except-detail-messages by Christoffer Quist Adamsen · 3 years, 11 months ago
  89. 37437e8 Add test for localDelegatedProperties in R8 by Morten Krogh-Jespersen · 3 years, 11 months ago
  90. ef6764a Remove constant array handling from class initializer defaults opt. by Christoffer Quist Adamsen · 3 years, 11 months ago
  91. dec74a1 Leverage processInvokesNeverReturningNormally() for optimizing failing null checks by Christoffer Quist Adamsen · 3 years, 11 months ago
  92. ec81194 Test wrapper merging on all VMs and API levels. by Ian Zerny · 3 years, 11 months ago
  93. f55f63f Model KmVersionRequirements in kotlin metadata by Morten Krogh-Jespersen · 3 years, 11 months ago
  94. b608885 Add synchronization to call site optimization assert by Christoffer Quist Adamsen · 3 years, 11 months ago
  95. a75678d Reproduce abstract method on non-abstract class warnings by Christoffer Quist Adamsen · 3 years, 11 months ago
  96. 86e5dc4 Maintain unknown binary name for kotlin type references by Morten Krogh-Jespersen · 3 years, 11 months ago
  97. 55fc755 Fix dead constructor removal by Christoffer Quist Adamsen · 3 years, 11 months ago
  98. 940333d Reproduce stack overflow from mutual recursion in side effect analysis by Christoffer Quist Adamsen · 3 years, 11 months ago
  99. c5ad5a3 Rename xxxEnclosingMethod to xxxEnclosingMethodAttribute by Morten Krogh-Jespersen · 3 years, 11 months ago
  100. 759b4fe Reland "Remove all uses of definitionFor(DexField)" by Christoffer Quist Adamsen · 3 years, 11 months ago