about summary refs log tree commit diff
path: root/library/alloc/tests/string.rs
AgeCommit message (Expand)AuthorLines
2021-08-07Use assert_matches! instead of if let {} elseKornel-80/+73
2021-07-24Hide allocator details from TryReserveErrorKornel-23/+51
2021-03-05Implement String::remove_matchesJosh Cotton-0/+27
2021-01-18Fix soundness issue for `replace_range` and `range`dylni-0/+50
2020-10-29Added test for issue #78498Giacomo Stevanato-0/+15
2020-09-19Use `T::BITS` instead of `size_of::<T> * 8`.Mara Bos-3/+2
2020-09-16Rollup merge of #75882 - pickfire:patch-6, r=jyn514Dylan DPC-2/+2
2020-09-16Rollup merge of #75146 - tmiasko:range-overflow, r=Mark-SimulacrumDylan DPC-0/+29
2020-09-13Optimize behavior of vec.split_off(0) (take all)Rich Kadel-0/+4
2020-09-06Move test-cases in string.rsAyush Kumar Mishra-0/+8
2020-09-04Add tests for overflow in String / VecDeque operations using rangesTomasz Miąsko-0/+29
2020-08-24Use translated variable for test stringIvan Tham-2/+2
2020-07-27mv std libs to library/mark-0/+723