summary refs log tree commit diff
path: root/src/libcollections/str.rs
AgeCommit message (Expand)AuthorLines
2015-06-17More test fixes and fallout of stability changesAlex Crichton-4/+2
2015-06-17std: Stabilize the `str_matches` featureAlex Crichton-6/+4
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-8/+8
2015-06-17collections: Split the `collections` featureAlex Crichton-10/+10
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-1/+1
2015-06-11Auto merge of #25839 - bluss:str-split-at-impl, r=alexcrichtonbors-45/+72
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-10Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=GankroManish Goregaokar-1/+1
2015-06-10collections: Remove redundant slicing for strUlrik Sverdrup-45/+45
2015-06-10Add str::split_atUlrik Sverdrup-0/+27
2015-06-10Auto merge of #26130 - steveklabnik:gh25986, r=alexcrichtonbors-3/+28
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-1/+1
2015-06-09Auto merge of #26039 - SimonSapin:case-mapping, r=alexcrichtonbors-3/+32
2015-06-09Document str::split behavior with contiguous separatorsSteve Klabnik-3/+28
2015-06-08Reordered the methods on str to improve doc sortingMarkus Westerlind-673/+674
2015-06-08Address a review comment and fix a bootstrapping issueSimon Sapin-2/+7
2015-06-07Auto merge of #25912 - tshepang:better-str-examples, r=blussbors-50/+28
2015-06-07doc: improve some of str examplesTshepang Lekhonkhobe-50/+28
2015-06-06Mark str::to_uppercase and str::to_lowercase as stable.Simon Sapin-2/+2
2015-06-06Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035.Simon Sapin-1/+25
2015-06-05Mark std::as_bytes as inlineJames Miller-0/+1
2015-06-01[libcollections] Fix unused import warnings during stage0 buildWesley Wiser-0/+4
2015-05-30doc: be more clear/explicit that we got String typeTshepang Lekhonkhobe-1/+1
2015-05-22Don't mention outdated methodsSteve Klabnik-3/+2
2015-05-19Small fix for https://github.com/rust-lang/rust/pull/25611Steve Klabnik-0/+4
2015-05-19doc: add missing fencesparir-0/+4
2015-05-14Add #[inline] to Borrow<str>::borrow for String.Jan Bujak-0/+1
2015-05-08collections: change bounds of SliceConcatExt implementations to use Borrow in...Sean McArthur-6/+5
2015-05-06Auto merge of #25120 - bluss:sliceconcatext, r=alexcrichtonbors-1/+3
2015-05-05collections: Convert SliceConcatExt to use associated typesUlrik Sverdrup-1/+3
2015-05-04Fix spelling errors in documentation.Joseph Crail-2/+2
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-1/+1
2015-04-21implement rfc 1054: split_whitespace() fn, deprecate words()kwantam-6/+23
2015-04-21std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-1/+1
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-9/+35
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-4/+4
2015-04-08Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichtonbors-2/+1
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-2/+1
2015-04-05Refactored core::str::pattern to become a user-facing module and hide awayMarvin Löbel-2/+3
2015-04-05Format all str docs to 80 char line breaksMarvin Löbel-109/+174
2015-04-05Implemented remaining string pattern iterators.Marvin Löbel-45/+275
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-11/+17
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-11/+13
2015-03-31rollup merge of #23901: steveklabnik/fix_links_strAlex Crichton-15/+12
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-84/+3
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-84/+3
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-3/+3
2015-03-31Fixup primitive.str docsSteve Klabnik-15/+12
2015-03-31Stabilize std::numAaron Turon-3/+0