summary refs log tree commit diff
path: root/library/core/src/str
AgeCommit message (Expand)AuthorLines
2020-12-02Add a doctest example of str::split on a slice of charsMartin Pool-0/+7
2020-11-30Fix several broken links in doc that used the wrong qualifier or Self::Alexis Bourget-2/+2
2020-11-30Intra doc links for str/mod.rsAlexis Bourget-4/+4
2020-11-19Bump bootstrap compiler versionJake Goulding-4/+2
2020-11-18Remove semicolon from internal `err` macroAaron Hill-1/+1
2020-11-02Rollup merge of #78606 - autarch:patch-1, r=m-ou-seYuki Okushi-1/+3
2020-11-01Remove incorrect statement about line ending content in lines doc changeDave Rolsky-2/+2
2020-11-01Rollup merge of #78073 - fusion-engineering-forks:inline, r=eddybMara Bos-0/+12
2020-10-31Clarify handling of final line ending in str::lines()Dave Rolsky-1/+3
2020-10-29Rollup merge of #75078 - ijackson:slice-strip, r=steveklabnikJonas Schievink-8/+6
2020-10-26Add lexicographical comparison docRustin-Liu-2/+2
2020-10-25Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obkYuki Okushi-2/+4
2020-10-24Rollup merge of #78109 - cuviper:exhausted-rangeinc, r=dtolnayJonas Schievink-10/+6
2020-10-23Rollup merge of #77969 - ryan-scott-dev:bigo-notation-consistency, r=m-ou-seYuki Okushi-6/+6
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-2/+4
2020-10-20Check for exhaustion in SliceIndex for RangeInclusiveJosh Stone-10/+6
2020-10-18Add #[inline] to {&str, &mut str}::default.Mara Bos-0/+2
2020-10-18Add #[inline] to some core::str functions.Mara Bos-0/+8
2020-10-18Add #[inline] to the Utf8Error accessors.Mara Bos-0/+2
2020-10-16fill in the tracking issueWaffle-7/+7
2020-10-15Following #74010 by converting some newer cases of backticked O notations to ...Ryan Scott-6/+6
2020-10-12docs: Rewrap `str::strip_prefix` and `strip_suffix` back to 100Ian Jackson-8/+4
2020-10-12docs: Reword `str::strip_prefix` and `strip_suffix` a bitIan Jackson-8/+10
2020-10-01add `str::SplitInclusive::as_str` methodWaffle-3/+23
2020-10-01add `str::{SplitN, RSplitN, SplitTerminator, RSplitTerminator}::as_str` methodsWaffle-0/+89
2020-10-01add `str::{Split,RSplit}::as_str` methodsWaffle-0/+55
2020-09-26Remove unneeded tidy commentLzu Tao-2/+0
2020-09-26Gather all ZST structs of str togetherLzu Tao-26/+22
2020-09-26Move functions converting bytes to str to new modLzu Tao-194/+202
2020-09-26Move utf-8 validating helpers to new modLzu Tao-279/+288
2020-09-26Move str's impl of iterations to new modLzu Tao-1246/+1292
2020-09-26Move traits implementation of str to new modLzu Tao-602/+599
2020-09-26Move Utf8Error to new modLzu Tao-126/+134
2020-09-25Rename Iterator::get_uncheckedMatthew Jasper-3/+3
2020-09-18Fixed some intra-docs links in library/coreAmjad Alsharafi-17/+6
2020-08-23Disambiguate char -> prim@char for `core`Joshua Nelson-2/+33
2020-08-22Rollup merge of #75782 - GuillaumeGomez:more-links, r=jyn514Dylan DPC-57/+57
2020-08-22Add more linksGuillaume Gomez-46/+55
2020-08-21Convert links to intra-doc links formatGuillaume Gomez-11/+2
2020-08-20Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisabors-6/+10
2020-08-19Use min_specialization in libcoreMatthew Jasper-6/+10
2020-08-19Rollup merge of #75499 - jack-champagne:jack-champagne/issue-75412, r=Dylan-DPCYuki Okushi-1/+1
2020-08-14Auto merge of #75157 - rodrimati1992:patch-1, r=oli-obkbors-13/+9
2020-08-13Fix documentation errorJack Champagne-1/+1
2020-08-13Fixed transmute argumentrodrimati1992-1/+1
2020-08-13Replaced union with transmuterodrimati1992-10/+4
2020-08-06Removed blank line that caused CI errorrodrimati1992-1/+0
2020-08-06Made formatting consistent with surrounding coderodrimati1992-5/+1
2020-08-05Fixed mistakerodrimati1992-2/+2
2020-08-05Added issue number, removed trailing whitespacerodrimati1992-2/+2