rust/library/alloc/src
bors bcb5798dd8 Auto merge of #117332 - saethlin:panic-immediate-abort, r=workingjubilee
Increase the reach of panic_immediate_abort

I wanted to use/abuse this recently as part of another project, and I was surprised how many panic-related things were left in my binaries if I built a large crate with the feature enabled along with LTO. These changes get all the panic-related symbols that I could find out of my set of locally installed Rust utilities.
2023-10-30 00:03:47 +00:00
..
alloc
boxed
collections mark constructor of BinaryHeap as const fn 2023-10-28 21:30:43 +08:00
ffi
raw_vec
rc
slice
sync
testing
vec Increase the reach of panic_immediate_abort 2023-10-29 09:31:07 -04:00
alloc.rs Increase the reach of panic_immediate_abort 2023-10-29 09:31:07 -04:00
borrow.rs Add more diagnostic items for clippy 2023-10-05 18:21:47 -04:00
boxed.rs Update boxed.rs 2023-10-21 23:41:32 +05:30
fmt.rs Improve documentation on when signes are printed by default 2023-09-03 00:13:44 +02:00
lib.rs Stabilize [const_]pointer_byte_offsets 2023-10-25 22:35:12 +00:00
macros.rs Update doc for alloc::format! and core::concat! 2023-09-06 15:11:21 +02:00
raw_vec.rs Increase the reach of panic_immediate_abort 2023-10-29 09:31:07 -04:00
rc.rs Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan 2023-10-14 05:44:48 +00:00
slice.rs Add suggestion for some #[deprecated] items 2023-08-21 12:51:51 +03:00
str.rs [nit] Fix a comment typo. 2023-08-15 14:26:14 -05:00
string.rs Rollup merge of #95967 - CAD97:from-utf16, r=dtolnay 2023-10-11 03:53:16 +03:00
sync.rs Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan 2023-10-14 05:44:48 +00:00
task.rs
tests.rs