rust/src/liballoc
Alex Crichton f67453729c std: Ensure OOM is classified as nounwind
OOM can't unwind today, and historically it's been optimized as if it can't
unwind. This accidentally regressed with recent changes to the OOM handler, so
this commit adds in a codegen test to assert that everything gets optimized away
after the OOM function is approrpiately classified as nounwind

Closes #50925
2018-05-24 12:03:05 -07:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
btree Make an ensure_root_is_owned method to reduce duplication 2018-05-08 13:28:49 -04:00
tests Auto merge of #49283 - varkor:combining-chars-escape_debug, r=SimonSapin 2018-05-21 23:26:32 +00:00
alloc.rs std: Ensure OOM is classified as nounwind 2018-05-24 12:03:05 -07:00
arc.rs Auto merge of #50097 - glandium:box_free, r=nikomatsakis 2018-04-27 12:24:17 +00:00
binary_heap.rs Use ManuallyDrop instead of Option in Hole implementation 2018-05-06 16:55:40 +02:00
borrow.rs Add #[must_use] to a few standard library methods 2018-03-30 23:06:05 -07:00
boxed.rs Rename Pin to PinMut 2018-05-07 12:44:26 +02:00
boxed_test.rs Direct conversions between slices and boxes. 2017-02-06 18:53:13 -05:00
Cargo.toml Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
fmt.rs Rollup merge of #49401 - alercah:format, r=cramertj 2018-03-27 10:47:54 +02:00
heap.rs Remove Alloc::oom 2018-04-22 10:08:49 -07:00
lib.rs Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
linked_list.rs Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi 2018-04-16 13:21:56 +00:00
macros.rs fix some typos 2017-11-21 15:33:45 +01:00
raw_vec.rs Restore RawVec::reserve* documentation 2018-05-10 09:16:12 +09:00
rc.rs Auto merge of #50097 - glandium:box_free, r=nikomatsakis 2018-04-27 12:24:17 +00:00
repeat-generic-slice.rs Add run-pass test for repeat-generic-slice feature 2018-03-28 09:02:27 +02:00
slice.rs Stabilize feature from_ref 2018-05-21 18:16:08 +02:00
str.rs Avoid counting characters and add explanatory comment to test 2018-05-21 18:57:54 +01:00
string.rs Rollup merge of #50170 - burtonageo:more_cow_from, r=alexcrichton 2018-05-17 05:22:07 +08:00
vec.rs Auto merge of #50739 - gnzlbg:vec_reserve, r=sfackler 2018-05-21 06:19:44 +00:00
vec_deque.rs Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi 2018-04-16 13:21:56 +00:00