rust/src
bors 6b56aefa0b Auto merge of #1239 - elichai:2020-03-abort-intrinsics, r=RalfJung
Abort instead of panic on asserting intrinsics

This fixes #1222
replacing the panic with an abort and a corresponding message.
the stack trace is already printed, this just adds an optional message the caller can pass, and I just pass the same message we passed to the panic but now to the abort instead.

r? @RalfJung
2020-03-18 12:20:30 +00:00
..
bin avoid using unchecked casts or arithmetic 2020-03-17 15:21:43 +01:00
shims Auto merge of #1239 - elichai:2020-03-abort-intrinsics, r=RalfJung 2020-03-18 12:20:30 +00:00
diagnostics.rs Add an optional message to abort 2020-03-18 14:14:23 +02:00
eval.rs Auto merge of #1239 - elichai:2020-03-abort-intrinsics, r=RalfJung 2020-03-18 12:20:30 +00:00
helpers.rs avoid using unchecked casts or arithmetic 2020-03-17 15:21:43 +01:00
intptrcast.rs HashMap -> FxHashMap 2020-03-02 22:36:15 +01:00
lib.rs rustup, test Abort terminator 2020-03-12 20:48:04 +01:00
machine.rs Add an optional message to abort 2020-03-18 14:14:23 +02:00
mono_hash_map.rs HashMap -> FxHashMap 2020-03-02 22:36:15 +01:00
operator.rs some formatting 2020-03-01 10:29:05 +01:00
range_map.rs Rustfmt all the things 2019-12-23 12:56:23 +01:00
stacked_borrows.rs HashMap -> FxHashMap 2020-03-02 22:36:15 +01:00