]> git.lizzy.rs Git - rust.git/history - src/shims/backtrace.rs
fix types in env shim to avoid ptr-int transmutes
[rust.git] / src / shims / backtrace.rs
2022-03-26 Ralf Jungfix types in env shim to avoid ptr-int transmutes
2022-03-20 borsAuto merge of #1975 - DrMeepster:backtrace_fix, r=RalfJung
2022-03-20 DrMeepsteradd new version of backtrace api using flags=1
2022-03-12 borsAuto merge of #2017 - RalfJung:rustup, r=RalfJung
2022-03-12 Ralf Jungrustup
2022-03-08 borsAuto merge of #2006 - RalfJung:readme-ci, r=RalfJung
2022-03-08 borsAuto merge of #2009 - RalfJung:rustup, r=RalfJung
2022-03-08 Ralf Jungrustup
2021-09-08 borsAuto merge of #1884 - DrMeepster:start, r=RalfJung
2021-09-06 borsAuto merge of #1886 - camelid:stage2, r=RalfJung
2021-09-06 borsAuto merge of #1887 - hyd-dev:rustup, r=RalfJung
2021-09-06 hyd-dev`rustc_target::abi::LayoutOf` -> `rustc_middle::ty...
2021-07-17 borsAuto merge of #1851 - RalfJung:provenance-overhaul...
2021-07-16 Ralf Jungadjust Miri to Pointer type overhaul
2021-07-04 borsAuto merge of #1845 - Smittyvb:fix-after-mir-alloc...
2021-07-04 SmittyMake work after mir-alloc-oom
2021-06-15 borsAuto merge of #1833 - hyd-dev:82261, r=RalfJung
2021-06-15 borsAuto merge of #1832 - hyd-dev:1776-follow-up, r=RalfJung
2021-06-11 hyd-devDisallow `#[no_mangle]`/`#[export_name = ...]` function...
2021-05-23 borsAuto merge of #1814 - RalfJung:rustup, r=RalfJung
2021-05-23 Ralf Jungallocate backtrace strings mutably
2021-05-16 borsAuto merge of #1801 - RalfJung:rustfmt, r=oli-obk
2021-05-16 Ralf Jungformat much of Miri
2021-05-12 borsAuto merge of #1794 - cbeuw:83813, r=RalfJung
2021-05-12 Andy WangPrefer remapped filename in backtrace to match rustc...
2021-02-20 borsAuto merge of #1716 - tmiasko:rustup, r=RalfJung
2021-02-20 Tomasz Miąskorustup to e7c23ab933ebc1f205c3b59f4ebc85d40f67d404
2020-11-29 borsAuto merge of #1617 - JCTyblaidd:data_race_detector...
2020-11-07 borsAuto merge of #1612 - camelid:patch-1, r=RalfJung
2020-11-05 borsAuto merge of #1619 - RalfJung:rustup, r=RalfJung
2020-11-05 Ralf Jungrustup
2020-10-11 borsAuto merge of #1581 - RalfJung:readme, r=RalfJung
2020-10-11 borsAuto merge of #1580 - Aaron1011:feature/backtrace-fn...
2020-10-11 borsAuto merge of #1571 - lzutao:actions, r=RalfJung
2020-10-11 Aaron HillAdd comment about deprecation
2020-10-11 Aaron HillApply suggestions from code review
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-28 borsAuto merge of #1559 - Aaron1011:new-miri-backtrace...
2020-09-28 Aaron HillRequire #[repr(C)] on MiriFrame
2020-09-28 Aaron HillMake some error messages lowercase
2020-09-28 Aaron HillExplain encoding scheme
2020-09-28 Aaron HillMove things around