summary refs log tree commit diff
path: root/src/libcore/str/mod.rs
AgeCommit message (Expand)AuthorLines
2015-09-13Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturonbors-2/+2
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-2/+2
2015-09-10Optimize string comparison by using memcmpErick Tryzelaar-15/+20
2015-09-08some more clippy-based improvementsAndre Bogus-3/+3
2015-09-04Auto merge of #28119 - nagisa:bytesderef, r=alexcrichtonbors-30/+3
2015-09-03std: Account for CRLF in {str, BufRead}::linesAlex Crichton-4/+10
2015-09-03Elide lifetimes in libcoreManish Goregaokar-11/+11
2015-08-31Change explicit BytesDeref impl into Cloned iteratorSimonas Kazlauskas-30/+3
2015-08-31Auto merge of #28101 - ijks:24214-str-bytes, r=alexcrichtonbors-0/+15
2015-08-30Add overrides to iterator methods for `str::Bytes`Daan Rijks-0/+15
2015-08-28Add .as_str() to str::Chars and str::CharIndices. See #27775.Simon Sapin-0/+24
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-5/+9
2015-08-12Fallout in libs -- misc missing bounds uncovered by WF checks.Niko Matsakis-1/+2
2015-08-09Make `str::as_bytes_mut` privateTobias Bucher-6/+0
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-8/+14
2015-07-21Inline eq_slice_() into eq_slice()Björn Steinbrink-12/+3
2015-07-21Auto merge of #27168 - brson:stdprim, r=steveklabnikbors-1/+0
2015-07-20std: Create separate docs for the primitivesBrian Anderson-1/+0
2015-07-18Fix doc comment parsing in macros.Lee Jeffery-10/+10
2015-07-13Add str::split_at_mutSimon Sapin-0/+15
2015-07-13Implement IndexMut for String and str.Simon Sapin-0/+64
2015-06-21StrSearcher: Update substring search to use the Two Way algorithmUlrik Sverdrup-298/+1
2015-06-17std: Stabilize the `str_matches` featureAlex Crichton-2/+2
2015-06-17std: Remove two internal `str_internals` functionsAlex Crichton-4/+2
2015-06-17core: Split apart the global `core` featureAlex Crichton-5/+8
2015-06-16Auto merge of #26313 - steveklabnik:fix_str_docs, r=alexcrichtonbors-10/+10
2015-06-15Fix up Split docsSteve Klabnik-10/+10
2015-06-10Add str::split_atUlrik Sverdrup-0/+13
2015-05-11docs: Update FromStr documentationUlrik Sverdrup-2/+5
2015-05-09Convert #[lang="..."] to #[lang = "..."]Nick Hamann-1/+1
2015-05-08core: impl AsRef<[u8]> for strSean McArthur-0/+9
2015-05-04Fix spelling errors in documentation.Joseph Crail-1/+1
2015-05-03Add #[inline(always)] to str::from_utf8_uncheckedJan Bujak-0/+1
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-1/+0
2015-04-21std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-24/+0
2015-04-21Auto merge of #24620 - pczarn:model-lexer-issues, r=cmrbors-2/+0
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-20Make iterator struct docs more consistent.Steve Klabnik-13/+13
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-10std: Stabilize the Utf8Error typeAlex Crichton-22/+17
2015-04-07std: Hide facade extension traits in docsAlex Crichton-0/+1
2015-04-07Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichtonbors-284/+447
2015-04-05Remove external iterator in CharIndices comment and the reference to the std:...Guillaume Gomez-2/+1
2015-04-05Refactored core::str::pattern to become a user-facing module and hide awayMarvin Löbel-4/+3
2015-04-05Re-added Clone impls to all str iteratorsMarvin Löbel-9/+82
2015-04-05Implemented remaining string pattern iterators.Marvin Löbel-274/+365
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-1/+1
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-1/+1
2015-04-01fallout from feature-gating unary negation on unsigned integers.Felix S. Klock II-1/+1
2015-04-01rollup merge of #23951: alexcrichton/splitnAlex Crichton-11/+9