1. d848786 Version 2.0.17 by Morten Krogh-Jespersen · 5 years ago 2.0.17
  2. 6b415d4 Version 2.0.16 by Jinseong Jeon · 5 years ago 2.0.16
  3. 3df603d Version 2.0.15 by Morten Krogh-Jespersen · 5 years ago 2.0.15
  4. 8fbda9a Version 2.0.14 by Rico Wind · 5 years ago 2.0.14
  5. 7b0eb1c Version 2.0.14-dev by Rico Wind · 5 years ago 2.0.14-dev
  6. 68a3340 Merge commit 'a6d9f379e79bd2f7182718afa6d4d076b30330cf' into dev-release by Rico Wind · 5 years ago
  7. a6d9f37 Fix missing type propagation during trivial phi removal by Christoffer Quist Adamsen · 5 years ago
  8. 386668a Reland "Add D8R8SynthesizedFlag" by clementbera · 5 years ago
  9. 2cc974a Check the existence of JvmConstructorExtension by using visitor. by Jinseong Jeon · 5 years ago
  10. 3899520 Turn off Kotlin metadata rewriting. by Jinseong Jeon · 5 years ago
  11. e36a23e Unique names for overloads by separating naming and reservation by Morten Krogh-Jespersen · 5 years ago
  12. a2a59f9 Don't do ClassForName rewriting if the class is in a feature. by Rico Wind · 5 years ago
  13. 8a0789c Disentangle IR conversion from lambda rewriter. by Ian Zerny · 5 years ago
  14. 17cda1c Turn off uninstantiated type optimization for interfaces by Søren Gjesse · 5 years ago
  15. 0510c9d Revert "Add D8R8SynthesizedFlag" by Clément Béra · 5 years ago
  16. 0292e21 Insert bridges for kept interface methods after enqueueing. by Ian Zerny · 5 years ago
  17. 1838d75 Add D8R8SynthesizedFlag by clementbera · 5 years ago
  18. 80b1897 BackportedMethodRewriter performance by clementbera · 5 years ago
  19. 1fdddbc Add commandline options for assertion configuration by Søren Gjesse · 5 years ago
  20. 50289fc Extend @Metadata compatibility checks to JVM extensions and properties. by Jinseong Jeon · 5 years ago
  21. d1d51c1 Version 2.0.13-dev by Jinseong Jeon · 5 years ago 2.0.13-dev agp-4.0.0-alpha09
  22. 432c8fd Merge commit '537d711fb733af80445dcf523dff772ddd844c3d' into dev-release by Jinseong Jeon · 5 years ago
  23. 537d711 Add a test for b/146957343 by Søren Gjesse · 5 years ago
  24. 89a5b06 Make tools/retrace.py use R8 version of retrace by Morten Krogh-Jespersen · 5 years ago
  25. e18c92e Attempt at fixing character issues on windows. by Ian Zerny · 5 years ago
  26. 99e8a74 Change the API for assertion configuration by Søren Gjesse · 5 years ago
  27. 2b94643 Use platform-dependent new-line character in RetraceCommandLineTests by Morten Krogh-Jespersen · 5 years ago
  28. e9af2d2 Support checksums for classes with non-ascii names. by Ian Zerny · 5 years ago
  29. dd190c3 Add desugared lib in command line by clementbera · 5 years ago
  30. 1ad8e30 Remove devirtualizer option in test by clementbera · 5 years ago
  31. cc7ed9a Enable --regex, --verbose and --info as command line parameters by Morten Krogh-Jespersen · 5 years ago
  32. 4070cb0 Determine access through the initial resolution holder. by Ian Zerny · 5 years ago
  33. 6312f42 Add context to parts of the enqueuer and use it to check access. by Ian Zerny · 5 years ago
  34. 2c8d36a Unify predicates for virtual methods/targets. by Ian Zerny · 5 years ago
  35. 7f400b0 Use builder in Nest lens by clementbera · 5 years ago
  36. b3a7e04 Add desugar dependency edges for nest classes. by Ian Zerny · 5 years ago
  37. b242c7c Add desugar dependency edges for synthesized classes. by Ian Zerny · 5 years ago
  38. c3f299b Extend API tests with desugar graph consumer. by Ian Zerny · 5 years ago
  39. 897463b Add finished callback to the desugar graph consumer. by Ian Zerny · 5 years ago
  40. 4c0735d Fix R8 compilation test to run only with a correct/complete library. by Ian Zerny · 5 years ago
  41. e85d2f6 Enable verbose printing of methods when using StackTraceParser by Morten Krogh-Jespersen · 5 years ago
  42. 3d66bc0 Reland "Remove invalid nest check from isValidVirtualTarget predicate." by Ian Zerny · 5 years ago
  43. ff2c527 Revert "Adjust accessibility for desugared lambdas prior to IR processing in R8" by Christoffer Quist Adamsen · 5 years ago
  44. 90993db Remove special handling for desugared lambdas in class inliner by Christoffer Quist Adamsen · 5 years ago
  45. 8330106 Adjust accessibility for desugared lambdas prior to IR processing in R8 by Christoffer Quist Adamsen · 5 years ago
  46. ef8e73e Revert "Remove invalid nest check from isValidVirtualTarget predicate." by Morten Krogh-Jespersen · 5 years ago
  47. 8895fb3 Remove invalid nest check from isValidVirtualTarget predicate. by Ian Zerny · 5 years ago
  48. 20f3965 Add utils to build and extend CodeOptimization. by Jinseong Jeon · 5 years ago
  49. 66040a4 Version 2.0.12-dev by Morten Krogh-Jespersen · 5 years ago 2.0.12-dev agp-4.0.0-alpha08
  50. 88c2f43 Merge commit '62e041b54dace122b1a70dfeb40d985951ca3d44' into dev-release by Morten Krogh-Jespersen · 5 years ago
  51. 1124e34 Interfaces in Clazz.forName should be marked as live by Morten Krogh-Jespersen · 5 years ago
  52. 62e041b Towards synthesizing Kotlin @Metadata: constructors. by Jinseong Jeon · 5 years ago
  53. 0d331ca Only attempt to inline kotlin information if coming from CF by Morten Krogh-Jespersen · 5 years ago
  54. 749eb8a Retrace: Align the regexp parser with the StackTrace parser by Morten Krogh-Jespersen · 5 years ago
  55. 62f915f Move rewriting of kotlin inline functions to line number optimizer by Morten Krogh-Jespersen · 5 years ago
  56. 9ec4aa6 Reland "Change the kotlin debug parser to use segment trees for results" by Morten Krogh-Jespersen · 5 years ago
  57. b9cb6ae Add D8 and R8 API to control assertion code at compile time by Søren Gjesse · 5 years ago
  58. 5739467 Reland "Record desugar dependencies for interface bridge methods." by Ian Zerny · 5 years ago
  59. ce00fdb Add the possibility of passing VM arguments to JVM tests by Søren Gjesse · 5 years ago
  60. 7fa6cf7 Run -identifiernamestring marker in parallel. by Jinseong Jeon · 5 years ago
  61. e44f35f Towards synthesizing Kotlin @Metadata: extensions. by Jinseong Jeon · 5 years ago
  62. d6b9fb4 Revert "Record desugar dependencies for interface bridge methods." by Ian Zerny · 5 years ago
  63. cb49b2f Reland "Make merging more resilient to backported names from old versions of R8"" by Rico Wind · 5 years ago
  64. 5917edc Clean up code in recently updated test. by Ian Zerny · 5 years ago
  65. b2a9ac6 Record desugar dependencies for interface bridge methods. by Ian Zerny · 5 years ago
  66. 3f27840 Revert "Make merging more resilient to backported names from old versions of R8" by Rico Wind · 5 years ago
  67. 1f0da76 Reorder arguments to the desugar graph consumer. by Ian Zerny · 5 years ago
  68. bac0ccf Revert "Change the kotlin debug parser to use segment trees for results" by Morten Krogh-Jespersen · 5 years ago
  69. 6c15ec9 Change the kotlin debug parser to use segment trees for results by Morten Krogh-Jespersen · 5 years ago
  70. 048963c Make merging more resilient to backported names from old versions of R8 by Rico Wind · 5 years ago
  71. 1b01405 Update failing test to new test builders and fix status. by Ian Zerny · 5 years ago
  72. 4adee3b Resolution must fail if private resolutions don't match the symbolic reference. by Ian Zerny · 5 years ago
  73. aaf4efc Version 2.0.11-dev by clementbera · 5 years ago 2.0.11-dev agp-4.0.0-alpha07
  74. 37578de Merge commit 'be9a163a9bdd72ec036d1a048cc8cc2b2fecbadd' into dev-release by clementbera · 5 years ago
  75. be9a163 Introduce a crude implementation of a segment tree by Morten Krogh-Jespersen · 5 years ago
  76. 9b31d8d Initial support for desugaring lambdas when compiling to CF by Morten Krogh-Jespersen · 5 years ago
  77. 77fd585 Fix Red tests by clementbera · 5 years ago
  78. 2c51d07 Desugared lib: Feature split support by clementbera · 5 years ago
  79. 705d48f Format ProguardConfigurationParser by Rico Wind · 5 years ago
  80. d2a1db0 Add origin to the printconfigurations output by Rico Wind · 5 years ago
  81. 5fb2d34 Towards synthesizing Kotlin @Metadata: functions. by Jinseong Jeon · 5 years ago
  82. f192bd1 Backport String.isBlank/strip/stripLeading/stripTrailing by Jake Wharton · 5 years ago
  83. bd74034 Backport String.repeat(int) by Jake Wharton · 5 years ago
  84. 5b0af7e Desugared lib: More R8/JVM tests by clementbera · 5 years ago
  85. 8e48e6f Fix release script issue by Søren Gjesse · 5 years ago
  86. 95fce5f Add D8 and R8 API to control assertion code at compile time by Søren Gjesse · 5 years ago
  87. 129ee9f Version 2.0.10-dev by clementbera · 5 years ago 2.0.10-dev
  88. ce77a64 Merge commit 'c152f9cd43434984e548705d2457d89ac2d34dc1' into dev-release by clementbera · 5 years ago
  89. c152f9c Remove compliance lint suppression line from g3 rolls by Rico Wind · 5 years ago
  90. 801cb3e Backport Optional/OptionalInt/OptionalLong/OptionalDouble.isEmpty() by Jake Wharton · 5 years ago
  91. 3d656f7 Backport Optional/OptionalInt/OptionalLong/OptionalDouble.orElseThrow() by Jake Wharton · 5 years ago
  92. b223527 Backport OptionalInt/OptionalLong/OptionalDouble.stream() by Jake Wharton · 5 years ago
  93. 620dac0 Merge OptimizationInfo booleans into 1 int by clementbera · 5 years ago
  94. e8aaebd Desugare nest based access for invoke-special instructions in R8. by Ian Zerny · 5 years ago
  95. e1103a7 Correct target class of character test by Jake Wharton · 5 years ago
  96. 2000b2f Backport List/Map/Set.copyOf factories by Jake Wharton · 5 years ago
  97. 1279928 Simplify KmType creation in metadata synthesizer. by Jinseong Jeon · 5 years ago
  98. 9402c90 Backport Math/StrictMath.multiplyHigh by Jake Wharton · 5 years ago
  99. 7c14ce7 Specify the project directory when executing the JDK script by Jake Wharton · 5 years ago
  100. 971ee70 Backport Math/StrictMath.multiplyFull by Jake Wharton · 5 years ago