rust/src/liballoc
Ingvar Stepanyan 9f58c5fa7c Optimise vec![false; N] to zero-alloc
Nowadays booleans have a well-defined representation, so there is no reason not to optimise their allocation.
2019-02-21 23:02:34 +00:00
..
benches Stabilize slice_sort_by_cached_key 2019-02-12 22:26:44 -08:00
collections Rollup merge of #58553 - scottmcm:more-ihle, r=Centril 2019-02-20 11:59:10 +08:00
tests Rollup merge of #58433 - RalfJung:miri-mark-tests, r=TimNN 2019-02-16 14:11:44 +08:00
alloc.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
borrow.rs Rollup merge of #58553 - scottmcm:more-ihle, r=Centril 2019-02-20 11:59:10 +08:00
boxed.rs Rollup merge of #58429 - RalfJung:box, r=TimNN 2019-02-16 14:11:41 +08: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 Optimise vec![false; N] to zero-alloc 2019-02-21 23:02:34 +00:00