summary refs log tree commit diff
path: root/src/libcollections/str.rs
AgeCommit message (Expand)AuthorLines
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
2015-07-25Document Unicode complications in chars iteratorKornel Lesiński-47/+71
2015-07-20std: Create separate docs for the primitivesBrian Anderson-34/+2
2015-07-20doc: Clean up primitive short descriptionsBrian Anderson-1/+1
2015-07-13Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichtonbors-1/+17
2015-07-13Fix tests for changes in #26241.Simon Sapin-1/+1
2015-07-13Mark some new things as unstable.Simon Sapin-1/+3
2015-07-13Add str::split_at_mutSimon Sapin-0/+6
2015-07-13Implement IndexMut for String and str.Simon Sapin-0/+8
2015-07-12Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichtonbors-1/+5
2015-07-11Add String::into_boxed_slice and Box<str>::into_stringJonathan Reem-21/+12
2015-07-10Rename SliceConcatExt::connect to join #26900Wesley Wiser-1/+5
2015-07-04str: Correct documentation on is_char_boundaryUlrik Sverdrup-3/+1
2015-07-03remove some feature gates from the docsSteve Klabnik-4/+0