rust/src/liballoc
kennytm 8bc05bacbf
Rollup merge of #58123 - lnicola:binary-heap-no-bounds-checks, r=sfackler
Avoid some bounds checks in binary_heap::{PeekMut,Hole}

Fixes #58121.
2019-02-07 13:57:38 +08:00
..
benches liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
collections Rollup merge of #58123 - lnicola:binary-heap-no-bounds-checks, r=sfackler 2019-02-07 13:57:38 +08:00
tests liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
alloc.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
borrow.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
boxed.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +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 liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
lib.rs Auto merge of #58081 - Centril:liballoc-2018, r=oli-obk 2019-02-03 18:40:23 +00:00
macros.rs Mention ToString in std::fmt docs 2018-12-29 19:17:03 -05:00
prelude.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
raw_vec.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
rc.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
slice.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
str.rs Auto merge of #58081 - Centril:liballoc-2018, r=oli-obk 2019-02-03 18:40:23 +00:00
string.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
sync.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
task.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
vec.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00