Gary Guo
|
9370156957
|
Deduplicate panic_fmt
std's begin_panic_fmt and core's panic_fmt are duplicates.
Merge them to declutter code and remove a lang item.
|
2021-10-19 15:02:21 +01:00 |
|
David Tolnay
|
d1586fc6bb
|
Fix unused sync::atomic import on targets without atomics
|
2021-07-31 17:27:29 -07:00 |
|
David Tolnay
|
60fa568c31
|
Fix some broken rustdoc links in core::panic documentation
|
2021-07-30 10:42:20 -07:00 |
|
David Tolnay
|
6d988dc1e3
|
Fix undocumented unsafe in AssertUnwindSafe impls
|
2021-07-30 10:42:18 -07:00 |
|
David Tolnay
|
4e17994b2c
|
Move UnwindSafe, RefUnwindSafe, AssertUnwindSafe to core
|
2021-07-30 10:42:15 -07:00 |
|
David Tolnay
|
76e73b74a6
|
Fix separation of public vs internal parts of Location
|
2021-07-30 10:40:02 -07:00 |
|
David Tolnay
|
d7c82ba4a1
|
Split core::panic module to subdirectory
|
2021-07-30 10:39:56 -07:00 |
|