Files
rust/library/std/src
Yuki Okushi 00741b8810 Rollup merge of #80260 - RalfJung:less-untyped-panics, r=m-ou-se
slightly more typed interface to panic implementation

The panic payload is currently being passed around as a `usize`. However, it actually is a pointer, and the involved types are available on all ends of this API, so I propose we use the proper pointer type to avoid some casts. Avoiding int-to-ptr casts also makes this code work with `miri -Zmiri-track-raw-pointers`.
2020-12-30 22:49:17 +09:00
..
2020-11-07 16:15:48 +01:00
2020-12-22 12:19:46 +01:00
2020-12-29 02:10:29 -06:00
2020-11-22 17:11:41 -05:00
2020-10-21 20:44:03 -07:00
2020-09-02 17:37:40 -04:00
2020-09-04 14:00:09 -07:00
2020-11-22 17:11:41 -05:00
2020-10-26 07:15:37 +09:00
2020-10-27 20:54:30 -07:00
2020-11-22 17:11:41 -05:00