1. 4c9e2b2 Ignore TimeoutException in SwitchesTestRunner by Christoffer Adamsen · 3 weeks ago
  2. a08b38e Update D8 tests that do not configure partial to fail by Christoffer Adamsen · 3 weeks ago
  3. 5573470 Add new switch tests with old syntax by Clément Béra · 4 weeks ago
  4. 3a19260 Handle library desugaring lens in isInvokeThatMaybeRequiresRewriting by Christoffer Adamsen · 4 weeks ago
  5. da7c7e3 Account for library desugaring in D8 api modeling in R8 partial by Christoffer Adamsen · 4 weeks ago
  6. 05a06bd Account for library desugaring in D8 backporting of R8 partial by Christoffer Adamsen · 4 weeks ago
  7. 029644a Cleanup resolution in InterfaceMethodRewriter by Christoffer Adamsen · 4 weeks ago
  8. f48a7a0 Eliminate computeInvokeForEmulatedInterfaceOnly in InterfaceMethodRewriter by Christoffer Adamsen · 4 weeks ago
  9. 4d91069 Eliminate computeNonInterfaceInvoke in InterfaceMethodRewriter by Christoffer Adamsen · 4 weeks ago
  10. b0d0372 Cleanup computeNonInterfaceInvoke in InterfaceMethodRewriter by Christoffer Adamsen · 4 weeks ago
  11. 31d09f0 Fix library desugaring bug when calling interface method by Christoffer Adamsen · 4 weeks ago
  12. d9219d2 Reproduce library desugaring bug when calling interface method by Christoffer Adamsen · 4 weeks ago
  13. f8a9168 Use Kotlin AnnotationRetention for androidx annotations by Søren Gjesse · 4 weeks ago
  14. f1836fb Fix index for feature split dex code in legacy resource shrinking by Rico Wind · 4 weeks ago
  15. 5192299 Add hs_err log files to .gitignore by Christoffer Adamsen · 4 weeks ago
  16. 0a1caee Add a reproduction of b/405152615 by Christoffer Adamsen · 4 weeks ago
  17. b54d025 Extend redundant block removal to blocks with non-jump instructions by Christoffer Adamsen · 4 weeks ago
  18. cc8d166 Defer redundant block removal to end of class inliner by Christoffer Adamsen · 4 weeks ago
  19. 1024c28 Only iterate invokes to inline during force inlining by Christoffer Adamsen · 4 weeks ago
  20. 03105d0 Update keep anno Kotlin generation by Søren Gjesse · 4 weeks ago
  21. b2f03c7 Format Kotlin code in keep annotations with --kotlinlang-style by Søren Gjesse · 4 weeks ago
  22. 8e4b20b Skip inline candidate analysis when out-of-budget by Christoffer Adamsen · 4 weeks ago
  23. f6e24ea Move StackWalker test to jdk11 package by Clément Béra · 4 weeks ago
  24. 29608ce Fix canonicalization of catch handler and non-catch handler return block by Christoffer Adamsen · 4 weeks ago
  25. 2c28e85 Use non-null return in CfInstructionDesugaring#compute implementation by Christoffer Adamsen · 4 weeks ago
  26. 94121b8 Do not inspect cf code before parsing in ProtoEnqueuerExtension by Christoffer Adamsen · 4 weeks ago
  27. 75a6769 Ensure that we can generate java_base_extension from tmp dir by Rico Wind · 4 weeks ago
  28. d3770a0 Add LirToLirDesugaredLibraryDisableDesugarer by Christoffer Adamsen · 4 weeks ago
  29. a246e20 Finalize LirToLirDesugaredLibraryRetargeter by Christoffer Adamsen · 4 weeks ago
  30. e52f431 Add LirToLirDesugaredLibraryRetargeter by Christoffer Adamsen · 4 weeks ago
  31. 0f261b5 Add LirToLirDesugaredLibraryLibRewriter by Christoffer Adamsen · 4 weeks ago
  32. 57be6c9 Implement inline API conversion IR to IR by Christoffer Adamsen · 4 weeks ago
  33. 46431f6 Unwrap delegate Timer for timer merging by Søren Gjesse · 4 weeks ago
  34. c778db4 Parallelize parsing of cf code in tree shaking by Christoffer Adamsen · 4 weeks ago
  35. 2407a8e Fix SystemUIAppNoTreeShaking benchmark by Christoffer Adamsen · 4 weeks ago
  36. bc39aec Fix bug in ConstantCanonicalizer causing inconsistent SSA by Christoffer Adamsen · 4 weeks ago
  37. c0bce7d Ensure trivial goto removal for consistent SSA by Christoffer Adamsen · 4 weeks ago
  38. fa3dc19 Minor cleanup for trivial goto removal by Christoffer Adamsen · 4 weeks ago
  39. 43d3f67 Fix download_kotlin.py by Søren Gjesse · 4 weeks ago
  40. 2ed44fd Fix inadequate construction of Position in newInlineePosition by Christoffer Adamsen · 4 weeks ago
  41. d7c3b43 Fix download_kotlin.py by Søren Gjesse · 4 weeks ago
  42. fb317c2 Update RecordOnlyReferencedFromCodeTest with TODO by Christoffer Adamsen · 4 weeks ago
  43. 9438c55 Account for NoSuchMethodError with random R8 partial configuration in test by Christoffer Adamsen · 4 weeks ago
  44. 9ebe202 Don't add unnecessary AutoCloseable interface by Clément Béra · 4 weeks ago
  45. 46ad9e6 Revert "Extend redundant block removal to blocks with non-jump instructions" by Christoffer Adamsen · 4 weeks ago
  46. 50db5ad Continue tracing if method does not require desugaring by Christoffer Adamsen · 4 weeks ago
  47. 849714d Introduce LirToLirDesugaredLibraryApiConverter by Christoffer Adamsen · 4 weeks ago
  48. 8e7bdf7 Add missing override of interface method in event consumer by Christoffer Adamsen · 4 weeks ago
  49. bbb06fb Merge prepare and scan methods in cf to cf desugaring by Christoffer Adamsen · 4 weeks ago
  50. d945611 Remove ProGuard 5 and ProGuard 6 + tests by Christoffer Adamsen · 5 weeks ago
  51. f0a3c93 Remove legacy Chrome tests by Christoffer Adamsen · 5 weeks ago
  52. dc69755 Add Kotlin 2.1.10 as the primary Kotlin compiler for testing by Søren Gjesse · 5 weeks ago
  53. 9415edd Update package of Timing import by Christoffer Adamsen · 4 weeks ago
  54. 891bf72 Skeleton for lir-to-lir library desugaring by Christoffer Adamsen · 5 weeks ago
  55. ab7e3f0 Run Kotlin formatter in fmt-diff.py by Christoffer Adamsen · 5 weeks ago
  56. eb7a153 Restructure java17 test module by Clément Béra · 5 weeks ago
  57. 2f304db Move sealed test to java 17 test module by Clément Béra · 5 weeks ago
  58. ee37c7b Move pattern matching instanceof test to jdk17 module by Clément Béra · 5 weeks ago
  59. 505a6bf Move Lambda17 test to jdk17 package by Clément Béra · 5 weeks ago
  60. 9c40bb3 Move static enum merging test to jdk17 by Clément Béra · 5 weeks ago
  61. dc0db4c Move enum_sealed test to jdk17 module by Clément Béra · 5 weeks ago
  62. 53249b4 Add --build-metadata-output option to D8/R8 CLI by Christoffer Adamsen · 5 weeks ago
  63. 987f9b6 Extend redundant block removal to blocks with non-jump instructions by Christoffer Adamsen · 5 weeks ago
  64. 82c27c4 Remove unused instance-of instructions by Christoffer Adamsen · 5 weeks ago
  65. 5616ebe Add a script for extracting @Composable size by Christoffer Adamsen · 5 weeks ago
  66. 92e8c26 Time gradle build tasks individually in archive.py by Christoffer Adamsen · 5 weeks ago
  67. 0bbc768 Add support for specifying if deps are test only by Christoffer Adamsen · 5 weeks ago
  68. 693c494 Account for assume instructions from if-instance-of in if optimizer by Christoffer Adamsen · 5 weeks ago
  69. 22ded30 Add enableServiceLoader() to D8TestBuilder by Søren Gjesse · 5 weeks ago
  70. 03c4cb0 Add service loader support to desugared library KotlinMetadataTest by Søren Gjesse · 5 weeks ago
  71. 36e3c35 Fix TEST_DATA_LOCATION path to run jdk11 21 tests in intelliJ by Clément Béra · 5 weeks ago
  72. 66820f2 Remove java10 gradle package by Clément Béra · 5 weeks ago
  73. 1778fa1 Rename examplesJava10/11 by Clément Béra · 5 weeks ago
  74. 221460d Restructure internal java 11 tests by Clément Béra · 5 weeks ago
  75. 41cc480 Move NestClassMerging to java 11 package by Clément Béra · 5 weeks ago
  76. c8cf48b Move timeunit tests to java11 package by Clément Béra · 5 weeks ago
  77. 4fafc7f Move PathOf test to java 11 tests by Clément Béra · 5 weeks ago
  78. e8b9bc6 Move FilesJava11 test to java 11 package by Clément Béra · 5 weeks ago
  79. e34267a Move BufferCovariantReturnType test to java 11 package by Clément Béra · 5 weeks ago
  80. e464b35 Fix archive timing by Rico Wind · 5 weeks ago
  81. 9582297 Fix typo in archive.py by Christoffer Adamsen · 5 weeks ago
  82. 0da2725 Add context to assertion failure by Rico Wind · 5 weeks ago
  83. f1e8746 Add timing to archive.py by Christoffer Adamsen · 5 weeks ago
  84. be872ea Add string to assertion if we have a interface that is a merge source by Rico Wind · 5 weeks ago
  85. b172a4e Restructure java21 test by Clément Béra · 5 weeks ago
  86. e2d559f Move Jdk8272564 test to java 21 package by Clément Béra · 5 weeks ago
  87. 5f6b55b Add support for LIR rewriting using custom lens by Christoffer Adamsen · 6 weeks ago
  88. 03fa116 Prepare scripts for major/minor API levels by Søren Gjesse · 6 weeks ago
  89. e10d214 Allow constant to not have a block in shorten live ranges by Rico Wind · 5 weeks ago
  90. dc5cae8 Fix usage of Immutable list in resource shrinker by Rico Wind · 5 weeks ago
  91. 429ddad Add reproduction of adding to immutable list in resource shrinker by Rico Wind · 5 weeks ago
  92. cb3af99 Fix Synthetic cf code for AutoCloseable by Clément Béra · 5 weeks ago
  93. e4f386c Move NewCollectorTest to java 10 package by Clément Béra · 7 weeks ago
  94. bf316ec Rename isR8PartialTestParameters to canUseR8Partial by Christoffer Adamsen · 5 weeks ago
  95. 60cace2 Add support for using R8 partial in existing D8/R8 tests by Christoffer Adamsen · 5 weeks ago
  96. 5608f69 Extend test parameters to partial compilation by Christoffer Adamsen · 5 weeks ago
  97. 21bbcf8 Use natural order for git branches in cherry pick check by Rico Wind · 6 weeks ago
  98. 8edc10c Reproduce R8 desugar bug when Record is only referenced from code by Christoffer Adamsen · 5 weeks ago
  99. 4f44b34 Prepare DesugaredLibraryTestBuilder for R8 partial by Christoffer Adamsen · 6 weeks ago
  100. 48972a3 Move Timing class to timing package by Søren Gjesse · 6 weeks ago