about summary refs log tree commit diff
path: root/src/libcore/str
AgeCommit message (Expand)AuthorLines
2019-01-31Rollup merge of #58005 - vitiral:docs_trim_start_matches, r=ManishearthMazdak Farrokhzad-8/+8
2019-01-31Rollup merge of #57106 - matthiaskrgr:trim_must_use, r=sfacklerMazdak Farrokhzad-0/+12
2019-01-30fix #57686: update docs for fix_start/end_matchesRett Berg-8/+8
2019-01-22Move TrustedRandomAccess into Zip moduleClar Fon-2/+1
2019-01-19Make `str` indexing generic on `SliceIndex`.Alexis Hunt-177/+119
2019-01-13Rollup merge of #57454 - sinkuu:fmt_cleanup, r=joshtriplettMazdak Farrokhzad-2/+1
2019-01-10note that FromStr does not work for borrowed typesSteve Klabnik-2/+6
2019-01-09Misc cleanupsShotaro Yamada-2/+1
2018-12-26modify remaining #[must_use[ messagesMatthias Krüger-5/+5
2018-12-26Update src/libcore/str/mod.rs, tweak must_use message Zack M. Davis-1/+1
2018-12-26mark str::string::String.trim.* functions as #[must_use].Matthias Krüger-0/+12
2018-12-25Remove licensesMark Rousskov-30/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-3/+3
2018-12-05Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNNPietro Albini-4/+3
2018-12-04Utilize `?` instead of `return None`.Corey Farwell-4/+3
2018-11-26Remove unsafe `unsafe` inner function.Corey Farwell-5/+2
2018-11-22std::str Adapt documentation to realityAdrian Heine né Lang-4/+2
2018-11-13Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiserkennytm-1/+1
2018-11-11Fix typos.Bruce Mitchener-1/+1
2018-11-10revert making internal APIs const fn.Mazdak Farrokhzad-4/+4
2018-11-10reduce list to functions callable in const ctx.Mazdak Farrokhzad-2/+2
2018-11-10constify parts of libcore.Mazdak Farrokhzad-7/+6
2018-09-29Use impl_header_lifetime_elision in libcoreScott McMurray-19/+19
2018-09-05Auto merge of #52994 - varkor:trim_direction, r=alexcrichtonbors-13/+157
2018-08-22use char pattern for single-character splits: a.split("x") -> a.split('x')Matthias Krüger-1/+1
2018-08-20Replace usages of ptr::offset with ptr::{add,sub}.Corey Farwell-7/+7
2018-08-12Rollup merge of #53273 - frewsxcv:frewsxcv-ufffd, r=GuillaumeGomezGuillaume Gomez-1/+4
2018-08-12Rollup merge of #53059 - ljedrz:unneeded_returns, r=kennytmGuillaume Gomez-2/+2
2018-08-11Add links to std::char::REPLACEMENT_CHARACTER from docs.Corey Farwell-1/+4
2018-08-05Make features stable and clarify examplesvarkor-22/+8
2018-08-04Remove explicit returns where unnecessaryljedrz-2/+2
2018-08-04deleted changed linesredroc-33/+0
2018-08-04fixed broken links to charredroc-19/+19
2018-08-02Add #![feature(trim_direction)] to doc commentsvarkor-2/+14
2018-08-02Add trim_start, trim_end, trim_start_matches and trim_end_matchesvarkor-13/+159
2018-07-23libcore: Prefer `Option::map` over `match` where applicableColin Wallace-7/+4
2018-07-22Rollup merge of #51807 - newpavlov:deprecate_str_slice, r=alexcrichtonkennytm-14/+16
2018-07-13Change RangeInclusive to a three-field struct.kennytm-10/+10
2018-07-12deprecation message improvementArtyom Pavlov-2/+2
2018-06-27Add str::split_ascii_whitespace.Clar Charr-4/+155
2018-06-26review fixArtyom Pavlov-2/+2
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-14/+14
2018-06-26Deprecation of str::slice_uncheked(_mut)newpavlov-14/+16
2018-06-03impl Default for &mut strkennytm-0/+6
2018-05-28get rid of str::from_raw_parts_mutRalf Jung-31/+5
2018-05-28extend from_raw_parts docs for slices and strs to mention alignment requirementRalf Jung-6/+4
2018-05-23move type def out of unsafe blockJoe ST-6/+4
2018-05-21Make `[T]::len` and `str::len` const fnOliver Schneider-5/+15
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-475/+115
2018-04-30Clean up the other Slice*Inclusive impls for strMichael Lamparski-24/+10