1. dca81ca Add retrace test for existing partitioned mapping file format by Ian Zerny · 1 year, 5 months ago
  2. 659a144 Check for no path given by gradle in compiler api tests by Morten Krogh-Jespersen · 1 year, 6 months ago
  3. cef9a9d Add support for running r8lib on tests by Morten Krogh-Jespersen · 1 year, 6 months ago
  4. c0fbce4 Take junit and hamcrest from dependencies by Morten Krogh-Jespersen · 1 year, 6 months ago
  5. 9250090 [Retrace] Move promise test out by Morten Krogh-Jespersen · 1 year, 9 months ago
  6. 90f4d6b [Retrace] Update failing tests after change to source file by Morten Krogh-Jespersen · 1 year, 10 months ago
  7. ea7c40f [Retrace] Move pending api binary checks to expected by Morten Krogh-Jespersen · 1 year, 10 months ago
  8. 034a0df Extend R8CommandBuilder with setPartitionMapConsumer by Morten Krogh-Jespersen · 1 year, 11 months ago
  9. dd6a06f [Retrace] Refactor into sync and async suppliers by Morten Krogh-Jespersen · 1 year, 11 months ago
  10. 7c5298a Update retrace/binary_compatibility after removing redundant throws by Christoffer Quist Adamsen · 2 years, 1 month ago
  11. 887d6d7 [Retrace] Change RetraceTypeResult to follow the same result pattern by Morten Krogh-Jespersen · 2 years, 4 months ago
  12. f9885eb [Retrace] Move overly checking retrace binary api out of test suite by Morten Krogh-Jespersen · 2 years, 5 months ago
  13. 6d81f5f [Retrace] Use residual signature to prune results when available by Morten Krogh-Jespersen · 2 years, 5 months ago
  14. 1008123 [Retrace] Update api tests passing in incorrect method by Morten Krogh-Jespersen · 2 years, 5 months ago
  15. 10a1496 [Retrace] Add support for compiler-synthesized definitions by Morten Krogh-Jespersen · 2 years, 5 months ago
  16. c8dec4c [Retrace] Update invalid retrace api test by Morten Krogh-Jespersen · 2 years, 5 months ago
  17. 789871e [Retrace] Change mapping supplier to return a retracer by Morten Krogh-Jespersen · 2 years, 7 months ago
  18. 6e96e12 [Retrace] Add option for load all definitions to ProguardMapProducer by Morten Krogh-Jespersen · 2 years, 7 months ago
  19. 317589b [Retrace] Add inlined source file names to partitions by Morten Krogh-Jespersen · 2 years, 9 months ago
  20. 9f274ce [Retrace] Add support for partitioning without metadata by Morten Krogh-Jespersen · 2 years, 9 months ago
  21. d63ed86 [Retrace] Remove references to StringUtils in binary test by Morten Krogh-Jespersen · 2 years, 9 months ago
  22. 3115524 [Retrace] Add metadata to partitioning and joining by Morten Krogh-Jespersen · 2 years, 9 months ago
  23. 5229f80 [Retrace] Introduce a simple mapping file partition utility by Morten Krogh-Jespersen · 2 years, 9 months ago
  24. 2ad0ac1 [Retrace] Allow for streaming of stack trace lines by Morten Krogh-Jespersen · 2 years, 9 months ago
  25. fef92c9 [Retrace] Change api to allow for partial reading mapping provider by Morten Krogh-Jespersen · 2 years, 9 months ago
  26. 546bc98 [Retrace] Register allowed lookup of keys for retrace by Morten Krogh-Jespersen · 3 years ago
  27. bc94888 [Retrace] Add @Keep to MappingProviderBuilder by Morten Krogh-Jespersen · 3 years ago
  28. 00ede7a [Retrace] Add a builder approach to constructing a retracer by Morten Krogh-Jespersen · 3 years ago
  29. 962afa3 Finalize support for retrace api pending classes by Morten Krogh-Jespersen · 3 years ago
  30. 2552900 Reland "Update stable map version to 2.0" by Morten Krogh-Jespersen · 3 years, 4 months ago
  31. 1636748 Refactor retracing API (breaking changes). by Ian Zerny · 3 years, 4 months ago
  32. e90c98e [Retrace] Narrowing by non-mapped position should give empty result by Morten Krogh-Jespersen · 3 years, 5 months ago
  33. 33bf9cb [Retrace] Only stream over unique method references by Morten Krogh-Jespersen · 3 years, 5 months ago
  34. f1f4dc7 [Retrace] Add tests for looking up methods and non-existing frames by Morten Krogh-Jespersen · 3 years, 5 months ago
  35. 57e20e8 [Retrace] Add support for retracing stacktraces with outlines by Morten Krogh-Jespersen · 3 years, 5 months ago
  36. 83cf7d0 [Retrace] Support outline information in mapping files by Morten Krogh-Jespersen · 3 years, 5 months ago
  37. 5619ad7 Fix RetraceApiBinaryCompatibility by not using guava dependencies by Morten Krogh-Jespersen · 3 years, 6 months ago
  38. 82ae75a [Retrace] Fix compilation and tests by Morten Krogh-Jespersen · 3 years, 6 months ago
  39. 5401202 [Retrace] Use the same procedure for looking up frames by Morten Krogh-Jespersen · 3 years, 6 months ago
  40. be60dba [Retrace] Define equivalence on retraced proxies externally by Morten Krogh-Jespersen · 3 years, 6 months ago
  41. f7960a3 [Retrace] Fix naming for visitors and streams by Morten Krogh-Jespersen · 3 years, 6 months ago
  42. 0deb12b [Retrace] Return frames as streams rather than visitors by Morten Krogh-Jespersen · 3 years, 6 months ago
  43. f2aedef [Retrace] Update binary tests after OptionalInt change by Morten Krogh-Jespersen · 3 years, 6 months ago
  44. cb0dba2 [Retrace] Use OptionalInt instead of Optional<Integer> by Morten Krogh-Jespersen · 3 years, 6 months ago
  45. 4858ddf [Retrace] Pass context to all methods that give back frame results by Morten Krogh-Jespersen · 3 years, 6 months ago
  46. 702ccbc [Retrace] Fix naming to use camel case by Morten Krogh-Jespersen · 3 years, 6 months ago
  47. 99835c6 [Retrace] Fix retrace compatibility tests by Morten Krogh-Jespersen · 3 years, 6 months ago
  48. 42f9d55 [Retrace] Check for position >= 0 by Morten Krogh-Jespersen · 3 years, 6 months ago
  49. 6ca8b95 [Retrace] Use optional for position by Morten Krogh-Jespersen · 3 years, 6 months ago
  50. 68533ce [Retrace] Clean up stack trace proxy retracing by Morten Krogh-Jespersen · 3 years, 6 months ago
  51. 044390f [Retrace] Add RetraceApiUnknownJsonTest to binary compat tests by Morten Krogh-Jespersen · 3 years, 6 months ago
  52. d62bacc Reland "[Retrace] Move synthesizing of filename out of retrace api" by Morten Krogh-Jespersen · 3 years, 6 months ago
  53. 1f8a001 Revert "[Retrace] Move synthesizing of filename out of retrace api" by Morten Krogh-Jespersen · 3 years, 6 months ago
  54. 00796e5 [Retrace] Move synthesizing of filename out of retrace api by Morten Krogh-Jespersen · 3 years, 6 months ago
  55. b557572 [Retrace] Add api tests for synthesized by Morten Krogh-Jespersen · 3 years, 6 months ago
  56. ea69722 [Retrace] Add retrace api test for source file by Morten Krogh-Jespersen · 3 years, 6 months ago
  57. 7cbae97 Reland "[Retrace] Add retrace api test infrastructure and a simple test" by Morten Krogh-Jespersen · 3 years, 7 months ago
  58. 802ceb2 Revert "[Retrace] Add retrace api test infrastructure and a simple test" by Morten Krogh-Jespersen · 3 years, 7 months ago
  59. 6c36777 [Retrace] Add retrace api test infrastructure and a simple test by Morten Krogh-Jespersen · 3 years, 7 months ago