about summary refs log tree commit diff
path: root/src/libcollections/string.rs
AgeCommit message (Expand)AuthorLines
2015-04-21Test fixes and rebase conflicts, round 1Alex Crichton-1/+0
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-17/+0
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-2/+2
2015-04-21rollup merge of #24661: SimonSapin/fmt-write-charAlex Crichton-0/+6
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-8/+0
2015-04-21std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-9/+0
2015-04-21Auto merge of #24620 - pczarn:model-lexer-issues, r=cmrbors-2/+0
2015-04-21Add a `write_char` method to `std::fmt::Write`Simon Sapin-0/+6
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-19collections: Move optimized String::from_str to String::fromErick Tryzelaar-1/+12
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-2/+2
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-2/+2
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-7/+7
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-7/+7
2015-04-10std: Stabilize the Utf8Error typeAlex Crichton-10/+6
2015-04-07Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichtonbors-1/+1
2015-04-05Refactored core::str::pattern to become a user-facing module and hide awayMarvin Löbel-1/+1
2015-04-02Implement PartialEq<str> for String and CowGleb Kozyrev-0/+2
2015-04-02Change PartialEq impls in collections::string to slice notationGleb Kozyrev-10/+10
2015-04-01Collect the definition of the `Error` trait into `libstd` for now. ThisNiko Matsakis-11/+0
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-5/+0
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-1/+8
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-5/+0
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-1/+1
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+8
2015-03-31Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturonManish Goregaokar-6/+6
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-1/+1
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-6/+6
2015-03-30convert: add Into<Cow> impls for &str and StringSean McArthur-2/+19
2015-03-26Register new snapshotsAlex Crichton-28/+0
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+12
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-0/+32
2015-03-23rollup merge of #23580: nikomatsakis/pattern-and-overflowAlex Crichton-0/+20
2015-03-23Remove auto-deref'ing Pattern impl because it conflicts with otherNiko Matsakis-0/+20
2015-03-23Add generic conversion traitsAaron Turon-0/+23
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+12
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-0/+32
2015-03-18Register new snapshotsAlex Crichton-20/+3
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-4/+5
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-4/+4
2015-03-16better document the hacks required to test libcollectionsJorge Aparicio-4/+6
2015-03-16move some tests back to libcollectionsJorge Aparicio-0/+9
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-447/+0
2015-03-16impl<T> [T]Jorge Aparicio-0/+17
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-4/+4
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-6/+6
2015-03-10Fix markdown bullet points in function docsCorey Farwell-0/+1
2015-03-09Auto merge of #22561 - richo:as_slice-as_str, r=Manishearthbors-5/+5
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-5/+5
2015-03-09doc: Fix extraneous as_slice()'s in docstringsRicho Healey-5/+5