1. 7cec45b Apply the given pg-map via graph lense. by Jinseong Jeon · 7 years ago
  2. bcd54b7 Merge "Revert "Define distinct access-flag types for classes, methods and fields."" by Rico Wind · 7 years ago
  3. 464b0f9 Revert "Define distinct access-flag types for classes, methods and fields." by Rico Wind · 7 years ago
  4. bc8be4d Merge "Define distinct access-flag types for classes, methods and fields." by Ian Zerny · 7 years ago
  5. f76614b Define distinct access-flag types for classes, methods and fields. by Ian Zerny · 7 years ago
  6. 4d22d2d Merge "Remove a bunch of file descriptor leaks" by Rico Wind · 7 years ago
  7. c0016d1 Remove a bunch of file descriptor leaks by Rico Wind · 7 years ago
  8. 9842870 Update compat proguard to ignore missing classes when not shrinking by Søren Gjesse · 7 years ago
  9. 6b06bfb Enable InconsistentOverloads checking in ErrorProne. by Stephan Herhut · 7 years ago
  10. dbb891e Partial identity transformation from Java bytecode to Java bytecode. by Ian Zerny · 7 years ago
  11. 2e49cc0 Limit use of jar building utility. by Ian Zerny · 7 years ago
  12. b2a5217 Remove loop over all DEX runtimes now that bots support 4.4.4. by Ian Zerny · 7 years ago
  13. 325f449 Add file missing from last commit by Søren Gjesse · 7 years ago
  14. 1a0b0da Make no -keepattributes flag keep all in Proguard compatibility mode by Søren Gjesse · 7 years ago
  15. d692dfa Merge "Support skipping of class loader frames in debug tests" by Sebastien Hertz · 7 years ago
  16. aee48fb Support skipping of class loader frames in debug tests by Sebastien Hertz · 7 years ago
  17. 9c97fee Detach PG attributes from InternalOptions. by Jinseong Jeon · 7 years ago
  18. de08280 Support multiple -dontwarn and -adaptclassstrings lines by Søren Gjesse · 7 years ago
  19. 4665e1e Revert "Automatically (not explicitly) control Proguard-related default options" by Tamas Kenez · 7 years ago
  20. ad41f3f Automatically (not explicitly) control Proguard-related default options by Tamas Kenez · 7 years ago
  21. 22526dc JDWP/MinificationTest: fix ClassLoader issue with Dalvik (4.4.4) by Tamas Kenez · 7 years ago
  22. 02f4ca1 Add MinificationTest to debug tests: by Tamas Kenez · 7 years ago
  23. 25b77c8 Reduce number of generated files in manyFilesWithSharedSynthesizedClass. by Stephan Herhut · 7 years ago
  24. 04122b7 Enable writing to jar files as well as zip files. by Mads Ager · 7 years ago
  25. a63b192 Remove some dead code by Benoit Lamarche · 7 years ago
  26. e7b3e2b Reland "Use dedicated per-file maps instead of field on IndexedDexItem for file membership." by Stephan Herhut · 7 years ago
  27. 5563b32 Do not resolve file names against output directory twice. by Stephan Herhut · 7 years ago
  28. 7e3d204 Introduce the concept of an OutputSink to allow different processing by Stephan Herhut · 7 years ago
  29. 317e981 Update CompatProguard by Søren Gjesse · 7 years ago
  30. b69d99f Merge "Input base path to string-based PG config to handle relative paths." by Jinseong Jeon · 7 years ago
  31. 743941b Input base path to string-based PG config to handle relative paths. by Jinseong Jeon · 7 years ago
  32. 0e4efd4 Adapt invalid name tests to run them on Java 9 runtime by Mikaël Peltier · 7 years ago
  33. 12bcf4f Revert "Proguard config builder: add keep-all rule/attrs if nothing specified." by Tamas Kenez · 7 years ago
  34. 30ebba3 Proguard config builder: add keep-all rule/attrs if nothing specified. by Tamas Kenez · 7 years ago
  35. aa21d44 Revert "Report errors when options -outjars/adaptresourcefilecontents are used." by Ian Zerny · 7 years ago
  36. 1e21890 Report errors when options -outjars/adaptresourcefilecontents are used. by Jinseong Jeon · 7 years ago
  37. efa78e1 Add support -adaptclassstrings [class_filter] (w/ different parsing). by Jinseong Jeon · 7 years ago
  38. 89afd71 Merge "Extend recognized set of signature-polymorphic methods" by Mikael Peltier · 7 years ago
  39. 288db68 Extend recognized set of signature-polymorphic methods by Mikaël Peltier · 7 years ago
  40. 5e8f1ba DebugTestBase.setUp: setting pgConsumer adds no further options by Tamas Kenez · 7 years ago
  41. f30cca2 Merge "Fix cross references" by Søren Gjesse · 7 years ago
  42. e443431 String concatenation desugaring. by Denis Vnukov · 7 years ago
  43. c623f62 Fix cross references by Søren Gjesse · 7 years ago
  44. c6aa231 Associate a structured origin description to resources. by Ian Zerny · 7 years ago
  45. 5229e64 Merge "Additional tests for <clinit> rewriting" by Søren Gjesse · 7 years ago
  46. 7f86e2e Fix quick-fix error and amend review comments. by Ian Zerny · 7 years ago
  47. ce0019a Set failing status for new debug tests on older runtimes. by Ian Zerny · 7 years ago
  48. 7c28252 Additional tests for <clinit> rewriting by Søren Gjesse · 7 years ago
  49. 225724f Enable GraphLense to also rewrite the type of classes. by Stephan Herhut · 7 years ago
  50. 73676f0 Merge "Annotate all instructions with position information." by Ian Zerny · 7 years ago
  51. 017a0cb Merge "Remove useless throws of ProguardRuleParserException" by Benoit Lamarche · 7 years ago
  52. 841e6bf Remove useless throws of ProguardRuleParserException by Benoit Lamarche · 7 years ago
  53. cfd6dac Add const-method-type support by Mikaël Peltier · 7 years ago
  54. 4a6ba29 Fix missing DiagnosticsHandler in Proguard config tests by Benoit Lamarche · 7 years ago
  55. 31054bb Annotate all instructions with position information. by Ian Zerny · 7 years ago
  56. 0bb66d2 Merge "Use Diagnostics for Proguard configuration warnings" by Benoit Lamarche · 7 years ago
  57. 04a7913 Use Diagnostics for Proguard configuration warnings by Benoit Lamarche · 7 years ago
  58. 0ddfa2e Categorize tests which do not have dex input by Mikaël Peltier · 7 years ago
  59. 542ac75 Merge "Skipped tests must be computed by toolchain" by Mikael Peltier · 7 years ago
  60. af90859 Forgot to add copyright to RenameSourceFileSmaliTest by Jinseong Jeon · 7 years ago
  61. f642acf Merge "Revert "Revert "Tests for handle missing fields in static initializer rewriting""" by Søren Gjesse · 7 years ago
  62. ba1adf5 Merge "Parse -adaptclassstrings [class_filter]." by Jinseong Jeon · 7 years ago
  63. 3e0a9d8 Parse -adaptclassstrings [class_filter]. by Jinseong Jeon · 7 years ago
  64. e746a47 Skipped tests must be computed by toolchain by Mikaël Peltier · 7 years ago
  65. c56a724 Revert "Revert "Tests for handle missing fields in static initializer rewriting"" by Søren Gjesse · 7 years ago
  66. b7459de Merge "Let ArchiveClassFileProvider allow subclasses" by Yohann Roussel · 7 years ago
  67. b16d0f6 Let ArchiveClassFileProvider allow subclasses by Yohann Roussel · 7 years ago
  68. ff15348 Add an option to "force Proguard compatibility" by Søren Gjesse · 7 years ago
  69. 5974eba Merge "Add new const-method-handle opcode" by Mikael Peltier · 7 years ago
  70. 7b7b53a Add new const-method-handle opcode by Mikaël Peltier · 7 years ago
  71. 13b8ed9 Throw exception when Dictionary cannot be read by Benoit Lamarche · 7 years ago
  72. 2782c9b Update Art test status after Art update. by Mads Ager · 7 years ago
  73. ef35782 Merge "Parse -identifiernamestring <classspec>" by Jinseong Jeon · 7 years ago
  74. 9118252 Parse -identifiernamestring <classspec> by Jinseong Jeon · 7 years ago
  75. 98174cc Merge "Make minifiers use the global state for -useuniqueclassmembernames." by Jinseong Jeon · 7 years ago
  76. f1d3d509 Make minifiers use the global state for -useuniqueclassmembernames. by Jinseong Jeon · 7 years ago
  77. 050bd22 Merge "Revise -dontwarn [class_filter] to use ProguardClassNameList." by Jinseong Jeon · 7 years ago
  78. 459d0bed Revise -dontwarn [class_filter] to use ProguardClassNameList. by Jinseong Jeon · 7 years ago
  79. 29759d6 Test triage following art update by mikaelpeltier · 7 years ago
  80. b59eb33 Merge "Revert "Tests for handle missing fields in static initializer rewriting"" by Yohann Roussel · 7 years ago
  81. e5c9e51 Revert "Tests for handle missing fields in static initializer rewriting" by Yohann Roussel · 7 years ago
  82. 894eaec Merge "Revert "Use dedicated per-file maps instead of field on IndexedDexItem for file membership."" by Stephan Herhut · 7 years ago
  83. 39e1f36 Revert "Use dedicated per-file maps instead of field on IndexedDexItem for file membership." by Stephan Herhut · 7 years ago
  84. 10d928f Merge "Use dedicated per-file maps instead of field on IndexedDexItem for file membership." by Stephan Herhut · 7 years ago
  85. 28644b4 Merge "Update Art and Art tests from aosp master" by Mikael Peltier · 7 years ago
  86. 6da3173 Merge "Tests for handle missing fields in static initializer rewriting" by Søren Gjesse · 7 years ago
  87. c2aa665 Update Art and Art tests from aosp master by mikaelpeltier · 7 years ago
  88. c618221 Merge "Don't preload classpath" by Yohann Roussel · 7 years ago
  89. a772c04 Tests for handle missing fields in static initializer rewriting by Søren Gjesse · 7 years ago
  90. ecc4366 Use dedicated per-file maps instead of field on IndexedDexItem for by Stephan Herhut · 7 years ago
  91. ad5d0a3 Maintain list of exit blocks instead of merging exits. by Ian Zerny · 7 years ago
  92. 00c64ab Merge "Skip execution on host runtime for Windows" by Jean-Marie Hénaff · 7 years ago
  93. 6d5af3a Merge "Remove empty failures list from DebugTestBase" by Sebastien Hertz · 7 years ago
  94. e1717e4 Skip execution on host runtime for Windows by Jean-Marie Henaff · 8 years ago
  95. 7bd649b Remove empty failures list from DebugTestBase by Sebastien Hertz · 8 years ago
  96. f66bacd Don't preload classpath by Yohann Roussel · 8 years ago
  97. 0716fa8 Parse Proguard flag -keepparameternames by Søren Gjesse · 8 years ago
  98. 192f9ed Merge "Silence deprecation warning." by Stephan Herhut · 8 years ago
  99. c512b16f Fix R8RunSmaliTestsTest by Sebastien Hertz · 8 years ago
  100. dca498e Merge "Run JDWP tests on Dalvik" by Sebastien Hertz · 8 years ago