rust/src/liballoc
Mazdak Farrokhzad 9898182b47
Rollup merge of #59186 - ssomers:btreeset_intersection_revisited_again, r=KodrAus
improve worst-case performance of BTreeSet intersection v3

Variation of [#59078](https://github.com/rust-lang/rust/pull/59078) with `Intersection` remaining a struct

r? @scottmcm
2019-04-03 04:36:11 +02:00
..
benches improve worst-case performance of BTreeSet difference and intersection 2019-03-29 12:18:20 +01:00
collections improve worst-case performance of BTreeSet difference and intersection 2019-03-29 12:18:20 +01:00
prelude Rename the feature gate for alloc::prelude 2019-03-05 14:44:45 +01:00
tests improve worst-case performance of BTreeSet difference and intersection 2019-03-29 12:18:20 +01:00
alloc.rs Clarify guarantees for Box allocation 2019-02-13 12:51:59 +05:30
borrow.rs Fix doc tests 2019-03-30 22:37:02 +01:00
boxed.rs Rollup merge of #59328 - koalatux:iter-nth-back, r=scottmcm 2019-03-24 19:00:10 +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 #59328 - koalatux:iter-nth-back, r=scottmcm 2019-03-24 19:00:10 +08:00
macros.rs Bootstrap compiler update for 1.35 release 2019-03-02 09:05:34 -07:00
raw_vec.rs libs: doc comments 2019-02-10 23:57:25 +00:00
rc.rs Use lifetime contravariance to elide more lifetimes in core+alloc+std 2019-03-09 19:10:28 -08: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 Use lifetime contravariance to elide more lifetimes in core+alloc+std 2019-03-09 19:10:28 -08:00
sync.rs libs: doc comments 2019-02-10 23:57:25 +00:00
vec.rs Use lifetime contravariance to elide more lifetimes in core+alloc+std 2019-03-09 19:10:28 -08:00