]> git.lizzy.rs Git - rust.git/history - tests/run-pass/backtrace-api.rs
Add an `fn_ptr` field to `MiriFrame`
[rust.git] / tests / run-pass / backtrace-api.rs
2020-10-10 Aaron HillAdd an `fn_ptr` field to `MiriFrame`
2020-10-06 borsAuto merge of #1575 - Aaron1011:fix/macro-backtrace...
2020-10-05 Aaron HillUse macro callsite spans in backtrace
2020-10-04 borsAuto merge of #1563 - lzutao:dummy-actions, r=RalfJung
2020-09-30 borsAuto merge of #1566 - RalfJung:backtrace, r=RalfJung
2020-09-30 Ralf Jungnormalize backtrace stderr even more
2020-09-28 borsAuto merge of #1559 - Aaron1011:new-miri-backtrace...
2020-09-28 Aaron HillNormalize out generic arguments in backtrace-api stderr
2020-09-28 Aaron HillRequire #[repr(C)] on MiriFrame
2020-09-28 Aaron HillApply #[inline(never)] to functions that we want in...
2020-09-28 Aaron HillMove things around
2020-09-28 Aaron HillPrint non-std frames to stdout in `backtrace-api` test
2020-09-28 Aaron HillUse a 'flags' parameter instead of 'version'
2020-09-28 Aaron HillNormalize line and column numbers from the sysroot
2020-09-28 Aaron HillAdd API for capturing backtrace