1. 1ec6700 Forward AppView to lookupSingleTarget() instead of AppInfo by Christoffer Quist Adamsen · 6 years ago
  2. 5da764c Add test checking R8 compiled programs can be debugged. by Ian Zerny · 6 years ago
  3. 42bd85c Add Assume from progagated values that is never null by Morten Krogh-Jespersen · 6 years ago
  4. 44b0356 Use index instead of iterator when cloning in field minification by Morten Krogh-Jespersen · 6 years ago
  5. 985c5ef Add test for field minification using obfuscation dictionary by Morten Krogh-Jespersen · 6 years ago
  6. 5df95c0 Clean up throwing function abstractions. by Ian Zerny · 6 years ago
  7. 446b931 Update generic signatures of AppView by Christoffer Quist Adamsen · 6 years ago
  8. fff3f34 Add minification naming test ensuring private methods are named last by Morten Krogh-Jespersen · 6 years ago
  9. e7ef7b8 Temporarily disable gmail deploy 180826.15 by Rico Wind · 6 years ago
  10. 1cb65e1 Fix path to python script for internal test logs by Rico Wind · 6 years ago
  11. e34fcf3 Always use original type/signature when querying noObfuscation. by Jinseong Jeon · 6 years ago
  12. e8cf359 Better error message for unsupported attributes. by Jinseong Jeon · 6 years ago
  13. eab9b53 Relax dead condition of static-put. by Jinseong Jeon · 6 years ago
  14. 88f57ee Add tests for assumenosideeffects with multiple targets. by Jinseong Jeon · 6 years ago
  15. 740c6ed Remove redundant synchronization in DexProgramClass addDirect/VirtualMethod by Tamas Kenez · 6 years ago
  16. 00afa79 Enable MultiJDK tests on Win/Mac by clementbera · 6 years ago
  17. 215a82f Minor follow-up to previous commit. by Tamas Kenez · 6 years ago
  18. 9feb440 Fix a few minor issues. by Tamas Kenez · 6 years ago
  19. ffae5d0 Refactor nest tests. by clementbera · 6 years ago
  20. 76c99c9 Small typo in Phi error message by Morten Krogh-Jespersen · 6 years ago
  21. d302048 Build Java 9 artifacts with third party JDK9. by Ian Zerny · 6 years ago
  22. c368c27 Add test for invoke-virtual problems when using applymapping by Morten Krogh-Jespersen · 6 years ago
  23. 692dc70 Use original type/signature when checking noObfuscation. by Jinseong Jeon · 6 years ago
  24. 8309d20 Add tests for remaining fields and <clinit> after assumevalues. by Jinseong Jeon · 6 years ago
  25. 8ced190 Test parsing keepattribute with a class name. by Jinseong Jeon · 6 years ago
  26. 0c0e043 Build jars from source set and don't depend on it for tests. by Ian Zerny · 6 years ago
  27. e2f8549 Remove classlib as sourceset from build.gradle by Morten Krogh-Jespersen · 6 years ago
  28. b93a678 Remove TODO about compile time jasmin building. by Ian Zerny · 6 years ago
  29. d450ba1 Allow archiving when triggering cls by Rico Wind · 6 years ago
  30. e11f71d Add support for triggering a cl on the bots. by Rico Wind · 6 years ago
  31. ba52d29 Inform if malformed inner-class attributes are found. by Jinseong Jeon · 6 years ago
  32. e3f9058 Add test for rewriting of enclosing-method attr in desugarded interface. by Jinseong Jeon · 6 years ago
  33. c70e299 Vary Java 8 rewriting using InternalOptions methods by Jake Wharton · 6 years ago
  34. dfd405d Update test assume messages on CF runtimes. by Jinseong Jeon · 6 years ago
  35. b13b913 Revert "Temporarily remove the JDK 11 dependency in gradle" by Morten Krogh-Jespersen · 6 years ago
  36. 612b8bc Temporarily remove the JDK 11 dependency in gradle by Morten Krogh-Jespersen · 6 years ago
  37. 2d7a25b Discard init with wildcards. by Jinseong Jeon · 6 years ago
  38. f06dba7 Update test expectation of NegatedClassMemberTest for Windows bot by Christoffer Quist Adamsen · 6 years ago
  39. be44917 Relax dead condition of array-length. by Jinseong Jeon · 6 years ago
  40. 533ef9b Don't count return instrunctions when inlining by Jake Wharton · 6 years ago
  41. a03580c Raise parse error when type name is negated by Christoffer Quist Adamsen · 6 years ago
  42. 51d5992 Add assertions in minifier for debugging b/131098601 by Christoffer Quist Adamsen · 6 years ago
  43. 0fe940d NestBasedAccessControl Anonymous Inner class support by clementbera · 6 years ago
  44. ae567dd Account for non-materializable instructions in inlining budget by Christoffer Quist Adamsen · 6 years ago
  45. f1e2757 Share the type-checking logic for field put instructions. by Jinseong Jeon · 6 years ago
  46. 2bc50ca Update patch version for release - new version is 1.5.21-dev by Christoffer Quist Adamsen · 6 years ago
  47. 849a20f Adopt InstructionVisitor pattern to LambdaMerger's CodeProcessor. by Jinseong Jeon · 6 years ago
  48. 7e7c1e3 Modernize StaticLibraryValuesChangeTest by Jinseong Jeon · 6 years ago
  49. c181a82 Desguar unsigned operations on <26 by Jake Wharton · 6 years ago
  50. cf4dd62 Temporarily skip numix-calculator by Jinseong Jeon · 6 years ago
  51. 8a88995 Update TODO in java9 tests. by Jinseong Jeon · 6 years ago
  52. 702fabc Backport Long.divideUnsigned and Long.remainderUnsigned methods by Jake Wharton · 6 years ago
  53. 887271c Throw null if an instruction will do. by Jinseong Jeon · 6 years ago
  54. 0369001 Add Nestmates attrs JarClassReader and CfWriter by clementbera · 6 years ago
  55. a85ccd4 Update patch version for release - new version is 1.5.20-dev by Tamas Kenez · 6 years ago
  56. 26c3e57 Revert "Fail early if malformed inner names are found." by Tamas Kenez · 6 years ago
  57. 8dbbca2 Do not mark merged classes as being pruned by Christoffer Quist Adamsen · 6 years ago
  58. 4b264c9 Generalize Assume instruction by Christoffer Quist Adamsen · 6 years ago
  59. 4c3d127 Temporarily disable inlining of invokes with nullable receivers by Christoffer Quist Adamsen · 6 years ago
  60. b3cfe58 Rename NonNull instruction to Assume by Christoffer Quist Adamsen · 6 years ago
  61. 1a1a2b6 Update patch version for release - new version is 1.5.19-dev by Tamas Kenez · 6 years ago
  62. 2d7e10c Share LUB of interfaces among ClassTypeLattice variants. by Jinseong Jeon · 6 years ago
  63. d7ab1dd Add (failing) tests for nest based access control by clementbera · 6 years ago
  64. ef8a153 Disable logging for rover-android on bots by Christoffer Quist Adamsen · 6 years ago
  65. a763337 Add test for dynamic type optimization by Christoffer Quist Adamsen · 6 years ago
  66. 47e9d48 Update opensource_apps.tar.gz.sha1 by Christoffer Quist Adamsen · 6 years ago
  67. edeef1f Add addKeepClassRulesWithAllowObfuscation helper method by Morten Krogh-Jespersen · 6 years ago
  68. 4a7946d Fail early if malformed inner names are found. by Jinseong Jeon · 6 years ago
  69. 6c91c65 Switched compatibility to ASM7 by clementbera · 6 years ago
  70. 2f38bab Allow overriding fields but not methods when using applymapping by Morten Krogh-Jespersen · 6 years ago
  71. 9d5e6b8 Add comments regarding system class loader in Android Nougat by Morten Krogh-Jespersen · 6 years ago
  72. ffa8efa Remove unneeded visibility bridge methods by Christoffer Quist Adamsen · 6 years ago
  73. 1fa3c02 Downgrade error to warning when field name is used for applymapping by Morten Krogh-Jespersen · 6 years ago
  74. b873c64 Add tool to trigger builders on a specific commit. by Rico Wind · 6 years ago
  75. a77e3f7 Synthesize null checks to allow inlining when the receiver is nullable by Christoffer Quist Adamsen · 6 years ago
  76. b458ee5 Add temporary logging for rover-android to bots by Christoffer Quist Adamsen · 6 years ago
  77. 8fb907d Update patch version for release - new version is 1.5.18-dev by Tamas Kenez · 6 years ago
  78. 7289113 Keep structure/input separator when renaming inner classes. by Jinseong Jeon · 6 years ago
  79. 378432e Field name minifier fix for apply mapping by Christoffer Quist Adamsen · 6 years ago
  80. 7464530 Revert "Lookup in library classes before program classes" by Søren Gjesse · 6 years ago
  81. 1a6a06a JDK11 support in tests by clementbera · 6 years ago
  82. 6358b07 Introduce new field name minifier by Christoffer Quist Adamsen · 6 years ago
  83. a815b07 Add a test for inlining of methods with nullable receivers by Christoffer Quist Adamsen · 6 years ago
  84. d62e2d5 Lookup in library classes before program classes by Søren Gjesse · 6 years ago
  85. 38b065e Update patch version for release - new version is 1.5.17-dev by Tamas Kenez · 6 years ago
  86. 927bec9 Fix concurrent modification issue in AppInfoWithSubtyping.typeInfo. by Tamas Kenez · 6 years ago
  87. 391e299 New implementation of -keeppackagenames by Søren Gjesse · 6 years ago
  88. 7d74ef7 List files on missing APKs in run_on_as_app.py by Christoffer Quist Adamsen · 6 years ago
  89. b4fa18d Added JDK11 by clementbera · 6 years ago
  90. 2847034 Remove Objects#requireNonNull for definitely null reference. by Jinseong Jeon · 6 years ago
  91. 8169bef Assume on Linux when retrieving checked in JDK path by Christoffer Quist Adamsen · 6 years ago
  92. 247d321 Do not catch AssumptionViolatedException in MissingClassesJoinTest by Christoffer Quist Adamsen · 6 years ago
  93. 41cbdca Disable excessive logging from run_on_as_app.py on bots by Christoffer Quist Adamsen · 6 years ago
  94. 3b6233b Remove String#valueOf for uninstantiated types. by Jinseong Jeon · 6 years ago
  95. 064dc711 s/code.blocks.listIterator/code.listIterator by Jinseong Jeon · 6 years ago
  96. 6dab380 Output stacktrace from unexpected exception in MissingClassesJoinTest by Christoffer Quist Adamsen · 6 years ago
  97. 7de2f94 Update text expectation after field minifier change by Christoffer Quist Adamsen · 6 years ago
  98. 0f82b80 Stateful lambda classes: move initialization to method on lambda class. by Tamas Kenez · 6 years ago
  99. 3f63a5d Disable logging for muzei test app by Christoffer Quist Adamsen · 6 years ago
  100. 86d6e8b Compute max nameCount in NamingState#incrementAndGet() by Christoffer Quist Adamsen · 6 years ago