1. aa21d44 Revert "Report errors when options -outjars/adaptresourcefilecontents are used." by Ian Zerny · 7 years ago
  2. e458952 Enable ClassCanBeStatic check of error prone by Mikaël Peltier · 7 years ago
  3. 7d2bf48 Merge "Nit: shorten long lines in PG config parser." by Jinseong Jeon · 7 years ago
  4. a107274 Nit: shorten long lines in PG config parser. by Jinseong Jeon · 7 years ago
  5. 004d2c0 Improve lookup of live locals. by Ian Zerny · 7 years ago
  6. 1e21890 Report errors when options -outjars/adaptresourcefilecontents are used. by Jinseong Jeon · 7 years ago
  7. efa78e1 Add support -adaptclassstrings [class_filter] (w/ different parsing). by Jinseong Jeon · 7 years ago
  8. 96607ee Merge "Enable operator precedence rule of error prone" by Mikael Peltier · 7 years ago
  9. 4e1a0ef Don't analyze bridge methods which have been marked abstract by Søren Gjesse · 7 years ago
  10. 4e203f8 Enable operator precedence rule of error prone by Mikaël Peltier · 7 years ago
  11. 598fb6d Remove more warnings by Benoit Lamarche · 7 years ago
  12. 89afd71 Merge "Extend recognized set of signature-polymorphic methods" by Mikael Peltier · 7 years ago
  13. 288db68 Extend recognized set of signature-polymorphic methods by Mikaël Peltier · 7 years ago
  14. 4066294 Merge "Allow to use error prone" by Mikael Peltier · 7 years ago
  15. a10ffba Merge "Store git SHA-1 in jar archived by build bots" by Yohann Roussel · 7 years ago
  16. 6024441 Merge "Improve performance of canonicalizing locals information." by Ian Zerny · 7 years ago
  17. 5dd508f Improve performance of canonicalizing locals information. by Ian Zerny · 7 years ago
  18. cf3e236 Allow to use error prone by Mikaël Peltier · 7 years ago
  19. a8f254b Ignore dex files in archives for CompatProguard by Søren Gjesse · 7 years ago
  20. 5e8f1ba DebugTestBase.setUp: setting pgConsumer adds no further options by Tamas Kenez · 7 years ago
  21. 73f58e1 Store git SHA-1 in jar archived by build bots by Yohann Roussel · 8 years ago
  22. 9a30e2d Comment fixed as suggested by Denis Vnukov · 8 years ago
  23. 1e91014 Fix register hints code to work when register is revoked. by Mads Ager · 8 years ago
  24. 5677922 Create default ProguardConfiguration through the builder... by Tamas Kenez · 8 years ago
  25. f188efd Merge "Benchmarks for incremental builds of framework." by Ian Zerny · 8 years ago
  26. d3d55d4 Benchmarks for incremental builds of framework. by Ian Zerny · 8 years ago
  27. d1c52b3 Merge "Follow-up 769ebcd1bdcf4393e5e25e8c75abbf2dd777fdc0" by Sebastien Hertz · 8 years ago
  28. e443431 String concatenation desugaring. by Denis Vnukov · 8 years ago
  29. 0ae9d8f Follow-up 769ebcd1bdcf4393e5e25e8c75abbf2dd777fdc0 by Sebastien Hertz · 8 years ago
  30. 8370136 Merge "Disallow the use of filled-new-array of objects before kitkat." by Mads Ager · 8 years ago
  31. 8ece898 Disallow the use of filled-new-array of objects before kitkat. by Mads Ager · 8 years ago
  32. c6aa231 Associate a structured origin description to resources. by Ian Zerny · 8 years ago
  33. 2aae320 Remove some Java warnings by Benoit Lamarche · 8 years ago
  34. 8ad45a9 Merge "Fix compilation time regression in d8" by Sebastien Hertz · 8 years ago
  35. 769ebcd Fix compilation time regression in d8 by Sebastien Hertz · 8 years ago
  36. edcf578 Fix issue with <clinit> rewriting by Søren Gjesse · 8 years ago
  37. 225724f Enable GraphLense to also rewrite the type of classes. by Stephan Herhut · 8 years ago
  38. 5860203 Fix merge failure. by Ian Zerny · 8 years ago
  39. 5a03469 Merge "Fix infinite loop in register allocator." by Mads Ager · 8 years ago
  40. d5acc36 Fix infinite loop in register allocator. by Mads Ager · 8 years ago
  41. 73676f0 Merge "Annotate all instructions with position information." by Ian Zerny · 8 years ago
  42. 18acd1d Merge "Split edges after transformations that might introduce new critical edges." by Mads Ager · 8 years ago
  43. 017a0cb Merge "Remove useless throws of ProguardRuleParserException" by Benoit Lamarche · 8 years ago
  44. b5bbe0b Split edges after transformations that might introduce new critical edges. by Mads Ager · 8 years ago
  45. 841e6bf Remove useless throws of ProguardRuleParserException by Benoit Lamarche · 8 years ago
  46. cfd6dac Add const-method-type support by Mikaël Peltier · 8 years ago
  47. 31054bb Annotate all instructions with position information. by Ian Zerny · 8 years ago
  48. 0bb66d2 Merge "Use Diagnostics for Proguard configuration warnings" by Benoit Lamarche · 8 years ago
  49. 04a7913 Use Diagnostics for Proguard configuration warnings by Benoit Lamarche · 8 years ago
  50. 032f929 Add ConstMethodHandle into BaseInstructionFactory by Mikaël Peltier · 8 years ago
  51. ba1adf5 Merge "Parse -adaptclassstrings [class_filter]." by Jinseong Jeon · 8 years ago
  52. 3e0a9d8 Parse -adaptclassstrings [class_filter]. by Jinseong Jeon · 8 years ago
  53. b7459de Merge "Let ArchiveClassFileProvider allow subclasses" by Yohann Roussel · 8 years ago
  54. b16d0f6 Let ArchiveClassFileProvider allow subclasses by Yohann Roussel · 8 years ago
  55. 9d8eeb4 Merge "Add Command API to disable desugaring" by Yohann Roussel · 8 years ago
  56. ff15348 Add an option to "force Proguard compatibility" by Søren Gjesse · 8 years ago
  57. d258010 Add Command API to disable desugaring by Yohann Roussel · 8 years ago
  58. 5974eba Merge "Add new const-method-handle opcode" by Mikael Peltier · 8 years ago
  59. 4608864 Ignore dead code in dominator tree by Søren Gjesse · 8 years ago
  60. 7b7b53a Add new const-method-handle opcode by Mikaël Peltier · 8 years ago
  61. 65d3041 Replace sysout by debug log in InliningOracle by Benoit Lamarche · 8 years ago
  62. 13b8ed9 Throw exception when Dictionary cannot be read by Benoit Lamarche · 8 years ago
  63. 54f8217 Consistently use WorkStealingPool by Søren Gjesse · 8 years ago
  64. ef35782 Merge "Parse -identifiernamestring <classspec>" by Jinseong Jeon · 8 years ago
  65. 9118252 Parse -identifiernamestring <classspec> by Jinseong Jeon · 8 years ago
  66. 98174cc Merge "Make minifiers use the global state for -useuniqueclassmembernames." by Jinseong Jeon · 8 years ago
  67. f1d3d509 Make minifiers use the global state for -useuniqueclassmembernames. by Jinseong Jeon · 8 years ago
  68. 050bd22 Merge "Revise -dontwarn [class_filter] to use ProguardClassNameList." by Jinseong Jeon · 8 years ago
  69. 459d0bed Revise -dontwarn [class_filter] to use ProguardClassNameList. by Jinseong Jeon · 8 years ago
  70. 894eaec Merge "Revert "Use dedicated per-file maps instead of field on IndexedDexItem for file membership."" by Stephan Herhut · 8 years ago
  71. 39e1f36 Revert "Use dedicated per-file maps instead of field on IndexedDexItem for file membership." by Stephan Herhut · 8 years ago
  72. 10d928f Merge "Use dedicated per-file maps instead of field on IndexedDexItem for file membership." by Stephan Herhut · 8 years ago
  73. 74fca9d Merge "Handle missing fields in static initializer rewriting" by Søren Gjesse · 8 years ago
  74. c618221 Merge "Don't preload classpath" by Yohann Roussel · 8 years ago
  75. 13f5c28 Handle missing fields in static initializer rewriting by Søren Gjesse · 8 years ago
  76. ecc4366 Use dedicated per-file maps instead of field on IndexedDexItem for by Stephan Herhut · 8 years ago
  77. fd548a6 Add CompatDexBuilder for dexbuilder compatibility. by Mads Ager · 8 years ago
  78. dbcc4ec Turn off desugaring in CompatDx. by Mads Ager · 8 years ago
  79. ad5d0a3 Maintain list of exit blocks instead of merging exits. by Ian Zerny · 8 years ago
  80. f66bacd Don't preload classpath by Yohann Roussel · 8 years ago
  81. 9f59a5e Merge "Replace more outputs to stdout/err by Diagnostics" by Benoit Lamarche · 8 years ago
  82. 0716fa8 Parse Proguard flag -keepparameternames by Søren Gjesse · 8 years ago
  83. eee38ab Merge "Update the Proguard compatability command" by Søren Gjesse · 8 years ago
  84. 2e1b565 Merge "Rename Diagnostic method." by Mads Ager · 8 years ago
  85. d119dc4 Rename Diagnostic method. by Mads Ager · 8 years ago
  86. 6a26c2c Replace more outputs to stdout/err by Diagnostics by Benoit Lamarche · 8 years ago
  87. ad7a3d5 Merge "API 27 is O mr1" by Mikael Peltier · 8 years ago
  88. ae8ddf4 Update the Proguard compatability command by Søren Gjesse · 8 years ago
  89. ae22aaa Merge "Remove error method from DiagnosticsHandler." by Mads Ager · 8 years ago
  90. 3c871d4 API 27 is O mr1 by Mikaël Peltier · 8 years ago
  91. c637537 Merge "Replace outputs to stdout/err by Diagnostics" by Benoit Lamarche · 8 years ago
  92. 38807c8 Replace outputs to stdout/err by Diagnostics by Benoit Lamarche · 8 years ago
  93. f24cc66 Remove error method from DiagnosticsHandler. by Mads Ager · 8 years ago
  94. ccafacd Add latest api level support by Mikaël Peltier · 8 years ago
  95. 84967aa Merge "Add a new dex version and api level" by Mikael Peltier · 8 years ago
  96. a521da0 Merge "Proposed minimal DiagnosticsHandler API." by Mads Ager · 8 years ago
  97. 642e757 Proposed minimal DiagnosticsHandler API. by Mads Ager · 8 years ago
  98. e7b0094 Add a new dex version and api level by Mikaël Peltier · 8 years ago
  99. 2025a48 Merge "Don't use Executors.newSingleThreadExecutor()" by Søren Gjesse · 8 years ago
  100. 7fc0e61 Don't use Executors.newSingleThreadExecutor() by Søren Gjesse · 8 years ago