1. 4d22d2d Merge "Remove a bunch of file descriptor leaks" by Rico Wind · 7 years ago
  2. 97dacf9 Incorrect ASM import. by Ian Zerny · 7 years ago
  3. c0016d1 Remove a bunch of file descriptor leaks by Rico Wind · 7 years ago
  4. 9842870 Update compat proguard to ignore missing classes when not shrinking by Søren Gjesse · 7 years ago
  5. 6b06bfb Enable InconsistentOverloads checking in ErrorProne. by Stephan Herhut · 7 years ago
  6. dbb891e Partial identity transformation from Java bytecode to Java bytecode. by Ian Zerny · 7 years ago
  7. 2e49cc0 Limit use of jar building utility. by Ian Zerny · 7 years ago
  8. b2a5217 Remove loop over all DEX runtimes now that bots support 4.4.4. by Ian Zerny · 7 years ago
  9. 325f449 Add file missing from last commit by Søren Gjesse · 7 years ago
  10. 1a0b0da Make no -keepattributes flag keep all in Proguard compatibility mode by Søren Gjesse · 7 years ago
  11. d692dfa Merge "Support skipping of class loader frames in debug tests" by Sebastien Hertz · 7 years ago
  12. aee48fb Support skipping of class loader frames in debug tests by Sebastien Hertz · 7 years ago
  13. eeae1e8 Enable more ErrorProne checks. by Stephan Herhut · 7 years ago
  14. 05c5255 Merge "Enable errorprone check to ensure hashCode is implemented." by Stephan Herhut · 7 years ago
  15. 9c97fee Detach PG attributes from InternalOptions. by Jinseong Jeon · 7 years ago
  16. bc788b0 Merge "Remove use of Hashtable" by Sebastien Hertz · 7 years ago
  17. 3d2cdde Enable errorprone check to ensure hashCode is implemented. by Stephan Herhut · 7 years ago
  18. de08280 Support multiple -dontwarn and -adaptclassstrings lines by Søren Gjesse · 7 years ago
  19. 47e5d54 Merge "Add support for AutoValue in examples." by Stephan Herhut · 7 years ago
  20. 52cb102 Add support for AutoValue in examples. by Stephan Herhut · 7 years ago
  21. 436e1bf Remove use of Hashtable by Sebastien Hertz · 7 years ago
  22. 5933e7c Merge "Also synchronize generation of staticValues." by Stephan Herhut · 7 years ago
  23. 4665e1e Revert "Automatically (not explicitly) control Proguard-related default options" by Tamas Kenez · 7 years ago
  24. 2e74ac1 Also synchronize generation of staticValues. by Stephan Herhut · 7 years ago
  25. ad41f3f Automatically (not explicitly) control Proguard-related default options by Tamas Kenez · 7 years ago
  26. 478befe Merge "Ensure member arrays are accessed synchronized during write." by Stephan Herhut · 7 years ago
  27. 014da0f Merge "JDWP/MinificationTest: fix ClassLoader issue with Dalvik (4.4.4)" by Tamas Kenez · 7 years ago
  28. 19964a0 Merge "Compat proguard ignores dx option --core-library" by Søren Gjesse · 7 years ago
  29. 9a1e1c5 Compat proguard ignores dx option --core-library by Søren Gjesse · 7 years ago
  30. bd3eba1 Ensure member arrays are accessed synchronized during write. by Stephan Herhut · 7 years ago
  31. 8f26fa9 Change releaser name in version file by Yohann Roussel · 7 years ago
  32. 22526dc JDWP/MinificationTest: fix ClassLoader issue with Dalvik (4.4.4) by Tamas Kenez · 7 years ago
  33. 02f4ca1 Add MinificationTest to debug tests: by Tamas Kenez · 7 years ago
  34. 07bd98a Merge "Avoid using HashMap.computeIfAbsent with recursive creation function." by Mads Ager · 7 years ago
  35. b5c49e6 Trim the end of the last coalesced try-item. by Ian Zerny · 7 years ago
  36. 185a5d2 Avoid using HashMap.computeIfAbsent with recursive creation function. by Mads Ager · 7 years ago
  37. 25b77c8 Reduce number of generated files in manyFilesWithSharedSynthesizedClass. by Stephan Herhut · 7 years ago
  38. 3adb432 Merge "Fix some raw types" by Benoit Lamarche · 7 years ago
  39. 0679aa0 Merge "Ensure new DexItemFactory for each file in extractmarker" by Søren Gjesse · 7 years ago
  40. 04122b7 Enable writing to jar files as well as zip files. by Mads Ager · 7 years ago
  41. 6a94c9e Ensure new DexItemFactory for each file in extractmarker by Søren Gjesse · 7 years ago
  42. a12ad03 Enable IntLongMath checker of error prone by Mikaël Peltier · 7 years ago
  43. f518203 Fix some raw types by Benoit Lamarche · 7 years ago
  44. 4db4626 Make ThreadUtils.awaitFutures wait for all futures, even if one throws. by Stephan Herhut · 7 years ago
  45. f36e7de Merge "Clean up PG config parser." by Jinseong Jeon · 7 years ago
  46. 28f883d Merge "Avoid some spurious allocations." by Stephan Herhut · 7 years ago
  47. 5ce3868 Merge "In ThreadUtils.awaitFutures, cancel remaining threads if one throws." by Stephan Herhut · 7 years ago
  48. 40e00f4 Avoid some spurious allocations. by Stephan Herhut · 7 years ago
  49. 3cc1e69 In ThreadUtils.awaitFutures, cancel remaining threads if one throws. by Stephan Herhut · 7 years ago
  50. a63b192 Remove some dead code by Benoit Lamarche · 8 years ago
  51. ef2259a Merge "Enable OvershadowingSubclassFields checker" by Mikael Peltier · 8 years ago
  52. e7b3e2b Reland "Use dedicated per-file maps instead of field on IndexedDexItem for file membership." by Stephan Herhut · 8 years ago
  53. 75b182e Enable OvershadowingSubclassFields checker by Mikaël Peltier · 8 years ago
  54. df2c797 Merge "Do not resolve file names against output directory twice." by Stephan Herhut · 8 years ago
  55. 5563b32 Do not resolve file names against output directory twice. by Stephan Herhut · 8 years ago
  56. e2c1a9e Merge "Adapt parameter annotation test" by Mikael Peltier · 8 years ago
  57. d43195a Clean up PG config parser. by Jinseong Jeon · 8 years ago
  58. 6d86ed6 Adapt parameter annotation test by Mikaël Peltier · 8 years ago
  59. 05e6a44 Move pinnedItems to descriptors. by Stephan Herhut · 8 years ago
  60. 80e57e9 Make sure written files are actually closed. by Stephan Herhut · 8 years ago
  61. 0496220 Merge "Introduce the concept of an OutputSink to allow different processing of generated output based on usage scenario." by Stephan Herhut · 8 years ago
  62. 7e3d204 Introduce the concept of an OutputSink to allow different processing by Stephan Herhut · 8 years ago
  63. 46e304e Merge "Skip module-info.class" by Mikael Peltier · 8 years ago
  64. 2d001bd Merge "Update extractmarker tool" by Søren Gjesse · 8 years ago
  65. 6bdb667 Update extractmarker tool by Søren Gjesse · 8 years ago
  66. 31e3d9e Skip module-info.class by Mikaël Peltier · 8 years ago
  67. 317e981 Update CompatProguard by Søren Gjesse · 8 years ago
  68. b4125be Merge "Allow to run test with a custom java" by Mikael Peltier · 8 years ago
  69. 5c0a323 Allow to run test with a custom java by Mikaël Peltier · 8 years ago
  70. b69d99f Merge "Input base path to string-based PG config to handle relative paths." by Jinseong Jeon · 8 years ago
  71. cfd5e4e Merge "Adapt invalid name tests to run them on Java 9 runtime" by Mikael Peltier · 8 years ago
  72. 5bcbe8d Merge "Move ASM 6 from beta to official release" by Mikael Peltier · 8 years ago
  73. 743941b Input base path to string-based PG config to handle relative paths. by Jinseong Jeon · 8 years ago
  74. 0bd1219 Merge "Assert code item is DexCode." by Jinseong Jeon · 8 years ago
  75. 76f0897 Assert code item is DexCode. by Jinseong Jeon · 8 years ago
  76. 7345e48 Move ASM 6 from beta to official release by Mikaël Peltier · 8 years ago
  77. 0e4efd4 Adapt invalid name tests to run them on Java 9 runtime by Mikaël Peltier · 8 years ago
  78. c9996fd Enable missing overrides check by Benoit Lamarche · 8 years ago
  79. c9c1e8f Enable error prone only on D8/R8 sources by Mikaël Peltier · 8 years ago
  80. faee3a9 Merge "Revert "Proguard config builder: add keep-all rule/attrs if nothing specified."" by Tamas Kenez · 8 years ago
  81. 12bcf4f Revert "Proguard config builder: add keep-all rule/attrs if nothing specified." by Tamas Kenez · 8 years ago
  82. 15b85d8 Merge "Proguard config builder: add keep-all rule/attrs if nothing specified." by Tamas Kenez · 8 years ago
  83. 1f8d75f Merge "Revert "Enable error prone by default"" by Mikael Peltier · 8 years ago
  84. 2b04c73 Revert "Enable error prone by default" by Mikael Peltier · 8 years ago
  85. b9e781a Merge "Enable error prone by default" by Mikael Peltier · 8 years ago
  86. 30ebba3 Proguard config builder: add keep-all rule/attrs if nothing specified. by Tamas Kenez · 8 years ago
  87. a032e47 Add all remaining missing @Overrides by Benoit Lamarche · 8 years ago
  88. aa21d44 Revert "Report errors when options -outjars/adaptresourcefilecontents are used." by Ian Zerny · 8 years ago
  89. 8f3aabe Enable error prone by default by Mikaël Peltier · 8 years ago
  90. e458952 Enable ClassCanBeStatic check of error prone by Mikaël Peltier · 8 years ago
  91. 7d2bf48 Merge "Nit: shorten long lines in PG config parser." by Jinseong Jeon · 8 years ago
  92. a107274 Nit: shorten long lines in PG config parser. by Jinseong Jeon · 8 years ago
  93. 004d2c0 Improve lookup of live locals. by Ian Zerny · 8 years ago
  94. 1e21890 Report errors when options -outjars/adaptresourcefilecontents are used. by Jinseong Jeon · 8 years ago
  95. efa78e1 Add support -adaptclassstrings [class_filter] (w/ different parsing). by Jinseong Jeon · 8 years ago
  96. 96607ee Merge "Enable operator precedence rule of error prone" by Mikael Peltier · 8 years ago
  97. 4e1a0ef Don't analyze bridge methods which have been marked abstract by Søren Gjesse · 8 years ago
  98. 4e203f8 Enable operator precedence rule of error prone by Mikaël Peltier · 8 years ago
  99. 598fb6d Remove more warnings by Benoit Lamarche · 8 years ago
  100. 89afd71 Merge "Extend recognized set of signature-polymorphic methods" by Mikael Peltier · 8 years ago