rust/src/libpanic_unwind
Ralf Jung 56203be06f
Rollup merge of #66766 - RalfJung:panic-comments, r=SimonSapin
Panic machinery comments and tweaks

This is mostly more comments, but I also renamed some things:
* `BoxMeUp::box_me_up` is not terribly descriptive, and since this is a "take"-style method (the argument is `&mut self` but the return type is fully owned, even though you can't tell from the type) I chose a name involving "take".
* `continue_panic_fmt` was very confusing as it was entirely unclear what was being continued -- for some time I thought "continue" might be the same as "resume" for a panic, but that's something entirely different. So I renamed this to `begin_panic_handler`, matching the `begin_panic*` theme of the other entry points.

r? @Dylan-DPC @SimonSapin
2019-11-29 22:57:33 +01:00
..
dwarf Fix spelling typos 2019-11-26 22:19:54 -05:00
Cargo.toml std: Remove internal definitions of cfg_if! macro 2019-06-10 10:58:44 -07:00
dummy.rs Make use of ptr::null(_mut) instead of casting zero 2019-06-17 10:52:46 +00:00
emcc.rs Make Emscripten unwinding use a valid type_info 2019-11-03 14:04:15 +00:00
gcc.rs Allow foreign exceptions to unwind through Rust code 2019-11-03 14:03:21 +00:00
hermit.rs redesign of the interface to the unikernel HermitCore 2019-10-06 15:26:14 +00:00
lib.rs better comment and rename BoxMeUp::box_me_up to take_box 2019-11-25 12:16:08 +01:00
miri.rs avoid linking errors 2019-11-16 09:37:45 +01:00
seh.rs Remove no longer needed mutability 2019-11-12 16:37:22 -05:00