summary refs log tree commit diff
path: root/src/libcollections/str.rs
AgeCommit message (Expand)AuthorLines
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
2015-06-17More test fixes and fallout of stability changesAlex Crichton-4/+2
2015-06-17std: Stabilize the `str_matches` featureAlex Crichton-6/+4
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-8/+8
2015-06-17collections: Split the `collections` featureAlex Crichton-10/+10
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-1/+1
2015-06-11Auto merge of #25839 - bluss:str-split-at-impl, r=alexcrichtonbors-45/+72
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-10Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=GankroManish Goregaokar-1/+1
2015-06-10collections: Remove redundant slicing for strUlrik Sverdrup-45/+45
2015-06-10Add str::split_atUlrik Sverdrup-0/+27
2015-06-10Auto merge of #26130 - steveklabnik:gh25986, r=alexcrichtonbors-3/+28
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-1/+1
2015-06-09Auto merge of #26039 - SimonSapin:case-mapping, r=alexcrichtonbors-3/+32
2015-06-09Document str::split behavior with contiguous separatorsSteve Klabnik-3/+28
2015-06-08Reordered the methods on str to improve doc sortingMarkus Westerlind-673/+674
2015-06-08Address a review comment and fix a bootstrapping issueSimon Sapin-2/+7
2015-06-07Auto merge of #25912 - tshepang:better-str-examples, r=blussbors-50/+28
2015-06-07doc: improve some of str examplesTshepang Lekhonkhobe-50/+28
2015-06-06Mark str::to_uppercase and str::to_lowercase as stable.Simon Sapin-2/+2
2015-06-06Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035.Simon Sapin-1/+25
2015-06-05Mark std::as_bytes as inlineJames Miller-0/+1
2015-06-01[libcollections] Fix unused import warnings during stage0 buildWesley Wiser-0/+4
2015-05-30doc: be more clear/explicit that we got String typeTshepang Lekhonkhobe-1/+1
2015-05-22Don't mention outdated methodsSteve Klabnik-3/+2
2015-05-19Small fix for https://github.com/rust-lang/rust/pull/25611Steve Klabnik-0/+4