summary refs log tree commit diff
path: root/src/libcollections/string.rs
AgeCommit message (Expand)AuthorLines
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
2015-11-30Write some docs for ToStringSteve Klabnik-2/+20
2015-11-25Auto merge of #30017 - nrc:fmt, r=brsonbors-42/+51
2015-11-24rustfmt libcollectionsNick Cameron-42/+51
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+1
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+9
2015-11-12libcollections: deny warnings in doctestsKevin Butler-0/+15
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-11-03libcollections: DRY up a PartialEq impl for StringKevin Butler-18/+3
2015-10-25Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brsonbors-3/+1
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-3/+1
2015-10-23Unsafety -> Safety in doc headingsSteve Klabnik-2/+2
2015-10-10Trivial typo fix: from_utrf8 should be from_utf8Andrew Chin-1/+1
2015-10-02Improve documentation for the from_utf8 familySteve Klabnik-18/+111
2015-09-26Auto merge of #28635 - alexcrichton:str-parse-error-void, r=aturonbors-2/+22
2015-09-24std: Switch string::ParseError to an empty enumAlex Crichton-2/+22
2015-09-23Override `clone_from` for `{BinaryHeap, String}`Andrew Paseltiner-1/+12
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-4/+2
2015-08-28Auto merge of #28038 - durka:grep-unstable-issue-refs, r=alexcrichtonbors-1/+2
2015-08-27fix some more unstable issue annotationsAlex Burka-1/+2
2015-08-27Implemented Extend<String> and FromIterator<String> for String.Without Boats-6/+24
2015-08-27Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichtonbors-10/+3
2015-08-25Simplify `String`’s `Extend<&str>` implementationChris Morgan-5/+1
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-10/+3
2015-08-15collections: Add issues for unstable featuresAlex Crichton-10/+16
2015-08-14Auto merge of #27696 - bluss:into-boxed-str, r=alexcrichtonbors-1/+11
2015-08-13Rename String::into_boxed_slice -> into_boxed_strUlrik Sverdrup-1/+11
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-18/+0
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-3/+3
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+2
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