about summary refs log tree commit diff
path: root/library/alloc/tests/string.rs
AgeCommit message (Expand)AuthorLines
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-22/+13
2024-09-20Avoid re-validating UTF-8 in `FromUtf8Error::into_utf8_lossy`okaneco-0/+37
2024-08-28Re-enable android tests/benches in allocBen Kimock-3/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+2
2024-03-01try_with_capacity for Vec, VecDeque, StringKornel-0/+11
2023-07-26Improve test case for experimental API remove_matches in library/alloc/tests/...allaboutevemirolive-2/+46
2023-06-13ignore core, alloc and test tests that require unwinding on panic=abortPietro Albini-0/+1
2022-03-25Adjust tests for isize::MAX allocation always being checkedCAD97-88/+38
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-2/+2
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-1/+1
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