summary refs log tree commit diff
path: root/src/libcollections/string.rs
AgeCommit message (Expand)AuthorLines
2015-07-27Show appropriate feature flags in docsSteve Klabnik-2/+3
2015-07-20Register new snapshotsAlex Crichton-3/+0
2015-07-17Add RawVec to unify raw Vecish codeAlexis Beingessner-44/+1
2015-07-13Implement IndexMut for String and str.Simon Sapin-0/+32
2015-07-13Implement DerefMut for StringSimon Sapin-0/+8
2015-07-11Add String::into_boxed_slice and Box<str>::into_stringJonathan Reem-0/+11
2015-07-02Add more description for from_raw_parts's unsafetySteve Klabnik-2/+7
2015-06-17collections: Split the `collections` featureAlex Crichton-6/+13
2015-06-10Modify String::push to reallocate more conservatively in case of the characte...marcell-17/+17
2015-06-08Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichtonbors-5/+5
2015-06-08Auto merge of #25989 - jooert:implement_rfc839, r=Gankrobors-0/+7
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-3/+3
2015-06-08Implement RFC 839Johannes Oertel-0/+7
2015-06-07Deprecate String::from_str in favor of String::fromSimon Sapin-2/+2
2015-06-06Remove many unneeded feature annotations in the docsSteve Klabnik-1/+1
2015-06-01doc: make String::as_bytes example more simpleTshepang Lekhonkhobe-2/+1
2015-05-19collections: Avoid unstable code in examples for StringUlrik Sverdrup-21/+9
2015-05-16Fixed reserve_exact exampleMário Feroldi-1/+1
2015-05-10Rollup merge of #25158 - koute:master, r=alexcrichtonSteve Klabnik-0/+1
2015-05-10Add #[inline] to AsRef<str>::as_ref for String and str.Jan Bujak-0/+1
2015-05-08collections: impl AsRef<[u8]> for StringSean McArthur-0/+8
2015-05-04Fix spelling errors in documentation.Joseph Crail-1/+1
2015-05-02Auto merge of #25028 - bluss:drain-string, r=alexcrichtonbors-1/+107
2015-05-01collections: Implement String::drain(range) according to RFC 574Ulrik Sverdrup-1/+107
2015-05-01std: Remove index notation on slice iteratorsAlex Crichton-9/+12
2015-04-27collections: Improve example for as_string and as_vecUlrik Sverdrup-4/+5
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