1. 2472044 Enable temporary logging to diagnose test app issue by Christoffer Quist Adamsen · 6 years ago
  2. 3c876fb Move old retrace tests to package retraceproguard by Morten Krogh-Jespersen · 6 years ago
  3. 1388cb3 Require a keep reason to mark types live. by Ian Zerny · 6 years ago
  4. 5f3af3a Update patch version for release - new version is 1.6.31-dev by Christoffer Quist Adamsen · 6 years ago
  5. 2b7e52c Ignore tests to make tests green again by Morten Krogh-Jespersen · 6 years ago
  6. e608b6f Retrace: Retrace and report inline frames and correct positions by Morten Krogh-Jespersen · 6 years ago
  7. 4e094ed Port old retrace tests from old retrace to r8 retrace by Morten Krogh-Jespersen · 6 years ago
  8. ba63da4 Move Objects.requireNonNull and Lomg.compare handling into BackportedMethodRewriter by Jake Wharton · 6 years ago
  9. f487f18 Add backport test for Objects.requireNonNull by Jake Wharton · 6 years ago
  10. 521bc19 Reduce map lookups in BackportedMethodRewriter by Jake Wharton · 6 years ago
  11. a31e938 Fix race in NestReducer by clementbera · 6 years ago
  12. 483de78 Add utility method for all runtimes and api levels by Morten Krogh-Jespersen · 6 years ago
  13. a5ce66b Only apply bottom-up propagation to methods without body. by Jinseong Jeon · 6 years ago
  14. 8b8001e Limit method resolution in bottom-up propagation of assume rules. by Jinseong Jeon · 6 years ago
  15. 72fbd2f Add support for backporting List.of(E...) by Jake Wharton · 6 years ago
  16. 4501053 Make sure constants that are not swapped are indeed used by array-put. by Jinseong Jeon · 6 years ago
  17. 699e0ad Improve List.of backport implementations to match spec by Jake Wharton · 6 years ago
  18. b1002e6 Update patch version for release - new version is 1.6.30-dev by Ian Zerny · 6 years ago
  19. 18c286f Add missing call to StringConsumer.finish by Søren Gjesse · 6 years ago
  20. bffd4ad Add addSpecialLibraryConfiguration temporaly by Søren Gjesse · 6 years ago
  21. f1e05cc Relanding "Don't try to use delegate which could not be created" by Søren Gjesse · 6 years ago
  22. 011123c Relanding "Immediately write usage/deadcode data to consumer." by Søren Gjesse · 6 years ago
  23. 47acc6f Relanding "Make StringConsumer.finished an empty default method." by Søren Gjesse · 6 years ago
  24. 1af374d Relanding "Add finished callback to StringConsumer." by Søren Gjesse · 6 years ago
  25. f2e9044 Update patch version for release - new version is 1.6.29-dev by Ian Zerny · 6 years ago
  26. d11d423 Add more script engine tests with Rhino by Søren Gjesse · 6 years ago
  27. 8f0e099 Add Rhino 1.7.10 to third party by Søren Gjesse · 6 years ago
  28. e8741a0 DexType in Desugared library flags by clementbera · 6 years ago
  29. 6a12862 Ensure remaining unused proto fields are removed by Christoffer Quist Adamsen · 6 years ago
  30. 0d269aa Use read bits information for unused proto field removal by Christoffer Quist Adamsen · 6 years ago
  31. 1e3acb6 Extend field bit access info to handle simple read operations by Christoffer Quist Adamsen · 6 years ago
  32. 25f6eab Initial api for supporting direct generation of feature splits with R8 by Rico Wind · 6 years ago
  33. 50f75a6 Mark interfaces as instantiated in compat mode. by Ian Zerny · 6 years ago
  34. efea159 Skeleton for introducing field bit access analysis by Christoffer Quist Adamsen · 6 years ago
  35. 4db99e5 Fix remaining tests that was specifying api levels by Morten Krogh-Jespersen · 6 years ago
  36. bc318d2 Don't trace overridden library methods when computing main dex content. by Ian Zerny · 6 years ago
  37. 525669e Specify dex runtimes for NestMemberPropagatedTest by Morten Krogh-Jespersen · 6 years ago
  38. 441bfff Add a simple command line tool to get the list of backported APIs by Søren Gjesse · 6 years ago
  39. 05ba768 Refactored BackportedMethodRewriter to use DexMethod by Søren Gjesse · 6 years ago
  40. 02f5285 Add android.jar for API level 29 by Søren Gjesse · 6 years ago
  41. 3821adc Ensure that dex-runtimes are specified when setting apilevel by Morten Krogh-Jespersen · 6 years ago
  42. 3bda9d0 Additional test for retrace by Morten Krogh-Jespersen · 6 years ago
  43. 72fb428 Change WarnReflectiveAccessTest be independent of imports by Morten Krogh-Jespersen · 6 years ago
  44. 83cdc55 Invert check in the throwing condition of field instruction for readability. by Jinseong Jeon · 6 years ago
  45. bc0ffda Add r8mappings for tests to third party dependencies by Morten Krogh-Jespersen · 6 years ago
  46. 3fc4313 Relax throwing condition of field instructions in D8. by Jinseong Jeon · 6 years ago
  47. 7ba8f40 Propagate more null-values in uninstantiated type optimization by Christoffer Quist Adamsen · 6 years ago
  48. 5dcde34 Use DexString/Type in RetargetCoreLib by clementbera · 6 years ago
  49. d2fbd98 Introduce a graph reporter with typed reporting methods. by Ian Zerny · 6 years ago
  50. 9ee3abb Lazily identify overridden library methods. by Ian Zerny · 6 years ago
  51. a99eaea Do not mark library fields as targeted by Christoffer Quist Adamsen · 6 years ago
  52. 0c5d438 Remove incorrect negation from set-addition test. by Ian Zerny · 6 years ago
  53. 122cb1a Mark non-rebound field accesses as targeted by Christoffer Quist Adamsen · 6 years ago
  54. 8e7833b Rename libraryConfiguration by clementbera · 6 years ago
  55. 99fb2eb Maintain the set of direct and indirectly instantiated types. by Ian Zerny · 6 years ago
  56. 223a818 Verify the absence of unused proto extensions in Proto2ShrinkingTest by Christoffer Quist Adamsen · 6 years ago
  57. 24738ea Do not mark dead proto fields as targeted by Christoffer Quist Adamsen · 6 years ago
  58. 4a9c4e2 Add base tests illustrating merging/inlining issues with DexSplitter by Rico Wind · 6 years ago
  59. 75174ac Use Library Configuration JSON by clementbera · 6 years ago
  60. e8f1d6b Also consider interface types in the refined type computation by Christoffer Quist Adamsen · 6 years ago
  61. 91d3018 Fix class inliner bug that leads to unnecessary bail-outs for candidates not inheriting from Object by Christoffer Quist Adamsen · 6 years ago
  62. 0fb0f52 Exploit that type information is exact for newly-created instances by Christoffer Quist Adamsen · 6 years ago
  63. 758adac Avoid unnecessary lookups in optimizations by Christoffer Quist Adamsen · 6 years ago
  64. 4919bc9 Fix missing type propagation in uninstantiated type optimization by Christoffer Quist Adamsen · 6 years ago
  65. 1e17153 Check version in desugar library configuration by Søren Gjesse · 6 years ago
  66. f0928a1 Fix typo in assertion by Christoffer Quist Adamsen · 6 years ago
  67. 6e5e584 Generate a Maven artefact with the desugar library configuration by Søren Gjesse · 6 years ago
  68. 07fd347 Retrace: First cut at actually parsing stack traces and use mapping by Morten Krogh-Jespersen · 6 years ago
  69. 9ea26ed Add downloadMappingFilesForRetraceTests as a test-dependency by Morten Krogh-Jespersen · 6 years ago
  70. ccdb9e4 Add support for downloading r8 mappings file for retrace tests by Morten Krogh-Jespersen · 6 years ago
  71. 8915c85 Fix a typo in InvokeInterfacePositiveTest: wrong class name to lookup. by Jinseong Jeon · 6 years ago
  72. 32e9ba2 Add benchmark inputs to .gitignore by Rico Wind · 6 years ago
  73. abf630f Repackage call site optimization info/propagator. by Jinseong Jeon · 6 years ago
  74. 956615c More desugared library tests by clementbera · 6 years ago
  75. 9b9c14e Fix subtyping queries for synthesized classes by Christoffer Quist Adamsen · 6 years ago
  76. 7dac1aa Remove unused def getFetchDepsTaskName from build.gradle by Morten Krogh-Jespersen · 6 years ago
  77. 5d1d9d2 Propagate types after lambda desugaring by Christoffer Quist Adamsen · 6 years ago
  78. d19ca64 Add tests with core-lambda-stubs by clementbera · 6 years ago
  79. e59604f Temporarily ignore YouTube 14.19 test by Christoffer Quist Adamsen · 6 years ago
  80. 1a98ac5 Only enqueue program types in live sets. by Ian Zerny · 6 years ago
  81. 5a9a10c Update patch version for release - new version is 1.6.28-dev by clementbera · 6 years ago
  82. b06de6c Print to info if assertions are enabled by Morten Krogh-Jespersen · 6 years ago
  83. fd70622 Propagate dynamic type information for static fields by Christoffer Quist Adamsen · 6 years ago
  84. 16ddcc9 Add cast for covariant return types in synthetic lambda bridges by Morten Krogh-Jespersen · 6 years ago
  85. 38fc8c5 Towards the propagation of call site optimization info. by Jinseong Jeon · 6 years ago
  86. 0e76c09 Add basic tests about interprocedural nullability. by Jinseong Jeon · 6 years ago
  87. 92992fe Build r8 without dependencies without dependencies by Søren Gjesse · 6 years ago
  88. c9ca4b9 Only do sanity check on jars produced by the build by Søren Gjesse · 6 years ago
  89. 79b14e8 Ensure that all jars built don't have classes outside the R8 namespace by Søren Gjesse · 6 years ago
  90. 97b0a99 Allow testing memory to be set from test.py by Rico Wind · 6 years ago
  91. a076910 Improve test for library desugaring when desugaring is turned off by Søren Gjesse · 6 years ago
  92. 5c6a5bf Don't allow library desugaring when desugaring is turned off by Søren Gjesse · 6 years ago
  93. 53bef93 Revert "Add support for List.of(E...)" by Jinseong Jeon · 6 years ago
  94. b377c7e Revert "Desugar calls to Set.of" by Jinseong Jeon · 6 years ago
  95. 0491fd7 Desugar calls to Set.of by Jake Wharton · 6 years ago
  96. dc847f0 Add support for List.of(E...) by Jake Wharton · 6 years ago
  97. aa77248 Enforce calls to lookup virtual methods do so on valid resolutions. by Ian Zerny · 6 years ago
  98. 369324e Give even more memory to internal tests by Rico Wind · 6 years ago
  99. d57d119 Reland "Rewrite to invoke-super when target is interface default method" by Morten Krogh-Jespersen · 6 years ago
  100. e597ef0 Add utility to DexDefinitionSupplier for finding program classes by Morten Krogh-Jespersen · 6 years ago