about summary refs log tree commit diff
path: root/library/alloc/tests/str.rs
AgeCommit message (Expand)AuthorLines
2023-03-23Rollup merge of #100311 - xfix:lines-fix-handling-of-bare-cr, r=ChrisDentonDylan DPC-7/+19
2022-11-22add test for issue 104726The 8472-0/+12
2022-11-15generalize str.contains() tests to a range of haystack sizesThe 8472-5/+21
2022-10-06Fix handling of trailing bare CR in str::linesKonrad Borowski-7/+19
2022-08-21Replace most uses of `pointer::offset` with `add` and `sub`Maybe Waffle-5/+5
2022-05-26improve case conversion happy pathConrad Ludgate-0/+14
2022-03-31make utf8_char_counts test faster in MiriRalf Jung-4/+7
2022-03-27Debug print char 0 as '\0' rather than '\u{0}'David Tolnay-1/+1
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-5/+5
2022-02-07Add {floor,ceil}_char_boundary methods to strltdk-0/+92
2022-02-05Ensure non-power-of-two sizes are tested in the Chars::count testThom Chiovoloni-2/+4
2022-02-05Optimize `core::str::Chars::count`Thom Chiovoloni-0/+40
2021-12-23Rollup merge of #88858 - spektom:to_lower_upper_rev, r=dtolnayMatthias Krüger-0/+31
2021-12-14Fix a bunch of typosFrank Steffahn-1/+1
2021-11-18Make slice->str conversion and related functions constMaybe Waffle-3/+61
2021-10-30Add #[must_use] to remaining core functionsJohn Kugelman-1/+1
2021-09-11Allow reverse iteration of lowercase'd/uppercase'd charsMichael Spector-0/+31
2021-07-11Add test for the fixAlexis Bourget-0/+41
2021-06-18Lint for unused borrows as part of UNUSED_MUST_USEhi-rustin-5/+5
2021-02-03Fixes #80335Yechan Bae-0/+30
2020-12-02break formatting so rustfmt is happyRalf Jung-1/+2
2020-12-02disable a ptr equality test on MiriRalf Jung-1/+5
2020-11-30Make ui test that are run-pass and do not test the compiler itself library testsChristiaan Dirkx-1/+95
2020-10-20Check for exhaustion in SliceIndex for RangeInclusiveJosh Stone-0/+29
2020-09-05Move Various str tests in libraryAyush Kumar Mishra-0/+21
2020-07-28Add str::[r]split_onceAleksey Kladov-0/+24
2020-07-27mv std libs to library/mark-0/+1899