1. 0824f6e Fix checkcast on Emulated interface dispatch by Clément Béra · 6 weeks ago
  2. faeee0f Account for T::new expressions in default field value joiner by Christoffer Adamsen · 6 weeks ago
  3. 2d3816a Fix BootstrapMethodError from invalid class merging by Christoffer Adamsen · 6 weeks ago
  4. d3f7707 Final clean-up of AutoCloseableDesugaring by Clément Béra · 6 weeks ago
  5. 93e9df7 Only run R8PartialResourceUseCollector in optimized resource shrinking by Christoffer Adamsen · 6 weeks ago
  6. 0e40b25 Reproduce inadequate value propagation in presence of T::new expressions by Christoffer Adamsen · 6 weeks ago
  7. 3f25869 Fix import and change comment by Clément Béra · 6 weeks ago
  8. 35554e0 Fix Python warning in tag_versions.py script by Søren Gjesse · 6 weeks ago
  9. f13784c Optimize Class#isEnum() by Clément Béra · 7 weeks ago
  10. 212cc2b Generate one method per type switch by Clément Béra · 7 weeks ago
  11. 4a65130 Avoid double checkcast on AutoCloseableRetargeter by Clément Béra · 6 weeks ago
  12. 8041f0a Update force inline api conversion and track api conversion tests by Christoffer Adamsen · 6 weeks ago
  13. 20a241a Remove allowUnusedDontWarnKotlinReflectJvmInternal from DesugaredLibraryTestBuilder by Christoffer Adamsen · 6 weeks ago
  14. 791e926 Remove unused field and method in BackportedMethodListCommand by Christoffer Adamsen · 6 weeks ago
  15. 0fa8ded Fix program inputs to library desugaring tests by Christoffer Adamsen · 6 weeks ago
  16. bfec5f8 Introduce R8 partial library desugaring specifications by Christoffer Adamsen · 6 weeks ago
  17. 5a6778e Add a single canonical empty DesugaredLibrarySpecification by Christoffer Adamsen · 6 weeks ago
  18. ed80149 Add empty implementation of ReflectiveOperationReceiver by Rico Wind · 6 weeks ago
  19. ce00b85 Add a few more reflective resource callbacks for Class by Rico Wind · 6 weeks ago
  20. 36e0d02 Add 'if' to list of reserved names by Christoffer Adamsen · 6 weeks ago
  21. be29229 Assert that updateChangedFlags is recognized by modeling by Christoffer Adamsen · 6 weeks ago
  22. 6f0813c Apply narrowing when processing unknown in-flow from receiver by Christoffer Adamsen · 6 weeks ago
  23. 84e5494 Reapply "Desugaring of AutoCloseable#close everywhere" by Clément Béra · 6 weeks ago
  24. c12c131 Fix incorrect interface bit in call graph construction by Christoffer Adamsen · 7 weeks ago
  25. bad03cfd Fix kotlin-dev bot by Søren Gjesse · 7 weeks ago
  26. 7b44206 Fix error prone check in LibraryDesugaringOptions by Christoffer Adamsen · 7 weeks ago
  27. d3d2919 Clean up desugared library type rewriter by Christoffer Adamsen · 7 weeks ago
  28. 6582dd4 Diaable KeepItemGeneratedFilesTest on Windows by Søren Gjesse · 7 weeks ago
  29. e94db8a Add DexValueNumber tests by Clément Béra · 7 weeks ago
  30. 15f083f Stop running type switch tests on old jdks by Clément Béra · 7 weeks ago
  31. 7b6ebb8 Minimal fix for issue with LiveEdit test by Søren Gjesse · 7 weeks ago
  32. 68769e8 Add missing third_party files to .gitignore by Søren Gjesse · 8 weeks ago
  33. 3261eb8 Fix kotlin-dev bot by Søren Gjesse · 7 weeks ago
  34. 331f350 Fix another hardcoded / in path operations for Windows tests by Søren Gjesse · 7 weeks ago
  35. c824514 Make trigger.py happy with internal url by Rico Wind · 7 weeks ago
  36. 8479208 Remove superfluous comma breaking the build by Søren Gjesse · 7 weeks ago
  37. 58e4d0c Fix keepanno tests on Windows by Søren Gjesse · 7 weeks ago
  38. bc1b2bc Add support for Class.forName instrumentation by Rico Wind · 7 weeks ago
  39. 05f0865 Support taking custom class for R8Assistant callbacks by Rico Wind · 7 weeks ago
  40. cf0a132 Add temporary system property to not retain invisible annotations by Christoffer Adamsen · 7 weeks ago
  41. 9f2646f Update tools/r8_release.py to avoid Python warnings by Søren Gjesse · 7 weeks ago
  42. dfc1c9c7 Remove unused synthesizedClasses field from DexApplication.Builder by Christoffer Adamsen · 7 weeks ago
  43. cc8127a Report origin of keep rule files that retain invisible annotations by Christoffer Adamsen · 7 weeks ago
  44. 231bc22 Update build metadata tests after desugared library version update by Søren Gjesse · 7 weeks ago
  45. c331a82 Prepare for release of desugared library 2.1.5 by Søren Gjesse · 7 weeks ago
  46. 5344246 Add prefix `is` on boolean property for Kotlin annotation by Søren Gjesse · 7 weeks ago
  47. d393be2 Add tool for copying keep annotations Kotlin files to androidx by Søren Gjesse · 7 weeks ago
  48. f1d79d5 Enable Kotlin explicit API mode for androidx keep annotations by Søren Gjesse · 7 weeks ago
  49. 43a1678 Reapply "Add support for tests using androidx keep annotations" by Søren Gjesse · 8 weeks ago
  50. 8804c0c Enable access modification for desugared library by Christoffer Adamsen · 8 weeks ago
  51. 2e5b978 Use trace references in library desugaring tests by Christoffer Adamsen · 8 weeks ago
  52. 8c2c3b1 Revert "Change the keep annotations in the androidx namespace to Kotlin source" by Christoffer Adamsen · 8 weeks ago
  53. 809cceb Revert "Add support for tests using androidx keep annotations" by Christoffer Adamsen · 8 weeks ago
  54. 0d4a88b Fix inadequate keep rule generating in trace references by Christoffer Adamsen · 8 weeks ago
  55. f4c32c5 Reproduce trace references missing keep rules by Christoffer Adamsen · 8 weeks ago
  56. 8a504d0 Revert "Fix Kotlin debug tests by reverting formatting" by Søren Gjesse · 8 weeks ago
  57. 0de4cdb Add testForAssistant support in test framework by Rico Wind · 8 weeks ago
  58. cad8f2f Fix compiler typo in compiledump.py by Christoffer Adamsen · 8 weeks ago
  59. 97a7f8d Add support for tests using androidx keep annotations by Søren Gjesse · 8 weeks ago
  60. fffe3c8 Fix compiledump for d8 compilations by Rico Wind · 8 weeks ago
  61. a631b05 Add create_r8lib.py as input to r8lib compilation task by Rico Wind · 8 weeks ago
  62. 495b038 Change the keep annotations in the androidx namespace to Kotlin source by Søren Gjesse · 8 weeks ago
  63. f387fb2 Ensure that fix instructions are given when we have format errors by Rico Wind · 8 weeks ago
  64. dad351e Fix tests for Kotlin verisons on kotlin-old bot after formatting by Søren Gjesse · 8 weeks ago
  65. 4ca90c4 Format remaining Kotlin files except for resource shrinker by Søren Gjesse · 8 weeks ago
  66. 59bab1c Exclude empty directories in swiss army knife by Søren Gjesse · 8 weeks ago
  67. 3ef33a3 Fix typo in .gitignore by Søren Gjesse · 8 weeks ago
  68. e86a4a3 Update presubmit to include all formatting info in message by Søren Gjesse · 8 weeks ago
  69. 90045a8 Fix Kotlin debug tests by reverting formatting by Søren Gjesse · 8 weeks ago
  70. febff92 Fix Kotlin test again after reformatting test Kotlin files by Søren Gjesse · 8 weeks ago
  71. 853e863 Refactor PRESUBMIT.py by Søren Gjesse · 8 weeks ago
  72. ae696a1 Fix Kotlin tests after reformatting test Kotlin files by Søren Gjesse · 8 weeks ago
  73. 143c0e2 Add missing build files for assistant by Rico Wind · 8 weeks ago
  74. f4f713b Move r8 assistant runtime files to seperate module. by Rico Wind · 8 weeks ago
  75. 1b9b256 Update LocalDateEpochTest by Christoffer Adamsen · 9 weeks ago
  76. 629aaaf Handle overlapping -assumenosideeffects and -convertchecknotnull rules by Christoffer Adamsen · 8 weeks ago
  77. b5ae53d Add Kotlin format check to presubmit by Søren Gjesse · 8 weeks ago
  78. 47fe7be Fix broken build after adding Kotlin formatter by Søren Gjesse · 8 weeks ago
  79. 9374563 Add Kotlin formatter by Søren Gjesse · 8 weeks ago
  80. fa17be8 Add isInterface bit to MethodLookupResult by Christoffer Adamsen · 9 weeks ago
  81. f0e2cd9 Automatically inject ClearCodeRewritingGraphLens when rewriting LIR by Christoffer Adamsen · 8 weeks ago
  82. 4c8392d Remove unused import in Enqueuer by Christoffer Adamsen · 8 weeks ago
  83. 36fcb8d Remove unused field liveMethodsWithKeepActions by Christoffer Adamsen · 8 weeks ago
  84. 0e47ab2 Add IR instruction builders by Christoffer Adamsen · 8 weeks ago
  85. 8cd4192 Always amend desugared library methods by Clément Béra · 9 weeks ago
  86. cde0d8f Enable devirtualization in ProgramRewritingTest by Christoffer Adamsen · 9 weeks ago
  87. 84aac6b Add disassemble helper to DesugaredLibraryTestCompileResult by Christoffer Adamsen · 9 weeks ago
  88. 0c5bd40 Remove unsupported option alwaysBackportListSetMapMethods by Christoffer Adamsen · 9 weeks ago
  89. e91214e Share synthetic methods calling other synthetic methods by Clément Béra · 9 weeks ago
  90. 1f7871d Support Stream#toList by Clément Béra · 9 weeks ago
  91. c765a29 Reapply "Optimize empty Object[] -> null in reflection APIs" by Christoffer Adamsen · 9 weeks ago
  92. 23025cc Revert "Copy two keep annotations tests to use androidx annotations" by Søren Gjesse · 9 weeks ago
  93. f32e607 Copy two keep annotations tests to use androidx annotations by Søren Gjesse · 9 weeks ago
  94. 692fff0 Account for ServiceLoaders in field value propagation by Christoffer Adamsen · 9 weeks ago
  95. 6ba9af3 Reproduce field propagation issue with ServiceLoader by Christoffer Adamsen · 9 weeks ago
  96. 4acd33b Test -assumenosideeffects rule on method that returns arg 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