rust/src/liballoc
Mazdak Farrokhzad 55b5ab8359
Rollup merge of #58183 - jethrogb:jb/alloc-box-guarantees, r=SimonSapin
Clarify guarantees for `Box` allocation

This basically says `Box` does the obvious things for its allocations.

See also: https://users.rust-lang.org/t/alloc-crate-guarantees/24981

This may require a T-libs FCP? Not sure.

r? @sfackler
2019-02-24 05:55:57 +01:00
..
benches Rollup merge of #58620 - ssomers:btreeset_intersection_benchmarks, r=KodrAus 2019-02-22 14:58:14 +01:00
collections Rollup merge of #58431 - RalfJung:btree, r=Mark-Simulacrum 2019-02-22 14:58:00 +01:00
tests Rollup merge of #58064 - llogiq:vec-deque-try-rfold, r=scottmcm 2019-02-22 14:57:58 +01:00
alloc.rs Clarify guarantees for Box allocation 2019-02-13 12:51:59 +05:30
borrow.rs Rollup merge of #58553 - scottmcm:more-ihle, r=Centril 2019-02-20 11:59:10 +08:00
boxed.rs Rollup merge of #58183 - jethrogb:jb/alloc-box-guarantees, r=SimonSapin 2019-02-24 05:55:57 +01:00
boxed_test.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
Cargo.toml liballoc => edition = 2018. 2019-02-02 08:36:03 +01:00
fmt.rs tests: doc comments 2019-02-10 23:42:32 +00:00
lib.rs Rollup merge of #58468 - RalfJung:maybe-uninit-split, r=Centril 2019-02-16 14:11:55 +08:00
macros.rs Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik 2019-02-12 19:09:24 +00:00
prelude.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
raw_vec.rs libs: doc comments 2019-02-10 23:57:25 +00:00
rc.rs libs: doc comments 2019-02-10 23:57:25 +00:00
slice.rs Revert "Remove mentions of unstable sort_by_cached key from stable documentation" 2019-02-12 22:26:44 -08:00
str.rs Move str::escape_* to libcore 2019-02-12 09:55:30 +01:00
string.rs libs: doc comments 2019-02-10 23:57:25 +00:00
sync.rs libs: doc comments 2019-02-10 23:57:25 +00:00
vec.rs Rollup merge of #58628 - RReverser:optimise-vec-false, r=oli-obk 2019-02-23 09:25:32 +01:00