1. e8ce89b Version 3.0.4-dev by Rico Wind · 4 years, 2 months ago 3.0.4-dev
  2. baa67af Merge commit '78b113b6d8f38324e853145b9e3b3d876212be02' into dev-release by Rico Wind · 4 years, 2 months ago
  3. 78b113b Only keep kotlin metadata for classified lambdas by Christoffer Quist Adamsen · 4 years, 3 months ago
  4. c76d26f Avoid merging dead enum lite maps with proto enum shrinking by Christoffer Quist Adamsen · 4 years, 3 months ago
  5. f76a0db Support merging classes with interfaces by Christoffer Quist Adamsen · 4 years, 3 months ago
  6. 54d5f8e Fixup method names without using global signature. by Christoffer Quist Adamsen · 4 years, 3 months ago
  7. f2e8db7 Add policy to prevent merging of default interface methods and class methods. by Christoffer Quist Adamsen · 4 years, 3 months ago
  8. 8bf5bc2 Fix InvokeInterfaceClInitTest expectation by Christoffer Quist Adamsen · 4 years, 3 months ago
  9. 66992cc Add reproduction for minifier renaming pp-dependent classes by Morten Krogh-Jespersen · 4 years, 3 months ago
  10. 4e119af Set constructor bit for constructors in dex parser by Christoffer Quist Adamsen · 4 years, 3 months ago
  11. 1b6c595 Add tests for dispatch with default methods. by Christoffer Quist Adamsen · 4 years, 3 months ago
  12. dee982d Fix <clinit> not marked static in InvokeInterfaceClInitTest by Christoffer Quist Adamsen · 4 years, 3 months ago
  13. 0797f3c Remove sorting from always/force/never inline sets. by Ian Zerny · 4 years, 3 months ago
  14. b54e408 Remove sorting of failed resolution targets from liveness info. by Ian Zerny · 4 years, 3 months ago
  15. 2d9771e Fix traversal in processDirectInterfaceMethods by Christoffer Quist Adamsen · 4 years, 3 months ago
  16. d323044 Fix missing local bug in git_sync_cl_chain.py by Christoffer Quist Adamsen · 4 years, 3 months ago
  17. bef9b06 Improve precision of tree shaking for interface initializers by Christoffer Quist Adamsen · 4 years, 3 months ago
  18. 3ac91cf Preserve interface initialization side effects in static interface method desugaring by Christoffer Quist Adamsen · 4 years, 3 months ago
  19. 6fac89e Automatically pull master and fixup upstream in git_sync_cl_chain.py by Christoffer Quist Adamsen · 4 years, 3 months ago
  20. 0562305 Remove sorting of live methods from liveness info. by Ian Zerny · 4 years, 3 months ago
  21. 05d95ca Remove sorting of dynamic and direct targeted methods. by Ian Zerny · 4 years, 3 months ago
  22. 0e660b1 Add cf-to-cf desugar test for library callbacks by Søren Gjesse · 4 years, 3 months ago
  23. ac9de3f Add iosched to run_on_app_dump by Morten Krogh-Jespersen · 4 years, 3 months ago
  24. 86acfa4 Remove sorting of bootstrap methods in liveness info. by Ian Zerny · 4 years, 3 months ago
  25. 5eb9497 Use new synthetic items to generate static interface calls by Rico Wind · 4 years, 3 months ago
  26. 74315c4 Remove sorting of targeted methods in liveness info. by Ian Zerny · 4 years, 3 months ago
  27. b87d8f3 Only retain Kotlin Metadata for non-pinned lambdas by Christoffer Quist Adamsen · 4 years, 3 months ago
  28. 789c45c Never mark interfaces accessed from forName() as instantiated by Christoffer Quist Adamsen · 4 years, 3 months ago
  29. 162b345 Add sunflower to run_on_app_dumps by Morten Krogh-Jespersen · 4 years, 3 months ago
  30. f3cef0e Version 3.0.3-dev by Søren Gjesse · 4 years, 3 months ago 3.0.3-dev
  31. cdecb8c Merge commit '93182839cf31f865030c47225a346f6a437f789f' into dev-release by Søren Gjesse · 4 years, 3 months ago
  32. ddf148a Don't copy unused configuration when releasing by Søren Gjesse · 4 years, 3 months ago
  33. be92ad1 Add a policy to verify the absence of kotlin.Metadata during class merging by Christoffer Quist Adamsen · 4 years, 3 months ago
  34. d06ff01 Add friendlyeats to run_on_as_app by Morten Krogh-Jespersen · 4 years, 3 months ago
  35. a98a422 Add chanu to run_on_app_dump by Morten Krogh-Jespersen · 4 years, 3 months ago
  36. 90912fd Add wikipedia to run_on_app_dumps by Morten Krogh-Jespersen · 4 years, 3 months ago
  37. 09b8424 Introduce DexMethodSignature to replace Wrapper<DexMethod> by Rudi Horn · 4 years, 3 months ago
  38. 9318283 Fix inadequate reporting from Enqueuer by Christoffer Quist Adamsen · 4 years, 3 months ago
  39. 25d6afc Add flag for sorting methods on cf output by Rico Wind · 4 years, 3 months ago
  40. 9d6eea3 Update expectation in PackagePrivateNonOverridePublicizerTest by Christoffer Quist Adamsen · 4 years, 3 months ago
  41. 09e2fda Add AntennaPod to run_on_app_dumps by Morten Krogh-Jespersen · 4 years, 3 months ago
  42. d01c8d7 Replace Class.forName() with const-class in presence of clinits by Christoffer Quist Adamsen · 4 years, 3 months ago
  43. cb5c704 Don't mark all reflectively accessed classes as instantiated by Christoffer Quist Adamsen · 4 years, 3 months ago
  44. d4d58bb Add tests for horizontal class merging by Christoffer Quist Adamsen · 4 years, 3 months ago
  45. 2dc7b5a Fix incorrect name comparison in checksNullBeforeSideEffect by Christoffer Quist Adamsen · 4 years, 3 months ago
  46. 3f0d72f Add AnExplorer to run_on_app_dumps by Morten Krogh-Jespersen · 4 years, 3 months ago
  47. d3e7781 Only publicize package-private methods if it is not overridden by Morten Krogh-Jespersen · 4 years, 3 months ago
  48. dfeb0e3 Remove -print lines in config files by Morten Krogh-Jespersen · 4 years, 3 months ago
  49. 0f85fa5 Add android-suite-calculator to app dumps by Morten Krogh-Jespersen · 4 years, 3 months ago
  50. 43f0861 Reproduction of publicizing package private methods by Morten Krogh-Jespersen · 4 years, 3 months ago
  51. 003ba0a Strengthen testing of private overrides in subtypes by Morten Krogh-Jespersen · 4 years, 3 months ago
  52. ad6a19f Allow sharing within a shared context in intermediate mode. by Ian Zerny · 4 years, 3 months ago
  53. 31ff70e Add jobs for run_on_app_dump triggers by Morten Krogh-Jespersen · 4 years, 3 months ago
  54. 6ff9101 Avoid using getTypeName() in DexItemFactory by Christoffer Quist Adamsen · 4 years, 3 months ago
  55. 67600ea Update phi's when inserting const null in LensCodeRewriter by Morten Krogh-Jespersen · 4 years, 3 months ago
  56. 51a1635 Add --run-tests option to run_on_app_dump.py by Morten Krogh-Jespersen · 4 years, 3 months ago
  57. cd55f81 Add monkey runner to run_on_as_app_dumps by Morten Krogh-Jespersen · 4 years, 3 months ago
  58. ca8a582 Add run_on_as_app_dump builders by Morten Krogh-Jespersen · 4 years, 3 months ago
  59. 2d6e937 Fix import in release script by Søren Gjesse · 4 years, 3 months ago
  60. f8e08ed Allow recompilation of applymapping by Morten Krogh-Jespersen · 4 years, 3 months ago
  61. 1bcde82 Don't lookup methods on array types in tracereferences by Søren Gjesse · 4 years, 3 months ago
  62. 654fac6 Add renaming test for package private final override by Morten Krogh-Jespersen · 4 years, 3 months ago
  63. 2d2bb4f Support DEX files directly in tracereferences by Søren Gjesse · 4 years, 3 months ago
  64. 882b53c Fix class merging bail-out for Serializable types by Christoffer Quist Adamsen · 4 years, 3 months ago
  65. ff0905b Insert pop for consumers of stack-map phis if removed by Morten Krogh-Jespersen · 4 years, 3 months ago
  66. 4cf3bbc Update test expectation in SimplifyIfNotNullKotlinTest by Christoffer Quist Adamsen · 4 years, 3 months ago
  67. 13b5402 Optimize casts to uninstantiated types by Christoffer Quist Adamsen · 4 years, 3 months ago
  68. 2fd5d74 Update the message for the MissingDefinitionsDiagnostic by Søren Gjesse · 4 years, 3 months ago
  69. 6105f51 Add TraceReferencesConsumer forwarding consumer by Søren Gjesse · 4 years, 3 months ago
  70. 3b6464c Use zip file builder in tracereferences tests by Søren Gjesse · 4 years, 3 months ago
  71. b2504c1 Add a zip file builder utility by Søren Gjesse · 4 years, 3 months ago
  72. 3041e14 Revert "Assert that equivalences groups are ordered." by Ian Zerny · 4 years, 3 months ago
  73. 1337e76 Filter out common uses of const-class values from lock candidate set by Christoffer Quist Adamsen · 4 years, 3 months ago
  74. 661c217 Version 3.0.2-dev by Morten Krogh-Jespersen · 4 years, 3 months ago 3.0.2-dev
  75. d91d387 Merge commit '26a04ca96d162bff94bad384524f15b43220f933' into dev-release by Morten Krogh-Jespersen · 4 years, 3 months ago
  76. b41215b Assert that equivalences groups are ordered. by Ian Zerny · 4 years, 3 months ago
  77. 8b978f4 Re-enable proto enum unboxing by Clément Béra · 4 years, 3 months ago
  78. fcd0f78 Enum unboxing: fix rebinding issues by Clément Béra · 4 years, 3 months ago
  79. 26a04ca Allow dynamic upper for receivers to be typable for all by Morten Krogh-Jespersen · 4 years, 3 months ago
  80. 9d564c6 Reproduction of incorrect verification of types with value propagation by Morten Krogh-Jespersen · 4 years, 3 months ago
  81. 2350da5 Add tests for interface initialization by Christoffer Quist Adamsen · 4 years, 3 months ago
  82. cd2b8ef Fix service loader detection by Rudi Horn · 4 years, 3 months ago
  83. 59479cb Reland: Add regression test for b/171867367 by Rico Wind · 4 years, 3 months ago
  84. 59f0fd6 Desugared library: Fix L8 determinism by Clément Béra · 4 years, 3 months ago
  85. 0506149 Desugared library: fix determinism by Clément Béra · 4 years, 3 months ago
  86. d4615dd Fix ExtractWrapperTest by Clément Béra · 4 years, 3 months ago
  87. 45d7a7b Add run_on_as_app_dump.py for running dumps for apps by Morten Krogh-Jespersen · 4 years, 3 months ago
  88. 93c6c3b Add a test for Chrome 200430 for local testing by Christoffer Quist Adamsen · 4 years, 3 months ago
  89. 349d592 Desugared Library: Fix non determinism in emulated dispatch by Clément Béra · 4 years, 3 months ago
  90. dd1f815 Update archive script by Søren Gjesse · 4 years, 3 months ago
  91. d98f24c Update maven release script by Søren Gjesse · 4 years, 3 months ago
  92. 3c5020c Revert "Add regression test for b/171867367" by Rico Wind · 4 years, 3 months ago
  93. ad83007 Fix errors detected by error prone by Søren Gjesse · 4 years, 3 months ago
  94. 382b44f Add generation of desugared APIs documentation by Søren Gjesse · 4 years, 3 months ago
  95. ee086b2 Check desugared library implementation when generating lint files by Søren Gjesse · 4 years, 3 months ago
  96. b675276 Desugared library: determinism regression by Clément Béra · 4 years, 3 months ago
  97. 74ba5fd Support merging of classes with static fields by Rudi Horn · 4 years, 3 months ago
  98. aa1fa05 Remove redundant implements clauses during tree pruning by Christoffer Quist Adamsen · 4 years, 3 months ago
  99. 44037db Add applymapping app to opensource-apps dumps by Morten Krogh-Jespersen · 4 years, 3 months ago
  100. 47c9489 Support diagnostics mapping in tracereferences by Søren Gjesse · 4 years, 3 months ago