about summary refs log tree commit diff
path: root/library/alloc/tests
AgeCommit message (Expand)AuthorLines
2022-02-05Optimize `core::str::Chars::count`Thom Chiovoloni-0/+40
2022-01-17Stabilize vec_spare_capacityAmanieu d'Antras-1/+0
2022-01-16Auto merge of #92598 - Badel2:panic-update-hook, r=yaahcbors-3/+3
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-29/+28
2022-01-08Change panic::update_hook to simplify usageBadel2-6/+4
2022-01-07Implement panic::update_hookBadel2-6/+8
2022-01-04Rollup merge of #91884 - woppopo:const_box, r=oli-obkMatthias Krüger-3/+123
2021-12-23Constify `Box<T, A>` methodswoppopo-3/+123
2021-12-23Rollup merge of #88858 - spektom:to_lower_upper_rev, r=dtolnayMatthias Krüger-0/+31
2021-12-15Rollup merge of #91916 - steffahn:fix-typos, r=dtolnayMatthias Krüger-2/+2
2021-12-14Rollup merge of #89825 - martinvonz:split-inclusive-empty, r=m-ou-seMatthias Krüger-4/+4
2021-12-14Fix a bunch of typosFrank Steffahn-2/+2
2021-11-19Fix Iterator::advance_by contract inconsistencyThe8472-0/+3
2021-11-18Make slice->str conversion and related functions constMaybe Waffle-3/+62
2021-10-30Add #[must_use] to remaining core functionsJohn Kugelman-1/+1
2021-10-12Make split_inclusive() on an empty slice yield an empty outputMartin von Zweigbergk-4/+4
2021-10-04Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplettJubilee-1/+0
2021-10-04Rollup merge of #89443 - cuviper:btree-hash-len, r=dtolnayJubilee-2/+12
2021-10-04Stabilize try_reserveKornel-1/+0
2021-10-01Include the length in BTree hashesJosh Stone-2/+12
2021-09-30implement advance_(back_)_by on more iteratorsThe8472-0/+19
2021-09-17Stabilize `Iterator::map_while`Maybe Waffle-1/+0
2021-09-11Allow reverse iteration of lowercase'd/uppercase'd charsMichael Spector-0/+31
2021-09-01Rollup merge of #88040 - nbdd0121:btreemap, r=m-ou-seMara Bos-28/+4
2021-08-24Fix grammarest31-4/+4
2021-08-18BTree: remove Ord bound from newGary Guo-28/+4
2021-08-17Constified `Default` implementationsDeadbeef-13/+14
2021-08-16Rollup merge of #88030 - fee1-dead:fixme, r=oli-obkMara Bos-3/+1
2021-08-15Auto merge of #87974 - steffahn:slice_split_size_hints, r=dtolnaybors-0/+61
2021-08-14Assign FIXMEs to me and remove obsolete onesDeadbeef-3/+1
2021-08-13Improve wording, correct -> tight.Frank Steffahn-6/+6
2021-08-13Consistent use of `impl Trait` arguments in the test's helper function.Frank Steffahn-5/+1
2021-08-13allow incomplete features for nowDeadbeef-0/+2
2021-08-13Moved ui testDeadbeef-0/+56
2021-08-12Rewrite test from previous commit but without using macros.Frank Steffahn-64/+55
2021-08-12Test and fix size_hint for slice's [r]split* iteratorsFrank Steffahn-0/+74
2021-08-07Use assert_matches! instead of if let {} elseKornel-292/+269
2021-08-07Auto merge of #87408 - kornelski:try_reserve_error, r=yaahcbors-87/+197
2021-07-29Fix may not to appropriate might not or must notAli Malik-1/+1
2021-07-24Hide allocator details from TryReserveErrorKornel-87/+197
2021-07-11Add test for the fixAlexis Bourget-0/+41
2021-06-18Lint for unused borrows as part of UNUSED_MUST_USEhi-rustin-10/+10
2021-06-06Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-seYuki Okushi-5/+5
2021-06-02Stabilize `vecdeque_binary_search`SOFe-1/+0
2021-06-02Update expressions where we can use array's IntoIterator implementationMuhammad Mominul Huque-5/+5
2021-05-26Rollup merge of #85625 - SkiFire13:fix-85613-vec-dedup-drop-panics, r=nagisaDylan DPC-23/+25
2021-05-24Make Vec::dedup panicking test actually detect double panicsGiacomo Stevanato-23/+25
2021-05-20Add Weak may_dangle testsDavid Tolnay-0/+30
2021-05-19from review: more robust testthe8472-2/+2
2021-05-19add regression testThe8472-0/+12