1. 77b6af4 Version 8.10.16 by Rico Wind · 6 weeks ago
  2. 56515ee Account for T::new expressions in default field value joiner by Rico Wind · 6 weeks ago
  3. ad501b1 Fix BootstrapMethodError from invalid class merging by Rico Wind · 6 weeks ago
  4. b62d995 Reproduce inadequate value propagation in presence of T::new expressions by Rico Wind · 6 weeks ago
  5. e4406ec Version 8.10.15 by Rico Wind · 6 weeks ago
  6. b321c08 Ensure that we remove trivial instance of checks pre 24 by Rico Wind · 6 weeks ago
  7. c41c827 Version 8.10.14 by Søren Gjesse · 6 weeks ago
  8. 91276bd Change the backported value of android.os.Build.VERSION_CODES_FULL.BAKLAVA by Søren Gjesse · 6 weeks ago
  9. e73cf8e Update Baklava (API level 36) SDK to revision 5 by Søren Gjesse · 6 weeks ago
  10. 76d6a57 Promote version 8.10.13-dev to version 8.10.13 by Søren Gjesse · 6 weeks ago
  11. 5dd600c Version 8.10.13-dev by Clément Béra · 6 weeks ago 8.10.13-dev agp-8.10.0-alpha08
  12. 7e27246 Merge commit '84e54946701200c817f8dc2c9f1b76b16863fafc' into dev-release by Clément Béra · 6 weeks ago
  13. 84e5494 Reapply "Desugaring of AutoCloseable#close everywhere" by Clément Béra · 6 weeks ago
  14. e69588b Version 8.10.12-dev by Rico Wind · 6 weeks ago 8.10.12-dev
  15. 65b9e34 Merge commit 'c12c131dc75c45b3829e0b2f4b2db0c8c5b35804' into dev-release by Rico Wind · 6 weeks ago
  16. c12c131 Fix incorrect interface bit in call graph construction by Christoffer Adamsen · 7 weeks ago
  17. bad03cfd Fix kotlin-dev bot by Søren Gjesse · 7 weeks ago
  18. 7b44206 Fix error prone check in LibraryDesugaringOptions by Christoffer Adamsen · 7 weeks ago
  19. d3d2919 Clean up desugared library type rewriter by Christoffer Adamsen · 7 weeks ago
  20. 6582dd4 Diaable KeepItemGeneratedFilesTest on Windows by Søren Gjesse · 7 weeks ago
  21. e94db8a Add DexValueNumber tests by Clément Béra · 7 weeks ago
  22. 15f083f Stop running type switch tests on old jdks by Clément Béra · 7 weeks ago
  23. 7b6ebb8 Minimal fix for issue with LiveEdit test by Søren Gjesse · 7 weeks ago
  24. 68769e8 Add missing third_party files to .gitignore by Søren Gjesse · 8 weeks ago
  25. 3261eb8 Fix kotlin-dev bot by Søren Gjesse · 7 weeks ago
  26. 331f350 Fix another hardcoded / in path operations for Windows tests by Søren Gjesse · 7 weeks ago
  27. c824514 Make trigger.py happy with internal url by Rico Wind · 7 weeks ago
  28. 8479208 Remove superfluous comma breaking the build by Søren Gjesse · 7 weeks ago
  29. 58e4d0c Fix keepanno tests on Windows by Søren Gjesse · 7 weeks ago
  30. bc1b2bc Add support for Class.forName instrumentation by Rico Wind · 7 weeks ago
  31. 05f0865 Support taking custom class for R8Assistant callbacks by Rico Wind · 7 weeks ago
  32. e455de9 Version 8.10.11-dev by Christoffer Adamsen · 7 weeks ago 8.10.11-dev
  33. 6876ca4 Merge commit 'cf0a132933b42d260414574caff67bf21d1a4c83' into dev-release by Christoffer Adamsen · 7 weeks ago
  34. cf0a132 Add temporary system property to not retain invisible annotations by Christoffer Adamsen · 7 weeks ago
  35. 9f2646f Update tools/r8_release.py to avoid Python warnings by Søren Gjesse · 7 weeks ago
  36. dfc1c9c7 Remove unused synthesizedClasses field from DexApplication.Builder by Christoffer Adamsen · 7 weeks ago
  37. cc8127a Report origin of keep rule files that retain invisible annotations by Christoffer Adamsen · 7 weeks ago
  38. 231bc22 Update build metadata tests after desugared library version update by Søren Gjesse · 7 weeks ago
  39. c331a82 Prepare for release of desugared library 2.1.5 by Søren Gjesse · 7 weeks ago
  40. 5344246 Add prefix `is` on boolean property for Kotlin annotation by Søren Gjesse · 7 weeks ago
  41. d393be2 Add tool for copying keep annotations Kotlin files to androidx by Søren Gjesse · 7 weeks ago
  42. f1d79d5 Enable Kotlin explicit API mode for androidx keep annotations by Søren Gjesse · 7 weeks ago
  43. 6f752e2 Version 8.10.10-dev by Christoffer Adamsen · 8 weeks ago 8.10.10-dev
  44. e651793 Merge commit '8804c0cc1d1742261e6f959d05f63b50d72a341c' into dev-release by Christoffer Adamsen · 8 weeks ago
  45. 43a1678 Reapply "Add support for tests using androidx keep annotations" by Søren Gjesse · 8 weeks ago
  46. 8804c0c Enable access modification for desugared library by Christoffer Adamsen · 8 weeks ago
  47. 2e5b978 Use trace references in library desugaring tests by Christoffer Adamsen · 8 weeks ago
  48. 8c2c3b1 Revert "Change the keep annotations in the androidx namespace to Kotlin source" by Christoffer Adamsen · 8 weeks ago
  49. 809cceb Revert "Add support for tests using androidx keep annotations" by Christoffer Adamsen · 8 weeks ago
  50. 0d4a88b Fix inadequate keep rule generating in trace references by Christoffer Adamsen · 8 weeks ago
  51. f4c32c5 Reproduce trace references missing keep rules by Christoffer Adamsen · 8 weeks ago
  52. 8a504d0 Revert "Fix Kotlin debug tests by reverting formatting" by Søren Gjesse · 8 weeks ago
  53. 0de4cdb Add testForAssistant support in test framework by Rico Wind · 8 weeks ago
  54. cad8f2f Fix compiler typo in compiledump.py by Christoffer Adamsen · 8 weeks ago
  55. 97a7f8d Add support for tests using androidx keep annotations by Søren Gjesse · 8 weeks ago
  56. fffe3c8 Fix compiledump for d8 compilations by Rico Wind · 8 weeks ago
  57. a631b05 Add create_r8lib.py as input to r8lib compilation task by Rico Wind · 8 weeks ago
  58. 495b038 Change the keep annotations in the androidx namespace to Kotlin source by Søren Gjesse · 8 weeks ago
  59. f387fb2 Ensure that fix instructions are given when we have format errors by Rico Wind · 8 weeks ago
  60. dad351e Fix tests for Kotlin verisons on kotlin-old bot after formatting by Søren Gjesse · 8 weeks ago
  61. 4ca90c4 Format remaining Kotlin files except for resource shrinker by Søren Gjesse · 8 weeks ago
  62. 59bab1c Exclude empty directories in swiss army knife by Søren Gjesse · 8 weeks ago
  63. 3ef33a3 Fix typo in .gitignore by Søren Gjesse · 8 weeks ago
  64. e86a4a3 Update presubmit to include all formatting info in message by Søren Gjesse · 8 weeks ago
  65. 90045a8 Fix Kotlin debug tests by reverting formatting by Søren Gjesse · 8 weeks ago
  66. febff92 Fix Kotlin test again after reformatting test Kotlin files by Søren Gjesse · 8 weeks ago
  67. 853e863 Refactor PRESUBMIT.py by Søren Gjesse · 8 weeks ago
  68. ae696a1 Fix Kotlin tests after reformatting test Kotlin files by Søren Gjesse · 8 weeks ago
  69. 143c0e2 Add missing build files for assistant by Rico Wind · 8 weeks ago
  70. f4f713b Move r8 assistant runtime files to seperate module. by Rico Wind · 8 weeks ago
  71. 1b9b256 Update LocalDateEpochTest by Christoffer Adamsen · 9 weeks ago
  72. 629aaaf Handle overlapping -assumenosideeffects and -convertchecknotnull rules by Christoffer Adamsen · 8 weeks ago
  73. b5ae53d Add Kotlin format check to presubmit by Søren Gjesse · 8 weeks ago
  74. 47fe7be Fix broken build after adding Kotlin formatter by Søren Gjesse · 8 weeks ago
  75. 9374563 Add Kotlin formatter by Søren Gjesse · 8 weeks ago
  76. fa17be8 Add isInterface bit to MethodLookupResult by Christoffer Adamsen · 9 weeks ago
  77. a7ad18a Version 8.10.9-dev by Clément Béra · 8 weeks ago 8.10.9-dev
  78. c0f5ca0 Merge commit 'f0e2cd9064daa176dd9a6a3bf831c0e8310475f2' into dev-release by Clément Béra · 8 weeks ago
  79. f0e2cd9 Automatically inject ClearCodeRewritingGraphLens when rewriting LIR by Christoffer Adamsen · 8 weeks ago
  80. 4c8392d Remove unused import in Enqueuer by Christoffer Adamsen · 8 weeks ago
  81. 36fcb8d Remove unused field liveMethodsWithKeepActions by Christoffer Adamsen · 8 weeks ago
  82. 0e47ab2 Add IR instruction builders by Christoffer Adamsen · 8 weeks ago
  83. 8cd4192 Always amend desugared library methods by Clément Béra · 9 weeks ago
  84. cde0d8f Enable devirtualization in ProgramRewritingTest by Christoffer Adamsen · 9 weeks ago
  85. 84aac6b Add disassemble helper to DesugaredLibraryTestCompileResult by Christoffer Adamsen · 9 weeks ago
  86. 0c5bd40 Remove unsupported option alwaysBackportListSetMapMethods by Christoffer Adamsen · 9 weeks ago
  87. e91214e Share synthetic methods calling other synthetic methods by Clément Béra · 9 weeks ago
  88. 1f7871d Support Stream#toList by Clément Béra · 9 weeks ago
  89. c765a29 Reapply "Optimize empty Object[] -> null in reflection APIs" by Christoffer Adamsen · 9 weeks ago
  90. 23025cc Revert "Copy two keep annotations tests to use androidx annotations" by Søren Gjesse · 9 weeks ago
  91. f32e607 Copy two keep annotations tests to use androidx annotations by Søren Gjesse · 9 weeks ago
  92. 692fff0 Account for ServiceLoaders in field value propagation by Christoffer Adamsen · 9 weeks ago
  93. 6ba9af3 Reproduce field propagation issue with ServiceLoader by Christoffer Adamsen · 9 weeks ago
  94. 4acd33b Test -assumenosideeffects rule on method that returns arg by Christoffer Adamsen · 9 weeks ago
  95. 1c648e7 Version 8.10.8-dev by Christoffer Adamsen · 9 weeks ago 8.10.8-dev
  96. 0dab7c2 Merge commit 'c44098b28724a38894a9276d8dfab7f4e32b7163' into dev-release by Christoffer Adamsen · 9 weeks ago
  97. c44098b Revert "Reapply "Desugaring of AutoCloseable#close everywhere"" by Christoffer Adamsen · 9 weeks ago
  98. 6395b5b Fix keepanno test by Søren Gjesse · 9 weeks ago
  99. 94489e1 Don't use aliased values when comparing values for basic block subsumption by Søren Gjesse · 9 weeks ago
  100. a21bba9 Move CollectionToArrayTest to jdk11 package by Clément Béra · 9 weeks ago