1. bb41989 [ApiModel] Update Api database to api 33 (Android T) by Morten Krogh-Jespersen · 2 years, 6 months ago
  2. 1df06ca Passthrough art profiles in D8 by Christoffer Quist Adamsen · 2 years, 6 months ago
  3. 04b8d04 Remove duplicates in profiles after collisions from optimizations by Christoffer Quist Adamsen · 2 years, 6 months ago
  4. 4f9300f Add a test for removing duplicates in profiles after optimizing by Christoffer Quist Adamsen · 2 years, 6 months ago
  5. fe92329 Initial support for rewriting baseline profiles in R8 by Christoffer Quist Adamsen · 2 years, 6 months ago
  6. c5d0a7a Fix desugared library head by Clément Béra · 2 years, 6 months ago
  7. c759888 Fix flatMap conversions issues by Clément Béra · 2 years, 6 months ago
  8. 590397e Exhaustive reproduction for flatMap conversion issue by Clément Béra · 2 years, 6 months ago
  9. 20b14c2 [ApiModel] Outline NewInstance and <init> to new library classes by Morten Krogh-Jespersen · 2 years, 6 months ago
  10. 4aca68e Remove accidental not. by Ian Zerny · 2 years, 6 months ago
  11. 89326d6 Add platform entry to the compiler marker. by Ian Zerny · 2 years, 6 months ago
  12. 0dfb0bf Disentangle platform flag from min-api. by Ian Zerny · 2 years, 6 months ago
  13. e17c374 Reland "Test different behavior in Set#of" by Clément Béra · 2 years, 6 months ago
  14. 5e266ff Add command line flag --android-platform-build by Ian Zerny · 2 years, 6 months ago
  15. c32b7f3 Update jdk and old expectations after kotlin dev update by Morten Krogh-Jespersen · 2 years, 6 months ago
  16. 4c1cf73 Revert "Test different behavior in Set#of" by Christoffer Adamsen · 2 years, 6 months ago
  17. e612753 Update test expectations for kotlin after dev update by Morten Krogh-Jespersen · 2 years, 6 months ago
  18. 35e6089 Avoid use of non-public API in startup API test by Christoffer Quist Adamsen · 2 years, 6 months ago
  19. 1a8d505 Fix kotlin dev builder by adding dontwarn by Morten Krogh-Jespersen · 2 years, 6 months ago
  20. 1d07b29 Use method-level startup granularity for inlining checks by Christoffer Quist Adamsen · 2 years, 6 months ago
  21. 19e546d Move art profile classes into own package by Christoffer Quist Adamsen · 2 years, 6 months ago
  22. 6b82a18 Minor updates to startup implementation by Christoffer Quist Adamsen · 2 years, 6 months ago
  23. 13ceeee Test ART profile parse error diagnostics by Christoffer Quist Adamsen · 2 years, 6 months ago
  24. 9b0a997 Include serialization of startup profile providers in dumps by Christoffer Quist Adamsen · 2 years, 6 months ago
  25. ef3fe39 Warn when startup items are not in program input by Christoffer Quist Adamsen · 2 years, 6 months ago
  26. 2bd6e61 Implement API for passing ART profile as startup list by Christoffer Quist Adamsen · 2 years, 6 months ago
  27. 7744006 Add API for resolving duplicate definition conflicts. by Ian Zerny · 2 years, 6 months ago
  28. c8a0f16 Test different behavior in Set#of by Clément Béra · 2 years, 6 months ago
  29. 0aa0905 Rename StartupProfileParser to HumanReadableARTProfileParser by Christoffer Quist Adamsen · 2 years, 6 months ago
  30. 9808d77 Add missing import in StartupProfileApiTest by Christoffer Quist Adamsen · 2 years, 6 months ago
  31. f3cb337 [Metadata] Only run MetadataRewriteInMultifileClassTest from kotlin 1.4 by Morten Krogh-Jespersen · 2 years, 6 months ago
  32. 7613d43 Rewrite InputStreamReader to TextInputStream by Christoffer Quist Adamsen · 2 years, 6 months ago
  33. a5bbd3b API for passing a human-readable ART profile as a startup profile by Christoffer Quist Adamsen · 2 years, 6 months ago
  34. 42f3149 [ApiModel] Add test for outlining instance initializer by Morten Krogh-Jespersen · 2 years, 6 months ago
  35. a16ffc9 [Metadata] Update test expectations after keeping JvmName annotation by Morten Krogh-Jespersen · 2 years, 6 months ago
  36. dbdc317 Extend testing for conditional keep on field by Rico Wind · 2 years, 6 months ago
  37. 07b750f Fix test expectation for parsing keepkotlinmetadata by Morten Krogh-Jespersen · 2 years, 6 months ago
  38. a7c8f25 [Metadata] Add support for rewriting of kotlin module files by Morten Krogh-Jespersen · 2 years, 6 months ago
  39. f34d791 Implement new startup API by Christoffer Quist Adamsen · 2 years, 6 months ago
  40. b045d35 Move profile data classes to startup.profile package by Christoffer Quist Adamsen · 2 years, 6 months ago
  41. a2e2035 Update test expectation for ProguardMapReaderArgumentsTest by Morten Krogh-Jespersen · 2 years, 6 months ago
  42. 103877c Do not minify library overrides by Clément Béra · 2 years, 6 months ago
  43. 25b1e0b [Compose] Extend map parsing and compose with support for preambles by Morten Krogh-Jespersen · 2 years, 6 months ago
  44. 4c5b5b6 [Compose] Add support for composing outline call sites by Morten Krogh-Jespersen · 2 years, 6 months ago
  45. 14f0da8 Add outline key to outline call site mapping information by Morten Krogh-Jespersen · 2 years, 6 months ago
  46. 4b3614b New compiler API for passing startup profile to D8/R8 by Christoffer Quist Adamsen · 2 years, 6 months ago
  47. 6930df9 Add test for annotated fields and conditional keep rules by Rico Wind · 2 years, 6 months ago
  48. 79556fe Strengthen L8 assertions by Clément Béra · 2 years, 6 months ago
  49. aae9146 Introduce interface definitions for startup API by Christoffer Quist Adamsen · 2 years, 6 months ago
  50. fa24de9 Mark -keepkotlinmetadata proguard rule as used by Morten Krogh-Jespersen · 2 years, 6 months ago
  51. 9d5e15f Always check for diagnostic messages in L8 tests by Clément Béra · 2 years, 6 months ago
  52. 8ad9096 Rewrite attributes in L8 by Clément Béra · 2 years, 6 months ago
  53. 35dff24 Fix library overrides in the enqueuer with multi results by Clément Béra · 2 years, 6 months ago
  54. 2b04769 Prepare release scripts for new JDK-11 desugared library variants by Søren Gjesse · 2 years, 6 months ago
  55. 3e9cd89 Disable specification conversion tests with r8lib by Clément Béra · 2 years, 6 months ago
  56. 1fa729c Move away from FileSystem pre-desugaring. by Clément Béra · 2 years, 6 months ago
  57. 6b14fcd Move away from pre-desugaring by Clément Béra · 2 years, 6 months ago
  58. 31b4a3d Introduce main method to convert desugared library specifications by Clément Béra · 2 years, 6 months ago
  59. b8e64e0 Update Art 13 to release version (branch android-13.0.0_r3) by Søren Gjesse · 2 years, 6 months ago
  60. 0476ce8 Revert "Prepare release scripts for new JDK-11 desugared library variants" by Søren Gjesse · 2 years, 6 months ago
  61. d3a6a9c Fix Api conversion expectations for JDK8 desugared lib by Clément Béra · 2 years, 6 months ago
  62. 25db5aa Support U apis in desugared library by Clément Béra · 2 years, 6 months ago
  63. 6f6b5fb Desugared library: add support for T apis by Clément Béra · 2 years, 6 months ago
  64. b1d4edf Prepare release scripts for new JDK-11 desugared library variants by Søren Gjesse · 2 years, 6 months ago
  65. 1c29dcf Add position table to LIR. by Ian Zerny · 2 years, 6 months ago
  66. 580e26d Commit pending API tests. by Ian Zerny · 2 years, 6 months ago
  67. 07f97a6 Update test expectation in InliningOutOfStartupPartitionTest by Christoffer Quist Adamsen · 2 years, 6 months ago
  68. 00054e5 Add a test for inlining across startup/non-startup boundary by Christoffer Quist Adamsen · 2 years, 6 months ago
  69. 9599bbf Move LIR/IR conversion into IRConverter. by Ian Zerny · 2 years, 6 months ago
  70. 57e9c1d Support translation between LIR and IR. by Ian Zerny · 2 years, 6 months ago
  71. 1e6ec67 Change path to ensure no errors on Windows by Morten Krogh-Jespersen · 2 years, 6 months ago
  72. 0c5b78f [Compose] Compose mapping information by Morten Krogh-Jespersen · 2 years, 6 months ago
  73. 8fb18b4 [Compose] Do not commit before end to ensure we can alpha rename by Morten Krogh-Jespersen · 2 years, 6 months ago
  74. 88ef2ec [Compose] Add tests for composing of mapping information by Morten Krogh-Jespersen · 2 years, 6 months ago
  75. 567b48e Introduce a StartupProfileProvider interface by Christoffer Quist Adamsen · 2 years, 6 months ago
  76. adab19c [ApiModel] Outline static and instance field calls by Morten Krogh-Jespersen · 2 years, 6 months ago
  77. 1a2aecb [ApiModel] Add tests for missing outlining of field references by Morten Krogh-Jespersen · 2 years, 6 months ago
  78. c0a7ad6 Don't test for backports in master android.jar by Søren Gjesse · 2 years, 6 months ago
  79. f75d338 Fix misc. build warnings by Christoffer Quist Adamsen · 2 years, 6 months ago
  80. 855d087 Change startup profile in InternalOptions to a StringResource by Christoffer Quist Adamsen · 2 years, 6 months ago
  81. 6424fe6 Add API level for master by Søren Gjesse · 2 years, 6 months ago
  82. f784311 Support for writing app using startup list in D8 by Christoffer Quist Adamsen · 2 years, 6 months ago
  83. 5595461 Fix StandardCharset identity issue in desugared library by Clément Béra · 2 years, 6 months ago
  84. c87ae58 Fix LRUCache table synchronisation by Clément Béra · 2 years, 6 months ago
  85. e1abf14 [Compose] Change linemapping of tests to always be unix by Morten Krogh-Jespersen · 2 years, 6 months ago
  86. 31b78b9 Extend soft verifcation testing to include members by Morten Krogh-Jespersen · 2 years, 6 months ago
  87. ad3e8da [MappingCompose] Extend mapping composer to account for methods by Morten Krogh-Jespersen · 2 years, 6 months ago
  88. da8546c [MappingCompose] Move composition into its own builder and add fields by Morten Krogh-Jespersen · 2 years, 6 months ago
  89. 419e15a [MappingCompose] Initial test and code for composition of mapping files by Morten Krogh-Jespersen · 2 years, 6 months ago
  90. 9c8951e [Metadata] Add test for renaming top level class by Morten Krogh-Jespersen · 2 years, 6 months ago
  91. 2133397 Recognize reflective instantiation in the presence of debug local write by Rico Wind · 2 years, 6 months ago
  92. 158b8ad Compile R8 on Android 7 with desugared library nio by Clément Béra · 2 years, 6 months ago
  93. 8ca0263 Test to build Chrome with startup instrumentation and minimal startup by Christoffer Quist Adamsen · 2 years, 6 months ago
  94. caebe35 Allow a program definition to shadow global synthetics. by Ian Zerny · 2 years, 6 months ago
  95. 55e1249 Improve ZipUtils by Søren Gjesse · 2 years, 7 months ago
  96. 4cb4723 Update YouTube 17.19 test by Christoffer Quist Adamsen · 2 years, 7 months ago
  97. 37177e9 Add regression test for b/241478253 by Rico Wind · 2 years, 7 months ago
  98. e85b08f Fix tests after updating kotlin-dev by Morten Krogh-Jespersen · 2 years, 7 months ago
  99. 0163422 Extend printDiff in TestBase by Clément Béra · 2 years, 7 months ago
  100. 4e08d26 Fix undefined value error from shorten live ranges by Christoffer Quist Adamsen · 2 years, 7 months ago