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