1. aa225f3 [KeepAnno] Add bindings to support condition and target dependencies. by Ian Zerny · 2 years, 1 month ago
  2. 8344bf7 Always backport Collection#of methods in desugared library by Clément Béra · 2 years ago
  3. 3b6af16 Revert incorrect refactor. by Ian Zerny · 2 years ago
  4. dc57639 Use definition values where possible when accessing keep info. by Ian Zerny · 2 years ago
  5. c0b1910 Add more timings to R8 enqueuer. by Ian Zerny · 2 years ago
  6. cc9d1ca [ApiModel] Remove conditional default value for min-api platform by Morten Krogh-Jespersen · 2 years ago
  7. 100cf2c Add tests for conditional keep rules with classmember rule based on subtypes by Rico Wind · 2 years ago
  8. 605e6af Disable test blocked by cl by Clément Béra · 2 years ago
  9. 00f29eb Desugared library nio: extra conversion on WatchEvent by Clément Béra · 2 years ago
  10. b349faf Repackage WrappedFileChannel code by Clément Béra · 2 years ago
  11. 0cdea3a Fix Directory stream to be lazier by Clément Béra · 2 years ago
  12. aa44d1e Desugared lib nio: fix DirectoryStream exceptions by Clément Béra · 2 years ago
  13. a6715e9c Fix Path#getFileName on null Path by Clément Béra · 2 years ago
  14. 5d401be Desugared lib nio: Fix NullPointerException by Clément Béra · 2 years ago
  15. 863e660 Desugared library nio: fix real path by Clément Béra · 2 years ago
  16. 772d2f7 Revert "Reland library override analysis" by Morten Krogh-Jespersen · 2 years ago
  17. 2c3d8f2 Ensure fresh names when merging instance fields by Morten Krogh-Jespersen · 2 years ago
  18. bc65427 Add test for collision when relaxing type in instance field merging by Morten Krogh-Jespersen · 2 years ago
  19. 10a99fb Reland library override analysis by Morten Krogh-Jespersen · 2 years ago
  20. 08678e4 Account for preamble position when reprocessing ir by Morten Krogh-Jespersen · 2 years ago
  21. c69d1c5 VarHandle desugaring: Fix library desugaring test of ConcurrentLinkedQueue by Søren Gjesse · 2 years ago
  22. 4d93c14 VarHandle desugaring: Library desugaring of ConcurrentLinkedQueue by Søren Gjesse · 2 years ago
  23. f792cad Add test for incorrect handling of illegal access error by Morten Krogh-Jespersen · 2 years ago
  24. e212426 [Compose] Amend the retrace doc with residual signature by Morten Krogh-Jespersen · 2 years ago
  25. 28e00f9 [ApiModel] Only horizontally merge api outlines within the same package by Morten Krogh-Jespersen · 2 years, 1 month ago
  26. dc66ef1 [ApiModel] Add test for incorrect merging in D8 by Morten Krogh-Jespersen · 2 years, 1 month ago
  27. 1ad7cac Only compile compiledump wrappers when needed. by Ian Zerny · 2 years, 1 month ago
  28. 3e45909 Update release script to push desugared library configurations to GMaven by Søren Gjesse · 2 years, 1 month ago
  29. ee7bea3 Adjust the versions of JDK-11 desugared library by Søren Gjesse · 2 years, 1 month ago
  30. 54a68da VarHandle desugar: Update JDK-11 Test for ConcurrentLinkedQueue by Søren Gjesse · 2 years, 1 month ago
  31. 44fddbe VarHandle desugar: Add a builder for DexApplicationReadFlags by Søren Gjesse · 2 years, 1 month ago
  32. 280f431 VarHandle desugar: Desugar JDK-11 Test for ConcurrentLinkedQueue by Søren Gjesse · 2 years, 1 month ago
  33. 380cb13 Desugared lib: stabilize synthetic kind id by Clément Béra · 2 years, 1 month ago
  34. 6ddc177 Run JDK-11 Test for ConcurrentLinkedQueue by Søren Gjesse · 2 years, 1 month ago
  35. bb03f0e [ApiModel] Remove special handling for platform by Morten Krogh-Jespersen · 2 years, 1 month ago
  36. 65580c5 VarHandle desugar: Follow up on "fix tests on Windows" by Søren Gjesse · 2 years, 1 month ago
  37. 94df518 [Retrace] Use original signature to check for ambiguity by Morten Krogh-Jespersen · 2 years, 1 month ago
  38. c60de97 VarHandle desugar: Fix tests on Windows by Søren Gjesse · 2 years, 1 month ago
  39. 8b9feed [Retrace] Consider the same signature in method results as unambiguous by Morten Krogh-Jespersen · 2 years, 1 month ago
  40. e519741 [Retrace] Add a builder for constructing Retrace object by Morten Krogh-Jespersen · 2 years, 1 month ago
  41. 221e690 VarHandle desugar: Add support for setRelease by Søren Gjesse · 2 years, 1 month ago
  42. c58b308 VarHandle desugar: Add support for weakCompareAndSet by Søren Gjesse · 2 years, 1 month ago
  43. ca6afd6 Keep class name for class with generated code by Søren Gjesse · 2 years, 1 month ago
  44. c9eaeee Print subsequent in if rules. by Ian Zerny · 2 years, 1 month ago
  45. f94f430 Temporarily print all test times by Rico Wind · 2 years, 1 month ago
  46. 0a319f6 VarHandle desugar: Add support for setVolatile by Søren Gjesse · 2 years, 1 month ago
  47. deab69d VarHandle desugar: Add support for getVolatile by Søren Gjesse · 2 years, 1 month ago
  48. 7c32aec VarHandle desugar: Add support for MethodHandles.privateLookupIn by Søren Gjesse · 2 years, 1 month ago
  49. a1abba5 VarHandle desugar: Enable testing for R8 by Søren Gjesse · 2 years, 1 month ago
  50. 70681eb [Compose] Re-enable function composition of mapping files by Morten Krogh-Jespersen · 2 years, 1 month ago
  51. 9a1ddfc [Compose] Account for missing original ranges for preamble positions by Morten Krogh-Jespersen · 2 years, 1 month ago
  52. 5e9338d [Compose] Add test for not correctly composing if inserted preamble by Morten Krogh-Jespersen · 2 years, 1 month ago
  53. 4748e8f [Compose] Add simple test for inline position updating by Morten Krogh-Jespersen · 2 years, 1 month ago
  54. dd66cf0 [Compose] Account for invalid minified range when composing inlinees by Morten Krogh-Jespersen · 2 years, 1 month ago
  55. 0ad4a38 [Compose] Fix incorrect ranges for inlined frames by Morten Krogh-Jespersen · 2 years, 1 month ago
  56. ef14ae2 [Compose] Add additional tests for inlining by Morten Krogh-Jespersen · 2 years, 1 month ago
  57. fa597f2 Update disassembler writing after updates to retrace by Morten Krogh-Jespersen · 2 years, 1 month ago
  58. a0b5226 Update null cyclic phis when rewriting always throwing instructions by Morten Krogh-Jespersen · 2 years, 1 month ago
  59. ec7fef7 VarHandle desugar: Add support for array element var handles by Søren Gjesse · 2 years, 1 month ago
  60. ca343fd VarHandle desugar: Better handling of polymorphic return types by Søren Gjesse · 2 years, 1 month ago
  61. b87de89 Additional tests for vertical merging with member rebinding to library by Morten Krogh-Jespersen · 2 years, 1 month ago
  62. 5118742 Update tests to use obfuscation after residual signature is tracked by Morten Krogh-Jespersen · 2 years, 1 month ago
  63. d660521 [Compose] Account for inline frames when composing methods by Morten Krogh-Jespersen · 2 years, 1 month ago
  64. fb757f0 [Compose] Add test for composition of mappings with inlines by Morten Krogh-Jespersen · 2 years, 1 month ago
  65. 59fd776 [Compose] Account for moved mapped methods with positions by Morten Krogh-Jespersen · 2 years, 1 month ago
  66. 646d164 [Compose] Add test for method composition with positions by Morten Krogh-Jespersen · 2 years, 1 month ago
  67. bc7ada3 [Compose] Account for moved methods without positions by Morten Krogh-Jespersen · 2 years, 1 month ago
  68. dbedc22 [Compose] Add tests for composing moved methods by Morten Krogh-Jespersen · 2 years, 1 month ago
  69. 5fc3dbf [Compose] Move removal of compose signatures to end of commit phase by Morten Krogh-Jespersen · 2 years, 1 month ago
  70. 50528eb Extend check for correct SET_POSITION_FRAME to creation and writing by Morten Krogh-Jespersen · 2 years, 1 month ago
  71. 91480f4 Emit finalized code for method with logging filter by Morten Krogh-Jespersen · 2 years, 1 month ago
  72. ee57bf2 Account for dynamic null receiver type in argument propagation by Morten Krogh-Jespersen · 2 years, 1 month ago
  73. 7c5884e Add test for trying to compute method states for dynamic null receiver by Morten Krogh-Jespersen · 2 years, 1 month ago
  74. ca80bf4 Ensure no SET_POSITION_FRAME after default events by Morten Krogh-Jespersen · 2 years, 1 month ago
  75. 51a118a Reland "[Retrace] Make map version 2.2. stable to start emitting..." by Morten Krogh-Jespersen · 2 years, 1 month ago
  76. a2f7700 Revert "[Retrace] Canonicalize synthetic mapping information" by Ian Zerny · 2 years, 1 month ago
  77. 4afa27a Revert "[Retrace] Prepare residual signature information before ..." by Ian Zerny · 2 years, 1 month ago
  78. 16b1e67 Revert "[Retrace] Make map version 2.2. stable to start emitting..." by Ian Zerny · 2 years, 1 month ago
  79. 2792ced Upgrade asm to version 7.4 by Søren Gjesse · 2 years, 1 month ago
  80. 110e8b9 [Retrace] Make map version 2.2. stable to start emitting residual info by Morten Krogh-Jespersen · 2 years, 1 month ago
  81. 4ad8027 [Retrace] Prepare residual signature information before map version 2.2 by Morten Krogh-Jespersen · 2 years, 1 month ago
  82. 4d88808 [Retrace] Canonicalize synthetic mapping information by Morten Krogh-Jespersen · 2 years, 1 month ago
  83. 4a51a96 [Compose] Wait with removal of field signatures until finish by Morten Krogh-Jespersen · 2 years, 1 month ago
  84. 66f5aa9 [Compose] Add test for duplicating fields by Morten Krogh-Jespersen · 2 years, 1 month ago
  85. 00b348f [KeepAnno] Add parsing of 'allow' keep options. by Ian Zerny · 2 years, 1 month ago
  86. 7278096 [KeepAnno] Rename classTypeName to className and refactor parsing. by Ian Zerny · 2 years, 1 month ago
  87. 0575b71 VarHandle desugar: Move VarHandle rewriting from reader to writer by Søren Gjesse · 2 years, 1 month ago
  88. 3335c65 VarHandle desugar: Move MethodHandles.Lookup rewriting from reader to writer by Søren Gjesse · 2 years, 1 month ago
  89. 2e88c34 Disable assertion about original method for synthesized methods by Morten Krogh-Jespersen · 2 years, 1 month ago
  90. b2fdb70 Relax restriction of original method precense by Morten Krogh-Jespersen · 2 years, 1 month ago
  91. 58c4bc7 Move vertically merged method from parent by inlining positions by Morten Krogh-Jespersen · 2 years, 1 month ago
  92. c4dd4da Add a bit to position to track if the position is d8/r8 synthesized by Morten Krogh-Jespersen · 2 years, 1 month ago
  93. b8c16ad Add utility for type substituting a method by simulating inlining by Morten Krogh-Jespersen · 2 years, 1 month ago
  94. 37a1d14 Refactor code to allow iterating over positions by Morten Krogh-Jespersen · 2 years, 1 month ago
  95. 8c798ee [Compose] Account for qualified field names by Morten Krogh-Jespersen · 2 years, 1 month ago
  96. b0fd8e6 [Compose] Add tests for composing moved fields and methods by Morten Krogh-Jespersen · 2 years, 1 month ago
  97. d8d6e8b Ensure that lambda bridges has code moved as inlining by Morten Krogh-Jespersen · 2 years, 1 month ago
  98. 6f153b7 Add test for incorrectly retracing private lambda by Morten Krogh-Jespersen · 2 years, 1 month ago
  99. 715a974 [KeepAnno] Context and descriptions on keep edges. by Ian Zerny · 2 years, 1 month ago
  100. ae913f1 [KeepAnno] Syntax for extends patterns and keep options. by Ian Zerny · 2 years, 1 month ago