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