1. 1415347 Add kotlinx.coroutines tests and run them internally by Morten Krogh-Jespersen · 5 years ago
  2. 57da50a Update InvalidTypesTest expected output by Christoffer Quist Adamsen · 5 years ago
  3. 7edfd6e Add CLI support for feature splits by Rico Wind · 5 years ago
  4. ed88cc4 Revert "Fix incorrect accessibility check in inliner" by Christoffer Quist Adamsen · 5 years ago
  5. 7290eea Revert "Fix outliner assertion error in presence of feature splits" by Christoffer Quist Adamsen · 5 years ago
  6. 02a3d2e Enable ReachabilitySensitiveTest on Art 10 by Clément Béra · 5 years ago
  7. 3bbb50e Provide an option to skip creation of extra rules in run_on_app.py by Christoffer Quist Adamsen · 5 years ago
  8. 083df9b Make latest DexVm latest by Clément Béra · 5 years ago
  9. dde2500 Fix incorrect accessibility check in inliner by Christoffer Quist Adamsen · 5 years ago
  10. 0803900 Fix outliner assertion error in presence of feature splits by Christoffer Quist Adamsen · 5 years ago
  11. d240e1c Reproduce outliner bug in presence of feature splits by Christoffer Quist Adamsen · 5 years ago
  12. 991303d Handle null AndroidApiLevel in setMinApi() by Christoffer Quist Adamsen · 5 years ago
  13. 1184eac Towards extending assume-non-null insertion to assume-dynamic-type insertion by Christoffer Quist Adamsen · 5 years ago
  14. fb89eaa Towards unifying AssumeDynamicType and AssumeNotNull by Christoffer Quist Adamsen · 5 years ago
  15. 57254f0 Fix class inliner bail-out due to imprecise receiver type by Christoffer Quist Adamsen · 5 years ago
  16. 33bc77c Ensure that we only read input sources once for CfToLineNumbers by Morten Krogh-Jespersen · 5 years ago
  17. 250ad60 Enable Art 10 for InvalidTypesTest by Christoffer Quist Adamsen · 5 years ago
  18. 2b04eb4 Introduce diagnostics for API level related errors. by Ian Zerny · 5 years ago
  19. d2ecb62 Report overflow when writing class file output as diagnostics by Søren Gjesse · 5 years ago
  20. 3a80647 Do not set method overrides when parsing dex by Morten Krogh-Jespersen · 5 years ago
  21. 92e18d3 Revert "Do not rewrite methods in the parser when doing resource shrinking" by Morten Krogh-Jespersen · 5 years ago
  22. 4732fa6 Do not rewrite methods in the parser when doing resource shrinking by Morten Krogh-Jespersen · 5 years ago
  23. 856ae3c Set dex instruction offset in bridge hoisting by Christoffer Quist Adamsen · 5 years ago
  24. 7a3cd93 Fix MetadataRewriteInPropertyTest expectation by Morten Krogh-Jespersen · 5 years ago
  25. acccea4 Update message expectations for KotlinLambdaMergerValidationTest by Morten Krogh-Jespersen · 5 years ago
  26. 7b43495 Keep bytecode for inline property accessors by Morten Krogh-Jespersen · 5 years ago
  27. 3e7ea39 Re-enable Art-10 bot by Clément Béra · 5 years ago
  28. 5335760 Add support for flexible upper bound in kotlin metadata by Morten Krogh-Jespersen · 5 years ago
  29. 0ff4b88 Remove unused AbstractError by Christoffer Quist Adamsen · 5 years ago
  30. f3e533b Remove member rebinding access control routines by Christoffer Quist Adamsen · 5 years ago
  31. 603a4eb Account for appInfo being null in AssemblyWriter by Morten Krogh-Jespersen · 5 years ago
  32. fd7372a Process kotlin.Metadata if the annotation will be output by Morten Krogh-Jespersen · 5 years ago
  33. 15ead9f Generalize bridge hoisting by Christoffer Quist Adamsen · 5 years ago
  34. c9cf682 Harden assertion configuration analysis to allow input stack maps by Morten Krogh-Jespersen · 5 years ago
  35. c3ae494 Ignore -adaptkotlinmetadata and print info by Morten Krogh-Jespersen · 5 years ago
  36. c1030a4 Allow publicizing kept items by Christoffer Quist Adamsen · 5 years ago
  37. 2b34940 Remove unused alias introducer by Christoffer Quist Adamsen · 5 years ago
  38. 8b0786b Relax assertion in call site optimization by Christoffer Quist Adamsen · 5 years ago
  39. 95dba3f Update ErrorDuringIrConversionTest expectation for r8lib by Christoffer Quist Adamsen · 5 years ago
  40. d84a6f0 Allow passing extracted dump to compiledump.py by Christoffer Quist Adamsen · 5 years ago
  41. 7ffbc71 Fix ExecutionException is never thrown error in tests by Christoffer Quist Adamsen · 5 years ago
  42. fd906b5 Fix ExecutionException is never thrown error by Christoffer Quist Adamsen · 5 years ago
  43. 73ebb67 Avoid applying the graph lens more than once to the post method processor by Christoffer Quist Adamsen · 5 years ago
  44. fcfc63a Extend dump to support feature splits and min-api by Christoffer Quist Adamsen · 5 years ago
  45. 21953ba Remove unneeded assert bailout. by Ian Zerny · 5 years ago
  46. b51a94e Check equality of synthetic class in MetadataPassThroughTest by Morten Krogh-Jespersen · 5 years ago
  47. 587a90f Refactor top-level exception handling to report all exceptions. by Ian Zerny · 5 years ago
  48. a8a7499 Add a test to reproduce b/156591935 by Søren Gjesse · 5 years ago
  49. 92fb9fd Abandon call site optimization when number of targets exceed threshold by Christoffer Quist Adamsen · 5 years ago
  50. 87eb2b7 Introduce an (unused) abandoned call site optimization instance by Christoffer Quist Adamsen · 5 years ago
  51. 1eec30f Minor cleanup of call site optimization by Christoffer Quist Adamsen · 5 years ago
  52. 8d284ef Disable enum unboxing to fix double-lens application by Christoffer Quist Adamsen · 5 years ago
  53. 1709229 Disable enum unboxing in compilation-steps by Clément Béra · 5 years ago
  54. 8f55aa4 Enhance error message by Clément Béra · 5 years ago
  55. 7e5f7fa Read input stack maps for pass through test by Morten Krogh-Jespersen · 5 years ago
  56. 991d27b Fix bad merge of kotlin keep package change by Morten Krogh-Jespersen · 5 years ago
  57. 3b65f86 Maintain package name in kotlin metadata header by Morten Krogh-Jespersen · 5 years ago
  58. b6d2c6a Reland "Enable pass through of bytecode for kotlin inline functions" by Morten Krogh-Jespersen · 5 years ago
  59. 746d065 Use ordinary inner child separator for anonymous classes in metadata by Morten Krogh-Jespersen · 5 years ago
  60. 9700fa0 Reland "Enum unboxing: Enums with static methods" by Clément Béra · 5 years ago
  61. 27bf54f Reimplement insertion of assume-not-null instructions by Christoffer Quist Adamsen · 5 years ago
  62. 63439c6 Account for anonymous classifiers in kotlin metadata by Morten Krogh-Jespersen · 5 years ago
  63. 84749ad Add a test for not keeping all of kotlin.Metadata by Morten Krogh-Jespersen · 5 years ago
  64. 8538c95 Only process and keep kotlin.Metadata when kept by Morten Krogh-Jespersen · 5 years ago
  65. 206af4a Fix minor imprecision in isStoringObjectWithFinalizer() by Christoffer Quist Adamsen · 5 years ago
  66. 5f086a0 Deprecate TestBase.runtimeJar(Backend) by Morten Krogh-Jespersen · 5 years ago
  67. 4b113c4 Fix inconsistent android.jar in R8InliningTest by Christoffer Quist Adamsen · 5 years ago
  68. 5e92e2d Revert "Reland "Enum unboxing: Enums with static methods"" by Christoffer Quist Adamsen · 5 years ago
  69. a82f90b Update NameThenLengthTest expectation by Christoffer Quist Adamsen · 5 years ago
  70. ff57130 Reland "Enum unboxing: Enums with static methods" by Clément Béra · 5 years ago
  71. 7ab5e59 Update GmsCore determinism check by Christoffer Quist Adamsen · 5 years ago
  72. 7e24f57 Update EnumMinificationKotlinTest after updating kotlinc by Morten Krogh-Jespersen · 5 years ago
  73. 798cae7 Forward basic block iterator and timing to assumers by Christoffer Quist Adamsen · 5 years ago
  74. ef84775 Extend side effect analysis to invoke-interface and invoke-super by Christoffer Quist Adamsen · 5 years ago
  75. 93a764a Remove test version of KotlinClassMetadataReader by Morten Krogh-Jespersen · 5 years ago
  76. 0896766 Update release script by Søren Gjesse · 5 years ago
  77. 3e95673 Use kotlin version 1.3.72 by Morten Krogh-Jespersen · 5 years ago
  78. d32c8f2 Add kotlinc version 1.3.72 by Morten Krogh-Jespersen · 5 years ago
  79. b328dc6 Move kotlinc dependencies into a single folder by Morten Krogh-Jespersen · 5 years ago
  80. 085db9a Track invalid kotlin metadata by Morten Krogh-Jespersen · 5 years ago
  81. 3c201fd Update internal tests to use ConcurrentHashMap by Christoffer Quist Adamsen · 5 years ago
  82. 17e1634 Update test expectation after disabling enum unboxing for CF by Christoffer Quist Adamsen · 5 years ago
  83. 841f058 Use concurrent set for new assertion by Christoffer Quist Adamsen · 5 years ago
  84. 6c428ea Disable cf to cf enum unboxing by Clément Béra · 5 years ago
  85. 4464283 Fix nondeterminism in service loader rewriter by Christoffer Quist Adamsen · 5 years ago
  86. c2230a6 Introduce a unique ID for each method processing by Christoffer Quist Adamsen · 5 years ago
  87. d4c602b Update synthesized $load method names by Christoffer Quist Adamsen · 5 years ago
  88. abc5a08 Add a method for obtaining a program resource as a byte array. by Ian Zerny · 5 years ago
  89. 9afb119 Fix ToolHelper.getFirstSupportedAndroidJar by Søren Gjesse · 5 years ago
  90. 351f447 Workaround for non-determinism in service loader rewriter by Christoffer Quist Adamsen · 5 years ago
  91. b51a0b1 Change return type of directMethods() and virtualMethods() to Iterable by Christoffer Quist Adamsen · 5 years ago
  92. ce97caf Update accessibility check in FieldInstruction by Christoffer Quist Adamsen · 5 years ago
  93. c07fb10 Move resolution methods to AppInfoWithClassHierarchy by Christoffer Quist Adamsen · 5 years ago
  94. 4707126 Remove static references to resolution methods on AppInfo by Christoffer Quist Adamsen · 5 years ago
  95. ce55d0b Desugared library: Invalid missing class warnings by Clément Béra · 5 years ago
  96. 199c661 Do not publicize private members that are kept by Christoffer Quist Adamsen · 5 years ago
  97. 3f9d7c4 Revert "Enable pass through of bytecode for kotlin inline functions" by Morten Krogh-Jespersen · 5 years ago
  98. 1610a0d Enable pass through of bytecode for kotlin inline functions by Morten Krogh-Jespersen · 5 years ago
  99. 0bf37ad Use initialMissingTypes after final round of tracing by Morten Krogh-Jespersen · 5 years ago
  100. faba79c Ensure that default app info only has class hierarchy in R8 by Christoffer Quist Adamsen · 5 years ago