1. 63f64f1 Put SourceDebugExtensionRewriter under options flag by Morten Krogh-Jespersen · 4 years, 5 months ago
  2. f7d0115 Introduce a static kotlinc helper method and memoize results by Morten Krogh-Jespersen · 4 years, 5 months ago
  3. e451352 Add missing overrides to retrace results by Morten Krogh-Jespersen · 4 years, 5 months ago
  4. c6a75d2 Add matchers for asserting inline information by Morten Krogh-Jespersen · 4 years, 5 months ago
  5. 4b7cc8e Extend InstructionSubject to have a back reference to MethodSubject by Morten Krogh-Jespersen · 4 years, 5 months ago
  6. 488f7df Support "$JDK_HOME" as argument to --lib for command line tools by Søren Gjesse · 4 years, 5 months ago
  7. 0d56f90 Add SourceDebugExtensionRewriter to support kotlin inline functions by Morten Krogh-Jespersen · 4 years, 5 months ago
  8. 8d67ff5 Change KotlinSourceDebugExtension line to take end range as size by Morten Krogh-Jespersen · 4 years, 5 months ago
  9. 975c5df Update release script to relase Maven artifacts for library desugar by Søren Gjesse · 4 years, 5 months ago
  10. 0b2ff49 Support for Stream.ofNullable by clementbera · 4 years, 5 months ago
  11. 62b158c Fix Merge issue by clementbera · 4 years, 5 months ago
  12. b306127 Desugared lib: use resolution by clementbera · 4 years, 5 months ago
  13. 49735ee Fix Red Tests by clementbera · 4 years, 5 months ago
  14. 6d3eb5d Rename tests to not use "failed" in its names. by Jinseong Jeon · 4 years, 5 months ago
  15. 85a545a Attempt to fix NPE in BackportedMethodRewriter#addInterfacesAndForwardingMethods. by Jinseong Jeon · 4 years, 5 months ago
  16. c7f58ed Desugared lib: interface super tests by clementbera · 4 years, 5 months ago
  17. f433d03 Desugared lib: Iterable support by clementbera · 4 years, 5 months ago
  18. ab1314d Desugared library: virtual retargetting by clementbera · 4 years, 5 months ago
  19. 196bd63 Initial class inlining of proto builders by Christoffer Quist Adamsen · 4 years, 5 months ago
  20. 55d721f Link internal bug for IGNORE_COMPLIANCELINT by Rico Wind · 4 years, 5 months ago
  21. 6a075e8 Verify that we don't have any Application readers after treepruning by Rico Wind · 4 years, 5 months ago
  22. 3f0dd4f Desugared library: synchronized collections by clementbera · 4 years, 5 months ago
  23. 2a9e9a9 Dynamic upper bound types for phis by Christoffer Quist Adamsen · 4 years, 5 months ago
  24. f03b575 Extend instance initializer analysis to more instruction types by Christoffer Quist Adamsen · 4 years, 5 months ago
  25. 57dbb3d Fix bad merge by Ian Zerny · 4 years, 5 months ago
  26. c1b31e3 Replace ResolutionResult hasSingleTarget() by isSingleResolution(). by Ian Zerny · 4 years, 5 months ago
  27. cd32c7a Move lookup of super-invoke target to ResolutionResult by Ian Zerny · 4 years, 5 months ago
  28. 14bb9ab Update InvokeSuperTest to new test infrastructure. by Ian Zerny · 4 years, 5 months ago
  29. 9d6a4c5 Desugared lib: use resolution by clementbera · 4 years, 5 months ago
  30. f298e7a Update script to build maven artifact for desugar_jdk_libs by Søren Gjesse · 4 years, 5 months ago
  31. cc66874 Update the checked desugar_jdk_libs to the real version 1.0.3 by Søren Gjesse · 4 years, 5 months ago
  32. eabf09f Retrace: Introduce regular expression parser with wildcards by Morten Krogh-Jespersen · 4 years, 5 months ago
  33. e72c0a5 Add access control routines to resolution results. by Ian Zerny · 4 years, 5 months ago
  34. ebc8e51 Remove unnecessary keep for the default method in Assumer. by Jinseong Jeon · 4 years, 5 months ago
  35. 295d9ac Desugared library: warnings by clementbera · 4 years, 5 months ago
  36. ef7f2d2 Update instruction iteration in instance initializer analysis by Christoffer Quist Adamsen · 4 years, 5 months ago
  37. 6431222 Add desugar library dependency to main test target. by Ian Zerny · 4 years, 5 months ago
  38. 17859c3 Fix mapping of members in indirect interfaces by Morten Krogh-Jespersen · 4 years, 5 months ago
  39. 305b134 Fix missing class inlining of lambdas by Christoffer Quist Adamsen · 4 years, 5 months ago
  40. cd75e73 Remove reference to retrace on TestResult by Morten Krogh-Jespersen · 4 years, 5 months ago
  41. 45bb9db Clean up inlining test that retraces the stack trace by Morten Krogh-Jespersen · 4 years, 5 months ago
  42. e87708d Add test for adding mapped members from parent interfaces to classes by Morten Krogh-Jespersen · 4 years, 5 months ago
  43. a901fe8 Remove ClassInitializerInfo by Christoffer Quist Adamsen · 4 years, 5 months ago
  44. e97032a Delete dead lambda desugaring code by Christoffer Quist Adamsen · 4 years, 5 months ago
  45. d176e34 Reland "Revised computation of forwarding methods for default interface desugaring." by Ian Zerny · 4 years, 5 months ago
  46. f329c0a Update the checked desugar_jdk_libs to version 1.0.3 by Søren Gjesse · 4 years, 5 months ago
  47. 4c9898a Target jdk9 for kotlin tests to support windows by Morten Krogh-Jespersen · 4 years, 5 months ago
  48. 7e0ef85 Fix typo in release script by Søren Gjesse · 4 years, 5 months ago
  49. 9c99831 Don't use single target lookup results on library classes by Søren Gjesse · 4 years, 5 months ago
  50. 41d2ea5 Revert "Remove CompatDx" by Søren Gjesse · 4 years, 5 months ago
  51. 7cf789b Introduce a builder for NonTrivialInstanceInitializerInfo by Christoffer Quist Adamsen · 4 years, 5 months ago
  52. 927a92e Fix location of desugar_jdk_libs.json by Søren Gjesse · 4 years, 5 months ago
  53. 17fc67d Include custom conversion classes in desugar library configuration by Søren Gjesse · 4 years, 5 months ago
  54. 5075c25 Add utility for parsing kotlin generated source debug extensions by Morten Krogh-Jespersen · 4 years, 5 months ago
  55. 0f22f43 Add kotlin example for retrace of inline functions by Morten Krogh-Jespersen · 4 years, 5 months ago
  56. c389da0 Extend KotlinCompilerTool to use a specific kotlin compiler version by Morten Krogh-Jespersen · 4 years, 5 months ago
  57. 6fbfbd5 Remove isEligibleForClass{Inlining,Staticizing} from InstanceInitializerInfo by Christoffer Quist Adamsen · 4 years, 5 months ago
  58. 037f390 Fix not overwriting jar output with empty content in KotlinCompilerTool by Morten Krogh-Jespersen · 4 years, 5 months ago
  59. 25a1d25 Desugared lib: Enable Outliner by clementbera · 4 years, 5 months ago
  60. 7d09eb7 Add more tests about metadata rewriting: by Jinseong Jeon · 4 years, 5 months ago
  61. 3731ffe Fix typo when converting parsed keepattributes back to String. by Jinseong Jeon · 4 years, 5 months ago
  62. 2c4cf6e Mark hazzer and one-of proto fields as read from dynamicMethod() if they are written in the app by Christoffer Quist Adamsen · 4 years, 5 months ago
  63. 87ba608 Update test expectations after relanding value propagation for instance fields by Christoffer Quist Adamsen · 4 years, 5 months ago
  64. 11cfde2 Disable CF load/store optimization in L8. by clementbera · 4 years, 5 months ago
  65. cf079c8 [PrintUses] Print method when assertion fails by Morten Krogh-Jespersen · 4 years, 5 months ago
  66. 8b28a14 Improve meet of inlining constraints by Christoffer Quist Adamsen · 4 years, 5 months ago
  67. 2e4bcde Reland "Initial support for member value propagation for instance fields" by Christoffer Quist Adamsen · 4 years, 5 months ago
  68. cfa8dc1 Add a regression test for inlining of recursive methods by Christoffer Quist Adamsen · 4 years, 5 months ago
  69. 5844518 Temporary disable version check to fix tests by clementbera · 4 years, 5 months ago
  70. 9c338e9 Fix names after implicit merge conflict. by Ian Zerny · 4 years, 5 months ago
  71. 07024ee7 Desugared library: synthesized classes prefix by clementbera · 4 years, 5 months ago
  72. c5a9d32 Another test for ICCE in library default interface methods. by Ian Zerny · 4 years, 5 months ago
  73. 8614f48 Tests for edge cases when desugaring default methods in the library. by Ian Zerny · 4 years, 5 months ago
  74. 14c4dc0 Null out JarApplicationReader when we have generated code by Rico Wind · 4 years, 5 months ago
  75. 78011bb Fix red tests by clementbera · 4 years, 5 months ago
  76. c79a558 Disallow merging classes in the j$ package with classes in other packages by Søren Gjesse · 4 years, 5 months ago
  77. 08701bf Extend retrace.py to support tags by Morten Krogh-Jespersen · 4 years, 5 months ago
  78. d8bdeb6 PrintUses: Allow obfuscating members with package-dependent visiblity by Morten Krogh-Jespersen · 4 years, 5 months ago
  79. 9c14337 Add retrace of type references to support %t and %a wildcards by Morten Krogh-Jespersen · 4 years, 5 months ago
  80. 93dde1f Allow indirect virtual method calls on parent classes in class inliner by Christoffer Quist Adamsen · 4 years, 5 months ago
  81. 5f90ec4 Add options to tools/r8_release.py by Søren Gjesse · 4 years, 5 months ago
  82. f4d62b0 Desugared library test clean-up by clementbera · 4 years, 5 months ago
  83. e0dd4c4 Add missing download dependency to R8 with Java 11 task. by Ian Zerny · 4 years, 5 months ago
  84. 2a674ce Remove CompatDx by Søren Gjesse · 4 years, 5 months ago
  85. a99636c Remove building of compat jars by Søren Gjesse · 4 years, 5 months ago
  86. fe640e5 Only distribute one R8 jar to the Android Platform and Android Studio by Søren Gjesse · 4 years, 5 months ago
  87. 88aa28b Prepare for single jar to the Android Platform by Søren Gjesse · 4 years, 5 months ago
  88. 204d267 Account for library classes that inherit from program classes by Christoffer Quist Adamsen · 4 years, 5 months ago
  89. e82580c Remove custom lookup-single-target implementation in class inliner by Christoffer Quist Adamsen · 4 years, 5 months ago
  90. 6098b88 Improve the precision of lookupSingleInterfaceTarget() by Christoffer Quist Adamsen · 4 years, 5 months ago
  91. fb4a372 Mark synthesized bridges as library method overrides by Christoffer Quist Adamsen · 4 years, 5 months ago
  92. 0ea5d5c Ensure library method override information is set to false for non-library method overrides by Christoffer Quist Adamsen · 4 years, 5 months ago
  93. d9a2b98 Add lookupMethod and and lookupField to ClassResult element by Morten Krogh-Jespersen · 4 years, 5 months ago
  94. 3a6abe8 Run enqueuer in a method to ensure it can be gc'ed by Rico Wind · 4 years, 5 months ago
  95. 6379f2d Fix Stream test when shrinking by clementbera · 4 years, 5 months ago
  96. 1ce46f0 Rewrite existing retrace tool to use new api by Morten Krogh-Jespersen · 4 years, 5 months ago
  97. 438599f Override asArray on ArrayReference by Morten Krogh-Jespersen · 4 years, 5 months ago
  98. 177c223 Fix NPE in findSingleTargetFromSubtypes() by Christoffer Quist Adamsen · 4 years, 5 months ago
  99. 537beb7 Move recently added tests to new package by Christoffer Quist Adamsen · 4 years, 5 months ago
  100. 533119f Require a DexProgramClass in AppInfoWithLiveness where DexType is assumed to be a program class by Christoffer Quist Adamsen · 4 years, 5 months ago