about summary refs log tree commit diff
path: root/src/liballoc/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2020-03-29BTreeMap/BTreeSet: implement and test drain_filterStein Somers-0/+1
2020-02-09Implement split_inclusive for slice and str, an splitting iterator that inclu...Pyry Kontio-0/+1
2020-01-11Revert "Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrich...Lzu Tao-0/+1
2020-01-06oh the one that was left behinddylan_DPC-1/+0
2020-01-05add feature gatedylan_DPC-0/+1
2019-12-22Format the worldMark Rousskov-2/+2
2019-11-13Auto merge of #65637 - ssomers:master, r=scottmcmbors-0/+1
2019-10-31Auto merge of #65091 - sekineh:into-iter-sorted, r=KodrAusbors-0/+2
2019-10-25Add .into_iter_sorted() and .drain_sorted()Hideki Sekine-0/+2
2019-10-23proposal for access to BTreeMap/BTreeSet first/last, #62924Stein Somers-0/+1
2019-10-19Stabilize `Option::flatten`Ethan Brierley-1/+0
2019-10-19Rollup merge of #65174 - SimonSapin:zero-box, r=alexcrichtonMazdak Farrokhzad-0/+2
2019-10-18Uninitialized boxes: add test for zero-size allocationsSimon Sapin-0/+2
2019-10-02Stabilize `slice::repeat` (feature `repeat_generic_slice`)Lzu Tao-1/+0
2019-08-09Add missing #![feature(associated_type_bounds)]Ilija Tovilo-0/+1
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+0
2019-06-21shared_from_iter: Add more tests.Mazdak Farrokhzad-0/+2
2019-05-09make vecdeque_rotate stableDodo-1/+0
2019-04-20Deny rust_2018_idioms in liballoc testsPhilipp Hansch-0/+1
2019-02-25Remove some unnecessary 'extern crate'Taiki Endo-3/+0
2019-02-12Stabilize slice_sort_by_cached_keyScott McMurray-1/+0
2019-02-12Stabilize str::escape_* methodsSimon Sapin-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-19Add more VecDeque::rotate_{left|right} testsScott McMurray-1/+2
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-2/+0
2018-10-31Bump nightly to 1.32.0Alex Crichton-1/+0
2018-10-18Stabilize slice::rchunks(), rchunks_mut(), rchunks_exact(), rchunk_exact_mut()Sebastian Dröge-1/+0
2018-10-18Stabilize slice::chunks_exact() and slice::chunks_exact_mut()Sebastian Dröge-1/+0
2018-10-18Add slice::rchunks(), rchunks_mut(), rchunks_exact() and rchunks_exact_mut()Sebastian Dröge-0/+1
2018-10-05Stabilize `min_const_fn`Oliver Schneider-1/+1
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-2/+1
2018-09-24Rename slice::exact_chunks() to slice::chunks_exact()Sebastian Dröge-1/+1
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-1/+2
2018-08-23Stabilize 'attr_literals' feature.Sergio Benitez-1/+0
2018-08-05Fix stage 2 testsvarkor-2/+0
2018-08-05Remove unnecessary or invalid feature attributesvarkor-1/+0
2018-07-28Rollup merge of #52769 - sinkuu:stray_test, r=alexcrichtonkennytm-0/+1
2018-07-27Incorporate a stray testShotaro Yamada-0/+1
2018-07-25Add missing dynTatsuyuki Ishi-1/+1
2018-07-07Add some unit tests for dangling Weak referencesSimon Sapin-0/+2
2018-06-02Stabilize Iterator::step_byThayne McCombs-1/+0
2018-05-17Stabilise inclusive_range_methodsvarkor-1/+0
2018-04-30Make the fields of RangeInclusive private.kennytm-1/+1
2018-04-12Mark the rest of the `unicode` feature flag as perma-unstable.Simon Sapin-1/+0
2018-04-12Deprecate the std_unicode crateSimon Sapin-1/+1
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-2/+0
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-1/+0
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-2/+0
2018-03-27Rollup merge of #48639 - varkor:sort_by_key-cached, r=blusskennytm-0/+1
2018-03-17Fix use of unstable feature in testvarkor-0/+1