1. d323044 Fix missing local bug in git_sync_cl_chain.py by Christoffer Quist Adamsen · 4 years, 5 months ago
  2. bef9b06 Improve precision of tree shaking for interface initializers by Christoffer Quist Adamsen · 4 years, 5 months ago
  3. 3ac91cf Preserve interface initialization side effects in static interface method desugaring by Christoffer Quist Adamsen · 4 years, 5 months ago
  4. 6fac89e Automatically pull master and fixup upstream in git_sync_cl_chain.py by Christoffer Quist Adamsen · 4 years, 5 months ago
  5. 0562305 Remove sorting of live methods from liveness info. by Ian Zerny · 4 years, 5 months ago
  6. 05d95ca Remove sorting of dynamic and direct targeted methods. by Ian Zerny · 4 years, 5 months ago
  7. 0e660b1 Add cf-to-cf desugar test for library callbacks by Søren Gjesse · 4 years, 5 months ago
  8. ac9de3f Add iosched to run_on_app_dump by Morten Krogh-Jespersen · 4 years, 5 months ago
  9. 86acfa4 Remove sorting of bootstrap methods in liveness info. by Ian Zerny · 4 years, 5 months ago
  10. 5eb9497 Use new synthetic items to generate static interface calls by Rico Wind · 4 years, 5 months ago
  11. 74315c4 Remove sorting of targeted methods in liveness info. by Ian Zerny · 4 years, 5 months ago
  12. b87d8f3 Only retain Kotlin Metadata for non-pinned lambdas by Christoffer Quist Adamsen · 4 years, 5 months ago
  13. 789c45c Never mark interfaces accessed from forName() as instantiated by Christoffer Quist Adamsen · 4 years, 5 months ago
  14. 162b345 Add sunflower to run_on_app_dumps by Morten Krogh-Jespersen · 4 years, 5 months ago
  15. ddf148a Don't copy unused configuration when releasing by Søren Gjesse · 4 years, 5 months ago
  16. be92ad1 Add a policy to verify the absence of kotlin.Metadata during class merging by Christoffer Quist Adamsen · 4 years, 5 months ago
  17. d06ff01 Add friendlyeats to run_on_as_app by Morten Krogh-Jespersen · 4 years, 5 months ago
  18. a98a422 Add chanu to run_on_app_dump by Morten Krogh-Jespersen · 4 years, 5 months ago
  19. 90912fd Add wikipedia to run_on_app_dumps by Morten Krogh-Jespersen · 4 years, 5 months ago
  20. 09b8424 Introduce DexMethodSignature to replace Wrapper<DexMethod> by Rudi Horn · 4 years, 5 months ago
  21. 9318283 Fix inadequate reporting from Enqueuer by Christoffer Quist Adamsen · 4 years, 5 months ago
  22. 25d6afc Add flag for sorting methods on cf output by Rico Wind · 4 years, 5 months ago
  23. 9d6eea3 Update expectation in PackagePrivateNonOverridePublicizerTest by Christoffer Quist Adamsen · 4 years, 6 months ago
  24. 09e2fda Add AntennaPod to run_on_app_dumps by Morten Krogh-Jespersen · 4 years, 6 months ago
  25. d01c8d7 Replace Class.forName() with const-class in presence of clinits by Christoffer Quist Adamsen · 4 years, 6 months ago
  26. cb5c704 Don't mark all reflectively accessed classes as instantiated by Christoffer Quist Adamsen · 4 years, 6 months ago
  27. d4d58bb Add tests for horizontal class merging by Christoffer Quist Adamsen · 4 years, 6 months ago
  28. 2dc7b5a Fix incorrect name comparison in checksNullBeforeSideEffect by Christoffer Quist Adamsen · 4 years, 6 months ago
  29. 3f0d72f Add AnExplorer to run_on_app_dumps by Morten Krogh-Jespersen · 4 years, 6 months ago
  30. d3e7781 Only publicize package-private methods if it is not overridden by Morten Krogh-Jespersen · 4 years, 6 months ago
  31. dfeb0e3 Remove -print lines in config files by Morten Krogh-Jespersen · 4 years, 6 months ago
  32. 0f85fa5 Add android-suite-calculator to app dumps by Morten Krogh-Jespersen · 4 years, 6 months ago
  33. 43f0861 Reproduction of publicizing package private methods by Morten Krogh-Jespersen · 4 years, 6 months ago
  34. 003ba0a Strengthen testing of private overrides in subtypes by Morten Krogh-Jespersen · 4 years, 6 months ago
  35. ad6a19f Allow sharing within a shared context in intermediate mode. by Ian Zerny · 4 years, 6 months ago
  36. 31ff70e Add jobs for run_on_app_dump triggers by Morten Krogh-Jespersen · 4 years, 6 months ago
  37. 6ff9101 Avoid using getTypeName() in DexItemFactory by Christoffer Quist Adamsen · 4 years, 6 months ago
  38. 67600ea Update phi's when inserting const null in LensCodeRewriter by Morten Krogh-Jespersen · 4 years, 6 months ago
  39. 51a1635 Add --run-tests option to run_on_app_dump.py by Morten Krogh-Jespersen · 4 years, 6 months ago
  40. cd55f81 Add monkey runner to run_on_as_app_dumps by Morten Krogh-Jespersen · 4 years, 6 months ago
  41. ca8a582 Add run_on_as_app_dump builders by Morten Krogh-Jespersen · 4 years, 6 months ago
  42. 2d6e937 Fix import in release script by Søren Gjesse · 4 years, 6 months ago
  43. f8e08ed Allow recompilation of applymapping by Morten Krogh-Jespersen · 4 years, 6 months ago
  44. 1bcde82 Don't lookup methods on array types in tracereferences by Søren Gjesse · 4 years, 6 months ago
  45. 654fac6 Add renaming test for package private final override by Morten Krogh-Jespersen · 4 years, 6 months ago
  46. 2d2bb4f Support DEX files directly in tracereferences by Søren Gjesse · 4 years, 6 months ago
  47. 882b53c Fix class merging bail-out for Serializable types by Christoffer Quist Adamsen · 4 years, 6 months ago
  48. ff0905b Insert pop for consumers of stack-map phis if removed by Morten Krogh-Jespersen · 4 years, 6 months ago
  49. 4cf3bbc Update test expectation in SimplifyIfNotNullKotlinTest by Christoffer Quist Adamsen · 4 years, 6 months ago
  50. 13b5402 Optimize casts to uninstantiated types by Christoffer Quist Adamsen · 4 years, 6 months ago
  51. 2fd5d74 Update the message for the MissingDefinitionsDiagnostic by Søren Gjesse · 4 years, 6 months ago
  52. 6105f51 Add TraceReferencesConsumer forwarding consumer by Søren Gjesse · 4 years, 6 months ago
  53. 3b6464c Use zip file builder in tracereferences tests by Søren Gjesse · 4 years, 6 months ago
  54. b2504c1 Add a zip file builder utility by Søren Gjesse · 4 years, 6 months ago
  55. 3041e14 Revert "Assert that equivalences groups are ordered." by Ian Zerny · 4 years, 6 months ago
  56. 1337e76 Filter out common uses of const-class values from lock candidate set by Christoffer Quist Adamsen · 4 years, 6 months ago
  57. b41215b Assert that equivalences groups are ordered. by Ian Zerny · 4 years, 6 months ago
  58. 8b978f4 Re-enable proto enum unboxing by Clément Béra · 4 years, 6 months ago
  59. fcd0f78 Enum unboxing: fix rebinding issues by Clément Béra · 4 years, 6 months ago
  60. 26a04ca Allow dynamic upper for receivers to be typable for all by Morten Krogh-Jespersen · 4 years, 6 months ago
  61. 9d564c6 Reproduction of incorrect verification of types with value propagation by Morten Krogh-Jespersen · 4 years, 6 months ago
  62. 2350da5 Add tests for interface initialization by Christoffer Quist Adamsen · 4 years, 6 months ago
  63. cd2b8ef Fix service loader detection by Rudi Horn · 4 years, 6 months ago
  64. 59479cb Reland: Add regression test for b/171867367 by Rico Wind · 4 years, 6 months ago
  65. 59f0fd6 Desugared library: Fix L8 determinism by Clément Béra · 4 years, 6 months ago
  66. 0506149 Desugared library: fix determinism by Clément Béra · 4 years, 6 months ago
  67. d4615dd Fix ExtractWrapperTest by Clément Béra · 4 years, 6 months ago
  68. 45d7a7b Add run_on_as_app_dump.py for running dumps for apps by Morten Krogh-Jespersen · 4 years, 6 months ago
  69. 93c6c3b Add a test for Chrome 200430 for local testing by Christoffer Quist Adamsen · 4 years, 6 months ago
  70. 349d592 Desugared Library: Fix non determinism in emulated dispatch by Clément Béra · 4 years, 6 months ago
  71. dd1f815 Update archive script by Søren Gjesse · 4 years, 6 months ago
  72. d98f24c Update maven release script by Søren Gjesse · 4 years, 6 months ago
  73. 3c5020c Revert "Add regression test for b/171867367" by Rico Wind · 4 years, 6 months ago
  74. ad83007 Fix errors detected by error prone by Søren Gjesse · 4 years, 6 months ago
  75. 382b44f Add generation of desugared APIs documentation by Søren Gjesse · 4 years, 6 months ago
  76. ee086b2 Check desugared library implementation when generating lint files by Søren Gjesse · 4 years, 6 months ago
  77. b675276 Desugared library: determinism regression by Clément Béra · 4 years, 6 months ago
  78. 74ba5fd Support merging of classes with static fields by Rudi Horn · 4 years, 6 months ago
  79. aa1fa05 Remove redundant implements clauses during tree pruning by Christoffer Quist Adamsen · 4 years, 6 months ago
  80. 44037db Add applymapping app to opensource-apps dumps by Morten Krogh-Jespersen · 4 years, 6 months ago
  81. 47c9489 Support diagnostics mapping in tracereferences by Søren Gjesse · 4 years, 6 months ago
  82. 0d83e18 Use a specific type for missing definitions in tracereferences by Søren Gjesse · 4 years, 6 months ago
  83. f42bcf3 Make missing references an error in tracereferences by Søren Gjesse · 4 years, 6 months ago
  84. 79cfa58 Use reporter for handling diagnostics in tracereferences by Søren Gjesse · 4 years, 6 months ago
  85. 23194aa Fix assume no side effects propagation with super call test. by Rudi Horn · 4 years, 6 months ago
  86. 0784e54 Limit the size of merged constructors by Rudi Horn · 4 years, 6 months ago
  87. 0d03460 Prepare generation of constructor reference for overlapping constructors by Rudi Horn · 4 years, 6 months ago
  88. 0935bba Add regression test for b/171867367 by Rico Wind · 4 years, 6 months ago
  89. 019e638 Enable horizontal class merging for all tests by Rudi Horn · 4 years, 6 months ago
  90. f470246 Dump: deduplicate by Clément Béra · 4 years, 6 months ago
  91. daae4ca Desugared library: add dump support by Clément Béra · 4 years, 6 months ago
  92. b3d4511 Add a tracereferences test with array types by Søren Gjesse · 4 years, 6 months ago
  93. 56a1d71 [Retrace] Add fake stack entry with version to retrace exceptions by Morten Krogh-Jespersen · 4 years, 6 months ago
  94. 0a98cda Consider phi users of trivial phis for staticized references by Morten Krogh-Jespersen · 4 years, 6 months ago
  95. 8eb4e8d Add reproduction for generating inconsistent SSA in staticizer by Morten Krogh-Jespersen · 4 years, 6 months ago
  96. 1e46557 Add a test for assigning methods related by overriding different names by Christoffer Quist Adamsen · 4 years, 6 months ago
  97. 68d53df Suppress/resolve unsafe cast warnings by Christoffer Quist Adamsen · 4 years, 6 months ago
  98. b8ba0b9 Report all missing definitions in tracereferences by Søren Gjesse · 4 years, 6 months ago
  99. d18eb08 Set compilation state during enum unboxer fixup by Christoffer Quist Adamsen · 4 years, 6 months ago
  100. 7c0701c Rename toReference() to getReference() by Christoffer Quist Adamsen · 4 years, 6 months ago