1. 5e5b523 Use shorthand factories for maven repositories by Jake Wharton · 6 years ago
  2. f21acf1 Reuse cached DexMethod for requireNonNull by Jake Wharton · 6 years ago
  3. c0333a4 Rewrite Byte/Character/Short/Integer.hashCode to pass through value by Jake Wharton · 6 years ago
  4. 0c1ec08 Rewrite Float.hashCode to Float.floatToIntBits by Jake Wharton · 6 years ago
  5. 0f08f7f Minimal Test for desugared lib shrinking bug by clementbera · 6 years ago
  6. aaf0f96 Update type information after lambda merging by Christoffer Quist Adamsen · 6 years ago
  7. 59b989c Flush delayed optimization feedback prior to fixup in lambda merger by Christoffer Quist Adamsen · 6 years ago
  8. 656cad5 Retrace: Let source-file take precedence if present by Morten Krogh-Jespersen · 6 years ago
  9. 370558d Reland "Retrace: Add test and support for ambiguous stack traces" by Morten Krogh-Jespersen · 6 years ago
  10. 2036f33 Retrace: Add ambiguous test with missing line-number by Morten Krogh-Jespersen · 6 years ago
  11. 9af300a Retrace: Add inlining frames test with missing line numbers by Morten Krogh-Jespersen · 6 years ago
  12. c18b870 Retrace: Add inline with line numbers test by Morten Krogh-Jespersen · 6 years ago
  13. f41653a Fixup optimization info after lambda merging by Christoffer Quist Adamsen · 6 years ago
  14. 313d465 Minor cleanup related to lambda merger by Christoffer Quist Adamsen · 6 years ago
  15. bf0247c Update all desugared lib tests to last APIs by clementbera · 6 years ago
  16. 6109380 Extend the range of assume instructions, part 1. by Jinseong Jeon · 6 years ago
  17. fb4fefa Introduce Assume variant with no assumptions. by Jinseong Jeon · 6 years ago
  18. 314625a Rename NumericOperations to NumericMethodRewrites to match convention by Jake Wharton · 6 years ago
  19. c625b04 Test shrinking of proto builders by Christoffer Quist Adamsen · 6 years ago
  20. a138d5b Update download task to use Gradle workers by Jake Wharton · 6 years ago
  21. 202db9d Rewrite Boolean logicalAnd/Or/Xor callers to instructions by Jake Wharton · 6 years ago
  22. 9e1caa1 Remove appView != null by clementbera · 6 years ago
  23. 0c62a0e Test for Desugared lib API by clementbera · 6 years ago
  24. 70eb5d0 Desugared lib prefix use bytes by clementbera · 6 years ago
  25. 517f6fb Fix json version by clementbera · 6 years ago
  26. a2318a5 Fix test (non null check) by clementbera · 6 years ago
  27. 5d31655 Use only one worker on the internal bot until we get a machine with more memory. by Rico Wind · 6 years ago
  28. bf4ce61 Move closeResource method template to CF by Ian Zerny · 6 years ago
  29. 01998f4 Move remaining backports to cf constructions. by Ian Zerny · 6 years ago
  30. c4adf50 Turn NullPointerException during IR into CompilationError by Søren Gjesse · 6 years ago
  31. 44fa016 Desugared lib prefix rewriting unified by clementbera · 6 years ago
  32. c5225ba Extend Enqueuer to track if instance fields are only written in <init> by Christoffer Quist Adamsen · 6 years ago
  33. 6b22bec Revert "Enable temporary logging to diagnose test app issue" by Christoffer Quist Adamsen · 6 years ago
  34. fbbddc2 Move Objects backports to cf constructions. by Ian Zerny · 6 years ago
  35. 1a3df5f Move string backports to cf constructions. by Ian Zerny · 6 years ago
  36. 7685fb8 Attempt at fixing windows issue with newly added test. by Ian Zerny · 6 years ago
  37. f3974d3 Lookup -assumevalues when trying to replace a call with a constant. by Jinseong Jeon · 6 years ago
  38. a85015a Fix bad merge related to call site optimization by Christoffer Quist Adamsen · 6 years ago
  39. e2a55c9 Extend call site optimization info propagation to dynamic types. by Jinseong Jeon · 6 years ago
  40. b88c524 Add basic tests about propagating dynamic types from call sites. by Jinseong Jeon · 6 years ago
  41. 771e772 Use utility for emptyThrowingMethod in TreePruner by Morten Krogh-Jespersen · 6 years ago
  42. 1130fc3 Only add assume-not-null instructions for values with users by Christoffer Quist Adamsen · 6 years ago
  43. a804e0b Revert "Retrace: Add test and support for ambiguous stack traces" by Morten Krogh-Jespersen · 6 years ago
  44. 7ab379d Desugar boolean methods using internal CfCode construction. by Ian Zerny · 6 years ago
  45. 33c1c58 Add google-java-format to third_party. by Ian Zerny · 6 years ago
  46. ed15a60 Verify absence of fields and types in proto shrinking test by Christoffer Quist Adamsen · 6 years ago
  47. 76ce575 Forward exact dynamic type information from returns to call sites by Christoffer Quist Adamsen · 6 years ago
  48. d79b6a7 Enable field bit read analysis in run_on_app.py by Christoffer Quist Adamsen · 6 years ago
  49. 287975a Retain oneof fields with corresponding live oneof-case field by Christoffer Quist Adamsen · 6 years ago
  50. 2d7aab8 Update Smali, Dx, and DexMerger tasks to use Gradle workers by Jake Wharton · 6 years ago
  51. 5f39ca2 Rewrite Objects.hash(Object...) to Arrays.hashCode(Object[]) by Jake Wharton · 6 years ago
  52. 659e23f Rewrite min/max backport calls on numbers to Math by Jake Wharton · 6 years ago
  53. 8fd51b1 Update to utility by Søren Gjesse · 6 years ago
  54. 086636e Rewrite "sum" backport calls to directly add by Jake Wharton · 6 years ago
  55. 7fb7bb2 Rewrite zero-arg List.of to Collections.emptyList by Jake Wharton · 6 years ago
  56. 56a1dd7 Retrace: Add test and support for ambiguous stack traces by Morten Krogh-Jespersen · 6 years ago
  57. cc46af3 Utility to dump the usage of types from specific packages in android.jar by Søren Gjesse · 6 years ago
  58. e3c7c0c Move non-null insertion to non-null-tracker by Christoffer Quist Adamsen · 6 years ago
  59. ea420dc Retrace: Add unsupported --regex option in retrace commandline by Morten Krogh-Jespersen · 6 years ago
  60. c96227b Re-enable ConcurrentHashMap desugaring on M by clementbera · 6 years ago
  61. 60bab85 Use JSON over "default" in desugared lib by clementbera · 6 years ago
  62. 6cdef4b Log eligibility decisions in ClassInliner. by Jinseong Jeon · 6 years ago
  63. 99770d4 Log histograms in String(Builder)Optimizer if they are indeed logged. by Jinseong Jeon · 6 years ago
  64. feb115f Insert AssumeNotNull instructions for fields after inlining by Christoffer Quist Adamsen · 6 years ago
  65. 71a71ad Strenghthen static types related to proto one of objects by Christoffer Quist Adamsen · 6 years ago
  66. b174859 Allow space characters in SimpleName for the DEX format 040. by Ulya Trafimovich · 6 years ago
  67. 7c9574b Report the immediate reason for keeping methods. by Ian Zerny · 6 years ago
  68. 2472044 Enable temporary logging to diagnose test app issue by Christoffer Quist Adamsen · 6 years ago
  69. 3c876fb Move old retrace tests to package retraceproguard by Morten Krogh-Jespersen · 6 years ago
  70. 1388cb3 Require a keep reason to mark types live. by Ian Zerny · 6 years ago
  71. 5f3af3a Update patch version for release - new version is 1.6.31-dev by Christoffer Quist Adamsen · 6 years ago
  72. 2b7e52c Ignore tests to make tests green again by Morten Krogh-Jespersen · 6 years ago
  73. e608b6f Retrace: Retrace and report inline frames and correct positions by Morten Krogh-Jespersen · 6 years ago
  74. 4e094ed Port old retrace tests from old retrace to r8 retrace by Morten Krogh-Jespersen · 6 years ago
  75. ba63da4 Move Objects.requireNonNull and Lomg.compare handling into BackportedMethodRewriter by Jake Wharton · 6 years ago
  76. f487f18 Add backport test for Objects.requireNonNull by Jake Wharton · 6 years ago
  77. 521bc19 Reduce map lookups in BackportedMethodRewriter by Jake Wharton · 6 years ago
  78. a31e938 Fix race in NestReducer by clementbera · 6 years ago
  79. 483de78 Add utility method for all runtimes and api levels by Morten Krogh-Jespersen · 6 years ago
  80. a5ce66b Only apply bottom-up propagation to methods without body. by Jinseong Jeon · 6 years ago
  81. 8b8001e Limit method resolution in bottom-up propagation of assume rules. by Jinseong Jeon · 6 years ago
  82. 72fbd2f Add support for backporting List.of(E...) by Jake Wharton · 6 years ago
  83. 4501053 Make sure constants that are not swapped are indeed used by array-put. by Jinseong Jeon · 6 years ago
  84. 699e0ad Improve List.of backport implementations to match spec by Jake Wharton · 6 years ago
  85. b1002e6 Update patch version for release - new version is 1.6.30-dev by Ian Zerny · 6 years ago
  86. 18c286f Add missing call to StringConsumer.finish by Søren Gjesse · 6 years ago
  87. bffd4ad Add addSpecialLibraryConfiguration temporaly by Søren Gjesse · 6 years ago
  88. f1e05cc Relanding "Don't try to use delegate which could not be created" by Søren Gjesse · 6 years ago
  89. 011123c Relanding "Immediately write usage/deadcode data to consumer." by Søren Gjesse · 6 years ago
  90. 47acc6f Relanding "Make StringConsumer.finished an empty default method." by Søren Gjesse · 6 years ago
  91. 1af374d Relanding "Add finished callback to StringConsumer." by Søren Gjesse · 6 years ago
  92. f2e9044 Update patch version for release - new version is 1.6.29-dev by Ian Zerny · 6 years ago
  93. d11d423 Add more script engine tests with Rhino by Søren Gjesse · 6 years ago
  94. 8f0e099 Add Rhino 1.7.10 to third party by Søren Gjesse · 6 years ago
  95. e8741a0 DexType in Desugared library flags by clementbera · 6 years ago
  96. 6a12862 Ensure remaining unused proto fields are removed by Christoffer Quist Adamsen · 6 years ago
  97. 0d269aa Use read bits information for unused proto field removal by Christoffer Quist Adamsen · 6 years ago
  98. 1e3acb6 Extend field bit access info to handle simple read operations by Christoffer Quist Adamsen · 6 years ago
  99. 25f6eab Initial api for supporting direct generation of feature splits with R8 by Rico Wind · 6 years ago
  100. 50f75a6 Mark interfaces as instantiated in compat mode. by Ian Zerny · 6 years ago