1. 74a5c2e Revert "Reland "Enable R8 full mode by default for apps"" by Roy Luo · 2 years, 5 months ago
  2. a9f5c57 Reland "Enable R8 full mode by default for apps" by Jared Duke · 2 years, 6 months ago
  3. a2ab936 Revert "Enable R8 full mode by default for apps""" by Jared Duke · 2 years, 6 months ago
  4. 5d3ec54 Revert "Revert "Enable R8 full mode by default for apps"" by Jared Duke · 2 years, 6 months ago
  5. ba28399 Revert "Enable R8 full mode by default for apps" by Kenneth Ford · 2 years, 7 months ago
  6. 93d0bff Enable R8 full mode by default for apps by Jared Duke · 3 years, 9 months ago
  7. b565f2f Ensure outputs correctly declared for proguard config in R8 by Rico Wind · 2 years, 8 months ago
  8. 34c6d7d Fix Proguard configuration output from R8 invocation by Jared Duke · 2 years, 8 months ago
  9. 8c9ae7e Update min_sdk_version from SdkSpec to ApiLevel by Spandan Das · 2 years, 11 months ago
  10. b74d1e1 Revert "Update min_sdk_version from SdkSpec to ApiLevel" by Spandan Das · 2 years, 10 months ago
  11. e773739 Update min_sdk_version from SdkSpec to ApiLevel by Spandan Das · 2 years, 11 months ago
  12. de1d5bc Merge "Revert "Revert "R8/D8 should use sdk_version prop to determine API surface stability.""" by Treehugger Robot · 2 years, 11 months ago
  13. c404cc7 Revert "Revert "R8/D8 should use sdk_version prop to determine API surface stability."" by Spandan Das · 2 years, 11 months ago
  14. a9728cf Merge "Revert "Don't ignore R8 warnings for optimized targets"" by Ajinkya Chalke · 3 years ago
  15. ddad41b Revert "Don't ignore R8 warnings for optimized targets" by Ajinkya Chalke · 3 years ago
  16. aa97f1d Merge "Don't ignore R8 warnings for optimized targets" by Treehugger Robot · 3 years ago
  17. 5c2a1f3 Don't ignore R8 warnings for optimized targets by Jared Duke · 3 years, 1 month ago
  18. 704d6b9 remove errorprone/processor classpath from r8 flags by Sam Delmerico · 3 years ago
  19. 9002605 Merge "Add default output location for full proguard configuration." by Ian Zerny · 3 years ago
  20. 82044f1 Add default output location for full proguard configuration. by Ian Zerny · 3 years ago
  21. 9f9c0a2 transitive Java deps for r8 by Sam Delmerico · 3 years, 2 months ago
  22. 7eb9243 Revert "R8/D8 should use sdk_version prop to determine API surface stability." by Spandan Das · 3 years ago
  23. daa220a R8/D8 should use sdk_version prop to determine API surface stability. by Spandan Das · 3 years ago
  24. 51b0a10 Support testing for resource shrinking by Jared Duke · 3 years, 4 months ago
  25. 6008155 Merge "Add soong support for resource shrinking" by Rico Wind · 3 years, 4 months ago
  26. 351bac9 Add soong support for resource shrinking by Rico Wind · 3 years, 4 months ago
  27. 40d731a Provide platform build flag to R8/D8 by Jared Duke · 3 years, 4 months ago
  28. bdad314 Make ignorewarnings optional in optimize by Remi NGUYEN VAN · 3 years, 5 months ago
  29. 63a3da9 Revert "Revert "Use D8 by default for android_test"" by Jared Duke · 3 years, 8 months ago
  30. 4e445be Revert "Use D8 by default for android_test" by Jared Duke · 3 years, 8 months ago
  31. 02edc10 Use D8 by default for android_test by Jared Duke · 3 years, 8 months ago
  32. 0cf7c96 Limit JIT tier for D8 by Jared Duke · 3 years, 9 months ago
  33. 22e6a6f Collect deps from r8 by Colin Cross · 3 years, 10 months ago
  34. 9bb9bfb Don't pass static libs to r8 by Colin Cross · 3 years, 10 months ago
  35. 92cd54b Correct the comments on property exclude_kotlinc_generated_file, which defaults to false actually. by Wei Li · 4 years ago
  36. 9ab9437 Merge "Add new property "exclude_files_in_output" for excluding files from the output files of Java related modules." by Wei Li · 4 years ago
  37. 1e73c65 Add new property "exclude_files_in_output" for excluding files from the output files of Java related modules. by Wei Li · 4 years, 1 month ago
  38. fc7df61 Add mapping id to source file information for R8 full-mode builds. by Ian Zerny · 4 years, 2 months ago
  39. 5ea963e Add support for d8 --main-dex-rules by Colin Cross · 4 years, 4 months ago
  40. a79a52c Reland: Pass jars with resources to R8 by Colin Cross · 4 years, 5 months ago
  41. a832a04 Revert "Time out and dump stacks from R8 processes after 30 minutes" by Colin Cross · 4 years, 5 months ago
  42. 1d73c73 Revert "Pass jars with resources to R8" by Colin Cross · 4 years, 5 months ago
  43. 05ca7c8 Pass jars with resources to R8 by Colin Cross · 4 years, 5 months ago
  44. 29c294b Time out and dump stacks from R8 processes after 30 minutes by Colin Cross · 4 years, 9 months ago
  45. 54105c4 SdkSpec = Scope + ApiLevel by Jiyong Park · 4 years, 10 months ago
  46. f1691d2 Move java.sdkSpec to the android package by Jiyong Park · 4 years, 10 months ago
  47. 77cdcfd Move android package on top of remotexec by Colin Cross · 4 years, 10 months ago
  48. e850737 Allow missing classes in R8 builds by Christoffer Quist Adamsen · 5 years ago
  49. dcf71b2 Convert java.Dependency to JavaInfo provider by Colin Cross · 5 years ago
  50. 612e610 Switch hiddenapi to use OutputPath instead of ModuleOutPath by Paul Duffin · 5 years ago
  51. e00c0e7 Fix proguard_usage.zip with USE_RBE=true RBE_R8=true by Colin Cross · 5 years ago
  52. b900066 Merge "Add support for building with R8 full mode" by Treehugger Robot · 5 years ago
  53. f2d7b16 Add support for building with R8 full mode by Christoffer Quist Adamsen · 5 years ago
  54. 16f23a4 Check UseRBE is set before replacing any template with the RE version. by Ramy Medhat · 5 years ago
  55. cb6143a Capture list of unused methods when shrinking in R8 by Colin Cross · 5 years ago
  56. a7a64f3 Refactor java compileDex by Liz Kammer · 6 years ago
  57. 366afc5 Add support for remote-execution / caching of jar/zip actions by Kousik Kumar · 6 years ago
  58. e033cba Allow the user to explicitly set the java Uncompress_dex property. by David Srbecky · 6 years ago
  59. 1dcc27e Refactor RBE support for Javac/R8/D8 to use the remoteexec package. by Ramy Medhat · 6 years ago
  60. 5e0dbe4 Merge "Add support for experimentally enabling RBE support on specific rules." by Ramy Medhat · 6 years ago
  61. 8ea054a Add support for experimentally enabling RBE support on specific rules. by Ramy Medhat · 6 years ago
  62. 6a927c4 Abstract sdk_version string using sdkSpec type by Jiyong Park · 6 years ago
  63. 8e505e3 Remove passing -forceprocessing flag to R8 by Søren Gjesse · 6 years ago
  64. c2557d1 Fix turbine classpath arguments by Colin Cross · 6 years ago
  65. 2057f82 Fix handling optimize.enabled from java_defaults by Sasha Smundak · 7 years ago
  66. 6db4d4e Optimize CPU time when running d8 and r8 by Colin Cross · 7 years ago
  67. d3cf4ee soong_zip after dex should not fail when no *.dex files were generated by Sasha Smundak · 7 years ago
  68. 65fd8ba Always do zipalign with uncompressDex. by Nicolas Geoffray · 7 years ago
  69. afbb173 Pass annotation processors to kotlinc by Colin Cross · 7 years ago
  70. 1d6eb68 Use debug mode when running R8 for eng builds. by Jaewoong Jung · 7 years ago
  71. 5a0dcd5 Store dex files uncompressed and unstripped in privileged APKs by Colin Cross · 7 years ago
  72. 4b964c0 Fix instrumentation_for to match LOCAL_INSTRUMENTATION_FOR by Colin Cross · 7 years ago
  73. 791399f Use file glob for zipping classes*.dex files by Colin Cross · 7 years ago
  74. 6dab9bd Add dependencies on d8 and r8 library arguments by Colin Cross · 7 years ago
  75. ffb657e Pass classpath to d8 by Colin Cross · 7 years ago
  76. 24f1702 Don't include data resources when running R8 by Søren Gjesse · 7 years ago
  77. 0e84935 Ensure that the R8 minification map (ProGuard dictionary) file exists by Søren Gjesse · 7 years ago
  78. 331a121 Don't pass resources to r8 by Colin Cross · 7 years ago
  79. 3063b78 Make :module provide the output file for java modules by Colin Cross · 7 years ago
  80. bd1cef5 Add proguard_flags_files to r8 command line by Colin Cross · 7 years ago
  81. 4c03f68 Make merge_zips -stripFile use blueprint style globs by Colin Cross · 8 years ago
  82. 83bb316 Add support for min_sdk_version by Colin Cross · 8 years ago
  83. bafb897 Revert "Revert "Remove desugar support"" by Colin Cross · 8 years ago
  84. 7576916 Revert "Remove desugar support" by Colin Cross · 8 years ago
  85. 000280b Remove desugar support by Colin Cross · 8 years ago
  86. c0c664c Declare proguard_dictionary as implicit output of r8 by Colin Cross · 8 years ago
  87. 3144dfc Add EMMA_INSTRUMENT_STATIC support by Colin Cross · 8 years ago
  88. 66dbc0b Add R8 support by Colin Cross · 8 years ago
  89. f0056cb Refactor dexing by Colin Cross · 8 years ago