rust/src/libcore
Ralf Jung b7f8b77eec
Rollup merge of #66822 - RalfJung:miri-panic, r=oli-obk
libunwind_panic: adjust miri panic hack

We adjust the Miri hack in libpanic_unwind such that even with `cfg(miri)`, we build a version of libpanic_unwind that actually works.

This is needed to resolve https://github.com/integer32llc/rust-playground/issues/548.

r? @oli-obk @alexcrichton
2019-12-02 09:34:12 +01:00
..
array Update mod.rs 2019-11-27 10:27:30 +01:00
benches make ./x.py bench again 2019-11-23 07:06:27 +01:00
char Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
fmt Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
future Use associated_type_bounds where applicable - closes #61738 2019-08-08 22:39:15 +02:00
hash Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
iter Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
macros Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
mem Auto merge of #65013 - petertodd:2019-maybeuninit-debug, r=sfackler 2019-11-28 03:41:29 +00:00
num Make dec2flt_table compatible with rustfmt 2019-11-29 20:17:09 -08:00
ops Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
prelude Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
ptr Rollup merge of #66379 - CreepySkeleton:patch-1, r=RalfJung 2019-11-29 22:57:28 +01:00
slice Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
str Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00
sync Rollup merge of #66705 - pitdicker:atomic_mut_ptr, r=KodrAus 2019-11-30 16:56:47 +01:00
task Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
tests Remove unneeded prelude imports in libcore tests 2019-11-29 23:16:46 -08:00
unicode Make libcore/unicode/tables.rs compatible with rustfmt 2019-11-29 20:17:11 -08:00
alloc.rs Have tidy ensure that we document all unsafe blocks in libcore 2019-11-06 11:04:42 +01:00
any.rs Minor documentation fix 2019-11-29 20:47:16 +02:00
ascii.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
bool.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
borrow.rs be more direct about borrow requirenments 2019-04-03 11:41:24 +03:00
Cargo.toml Move the matches! macro to the prelude 2019-10-23 15:35:36 +02:00
cell.rs make things ugly 2019-11-13 09:31:08 +01:00
clone.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
cmp.rs follow the same function order in the trait 2019-11-26 22:55:38 +08:00
convert.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
default.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
ffi.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
hint.rs Fix spelling typos 2019-11-26 22:19:54 -05:00
internal_macros.rs std: Remove internal definitions of cfg_if! macro 2019-06-10 10:58:44 -07:00
intrinsics.rs libunwind_panic: adjust miri panic hack 2019-11-30 10:13:25 +01:00
iter_private.rs Remove licenses 2018-12-25 21:08:33 -07:00
lib.rs Stabilize the never_type, written !. 2019-11-21 14:55:32 +01:00
marker.rs Stabilize the never_type, written !. 2019-11-21 14:55:32 +01:00
option.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
panic.rs abort on BoxMeUp misuse 2019-11-26 09:24:39 +01:00
panicking.rs more panicking comments 2019-11-25 23:55:54 +01:00
pin.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
raw.rs Fix more tests after revert of rustdoc cfg(test) feature 2019-06-09 18:15:53 +01:00
result.rs Auto merge of #66322 - lzutao:consistent-result-map_or_else, r=dtolnay 2019-11-24 07:37:01 +00:00
time.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
tuple.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
unit.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00