summary refs log tree commit diff
path: root/src/libcollections/str.rs
AgeCommit message (Expand)AuthorLines
2016-04-14fix str::split_at_mut() exampleGigih Aji Ibrahim-2/+2
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-8/+21
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-1/+1
2016-03-04End stdlib module summaries with a full stop.Steve Klabnik-1/+1
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-3/+16
2016-02-27Improve formatting of the primitive str documentationMichael Huynh-17/+35
2016-02-09Minor spelling fixesCarlos E. Garcia-1/+1
2016-02-02Rollup merge of #31345 - kamalmarhubi:book-docs-special-section-errors, r=ste...Steve Klabnik-1/+1
2016-02-02Rollup merge of #31202 - steveklabnik:gh30459, r=alexcrichtonSteve Klabnik-0/+48
2016-02-02Add doctests for directionalitySteve Klabnik-0/+20
2016-02-01docs: Standardize on 'Errors' header in std docsKamal Marhubi-1/+1
2016-01-26Fix warnings during testsAlex Crichton-4/+0
2016-01-26Document LTR vs RTL wrt trim_*Steve Klabnik-0/+28
2016-01-19Fix typoBarosl Lee-2/+2
2016-01-13Fix some broken and missing links in the docsOliver Middleton-1/+1
2016-01-13Auto merge of #29498 - wthrowe:replace-pattern, r=alexcrichtonbors-11/+14
2015-12-26Fix some links in str docsFlorian Hartwig-3/+3
2015-12-10Correct 'bye' to 'byte' in str docs.Scott Olson-2/+2
2015-12-07Fix some str docs to refer to patternsWilliam Throwe-10/+13
2015-12-07Let str::replace take a patternWilliam Throwe-1/+1
2015-12-01Auto merge of #30057 - steveklabnik:doc_str, r=alexcrichtonbors-234/+579
2015-11-30Better docs for the str primitiveSteve Klabnik-234/+579
2015-11-25Auto merge of #30017 - nrc:fmt, r=brsonbors-15/+22
2015-11-24rustfmt libcollectionsNick Cameron-15/+22
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+1
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+14
2015-11-12libcollections: deny warnings in doctestsKevin Butler-6/+4
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-10-25Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brsonbors-8/+3
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-8/+3
2015-10-23Unsafety -> Safety in doc headingsSteve Klabnik-1/+1
2015-10-19Correct spelling in docsAndrew Paseltiner-1/+1
2015-10-07doc: Mention split_whitespace in split docBoris Egorov-0/+4
2015-09-27Rollup merge of #28682 - apasel422:features, r=steveklabnikManish Goregaokar-2/+0
2015-09-26Remove unnecessary `#![feature]` attributesAndrew Paseltiner-2/+0
2015-09-25std: Update MatchIndices to return a subsliceAlex Crichton-42/+30
2015-09-23Fix bad copypasta for patterns doc in std::strRemi Rampin-12/+9
2015-09-17Correctly walk import lists in AST visitorsVadim Petrochenkov-0/+1
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-7/+3
2015-09-03std: Account for CRLF in {str, BufRead}::linesAlex Crichton-4/+6
2015-08-15collections: Add issues for unstable featuresAlex Crichton-16/+31
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-470/+5
2015-08-09Make `str::as_bytes_mut` privateTobias Bucher-13/+0
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-2/+14
2015-07-29Auto merge of #27380 - steveklabnik:rollup, r=steveklabnikbors-15/+29
2015-07-29Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik-15/+29
2015-07-28libcollections: Inline some performance-critical string functions; e.g.Patrick Walton-0/+17
2015-07-28Auto merge of #26914 - alexcrichton:deprecate-easy, r=aturonbors-0/+5
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-0/+5
2015-07-27Show appropriate feature flags in docsSteve Klabnik-15/+29