summary refs log tree commit diff
path: root/src/libcollections/string.rs
AgeCommit message (Expand)AuthorLines
2016-09-23Revert "implement `From<Vec<char>>` and `From<&'a [char]>` for `String`"Brian Anderson-20/+0
2016-08-14Rollup merge of #35598 - tshepang:needless-binding, r=steveklabnikEduard-Mihai Burtescu-2/+1
2016-08-14Rollup merge of #35597 - tshepang:it-is-a-slice, r=steveklabnikEduard-Mihai Burtescu-1/+1
2016-08-11string: remove needless bindingTshepang Lekhonkhobe-2/+1
2016-08-11doc: a value of type `&str` is called a "string slice"Tshepang Lekhonkhobe-1/+1
2016-08-09Add tracking issue for `String::insert_str`Murarth-1/+1
2016-08-07Add `FromIterator` implementations for `Cow<str>`Alexander Altman-0/+21
2016-07-27implement `From<Vec<char>>` and `From<&'a [char]>` for `String`Paul Woolcock-0/+20
2016-07-22Auto merge of #34771 - murarth:string-insert-str, r=alexcrichtonbors-9/+53
2016-07-21Rollup merge of #34890 - oconnor663:addassign, r=brsonGuillaume Gomez-1/+9
2016-07-18use a new feature name for String AddAssignJack O'Connor-1/+1
2016-07-18update the since field to 1.12.0 for String AddAssignJack O'Connor-1/+1
2016-07-17Document from_raw_parts involves ownership transferJake Goulding-0/+6
2016-07-17implement AddAssign for StringJack O'Connor-1/+9
2016-07-11Add method `String::insert_str`Murarth-9/+53
2016-05-12doc: Fix comment in std::string::String example codeHaiko Schol-1/+1
2016-04-15std: Change String::truncate to panic lessAlex Crichton-4/+8
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-10/+11
2016-03-31Auto merge of #32586 - seanmonstar:speialize-to-string, r=alexcrichtonbors-1/+9
2016-03-30specialize ToString for strSean McArthur-1/+9
2016-03-28style: Use `iter` for IntoIterator parameter namesKamal Marhubi-14/+14
2016-03-22std: Change `encode_utf{8,16}` to return iteratorsAlex Crichton-20/+5
2016-03-13Call str::to_owned in String::from and uninline itUlrik Sverdrup-14/+2
2016-03-12std: Clean out deprecated APIsAlex Crichton-22/+1
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-27/+27
2016-02-27add indexing with RangeInclusive in libcore and libcollectionsAlex Burka-1/+33
2016-02-09Rollup merge of #31515 - steveklabnik:doc_drain, r=alexcrichtonSteve Klabnik-0/+6
2016-02-09Improve docs for Drain on StringSteve Klabnik-0/+6
2016-02-09Minor spelling fixesCarlos E. Garcia-1/+1
2016-02-08Fix up docs for String::from_utf8_lossy()Steve Klabnik-11/+12
2016-02-01docs: Standardize on 'Errors' header in std docsKamal Marhubi-1/+1
2016-01-29std::string::String.from_utf16 doc fixtgor-1/+1
2016-01-22Implement error::Error and fmt::Display for string::ParseErrorDirk Gadsden-0/+7
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-3/+11
2016-01-14Rollup merge of #30886 - ollie27:docs_links, r=steveklabnikManish Goregaokar-4/+7
2016-01-13Fix some broken and missing links in the docsOliver Middleton-4/+7
2016-01-12Add some examples to std::stringSteve Klabnik-0/+36
2016-01-02Fix off-by-one in String::removediwic-3/+3
2015-12-18Auto merge of #30272 - tshepang:doc-drain, r=blussbors-2/+4
2015-12-17doc: improve drain examples and remove secondary info from leading paragraphTshepang Lekhonkhobe-2/+4
2015-12-17Remove unused importsJeffrey Seyfried-1/+1
2015-12-10Improve documentation on String's methodsSteve Klabnik-94/+294
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-11/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-16/+12
2015-12-02Auto merge of #30146 - steveklabnik:doc_string_intro, r=brsonbors-4/+194
2015-12-02Write better module-level and type-level docs for StringSteve Klabnik-4/+194
2015-12-01Auto merge of #30124 - steveklabnik:doc_string_errors, r=alexcrichtonbors-8/+98
2015-12-01Document the Error types in std::stringSteve Klabnik-8/+98
2015-11-30Rollup merge of #30120 - steveklabnik:doc_string_parse_error, r=alexcrichtonSteve Klabnik-1/+12
2015-11-30Document std::string::ParseErrorSteve Klabnik-1/+12