summary refs log tree commit diff
path: root/src/libcore/str
AgeCommit message (Expand)AuthorLines
2017-09-29Auto merge of #44174 - jimmycuadra:try-from-infallible, r=sfacklerbors-5/+2
2017-09-23TrustedRandomAccess specialisation for Cloned.Clar Charr-1/+13
2017-09-23Rollup merge of #44658 - leodasvacas:remove-str-eq-lang-item, r=arielb1Corey Farwell-3/+0
2017-09-18Rollup merge of #44657 - Ixrec:patch-1, r=eddybAlex Crichton-4/+4
2017-09-17Add `<*const T>::align_offset` and use it in `memchr`Oliver Schneider-2/+1
2017-09-17missed a 'mut'Ixrec-1/+1
2017-09-17Remove unused str_eq lang itemleonardo.yvens-3/+0
2017-09-17Replace str's transmute() calls with pointer castsIxrec-4/+4
2017-09-14Rollup merge of #44477 - napen123:master, r=frewsxcvCorey Farwell-0/+13
2017-09-12Remove Invalid UTF-8 from str::from_utf8_unchecked_mutEthan Dagner-15/+0
2017-09-10Add doc examples to str::from_utf8_unchecked_mutEthan Dagner-0/+28
2017-09-10Actually fix the trailing whitespacesmt923-1/+1
2017-09-10Fix markdown link for Utf8Errorsmt923-1/+3
2017-09-10Fix trailing whitespacesmt923-1/+0
2017-09-10Fix incorrect markdown titlesmt923-1/+1
2017-09-10Added short examples for 'str::from_utf8_mut'smt923-0/+30
2017-08-30Auto merge of #43903 - oli-obk:alignto, r=aturonbors-1/+5
2017-08-29Add blanket TryFrom impl when From is implemented.Jimmy Cuadra-5/+2
2017-08-21Add align_offset intrinsicOliver Schneider-1/+5
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-12/+12
2017-07-25std: Stabilize the `str_{mut,box}_extras` featureAlex Crichton-3/+3
2017-07-25std: Stabilize `utf8_error_error_len` featureAlex Crichton-1/+1
2017-07-25std: Stabilize `str_checked_slicing` featureAlex Crichton-10/+10
2017-07-23Fix some doc/comment typos.Bruce Mitchener-4/+4
2017-07-20std: Cut down #[inline] annotations where not necessaryAlex Crichton-6/+6
2017-07-13Forward more Iterator methods for str::BytesSimon Sapin-0/+38
2017-06-17Inline StrSearcher::haystack()Alexander Bulaev-1/+4
2017-06-16Introduce tidy lint to check for inconsistent tracking issuesest31-1/+1
2017-06-13Merge crate `collections` into `alloc`Murarth-1/+1
2017-06-04Add overflow checking for str::get with inclusive rangesScott McMurray-4/+12
2017-06-04Delegate str:Index(Mut) to SliceIndex<str>Scott McMurray-37/+18
2017-05-24Rollup merge of #42134 - scottmcm:rangeinclusive-struct, r=aturonMark Simulacrum-40/+19
2017-05-21Make RangeInclusive just a two-field structScott McMurray-40/+19
2017-05-20Auto merge of #42111 - ollie27:stab, r=Mark-Simulacrumbors-4/+4
2017-05-20Correct some stability versionsOliver Middleton-4/+4
2017-05-19Try to optimise char patternsSimonas Kazlauskas-1/+27
2017-04-28Explain why zero-length slices require a non-null pointerHenri Sivonen-1/+4
2017-04-09Reduce str transmutes, add mut versions of methods.Clar Charr-7/+32
2017-04-05Rollup merge of #40997 - donniebishop:from_utf8_linking, r=steveklabnikCorey Farwell-8/+15
2017-04-05Rollup merge of #40992 - donniebishop:utf8err_linking, r=alexcrichtonCorey Farwell-3/+8
2017-04-01Added links to types in from_utf8 descriptionDonnie Bishop-8/+15
2017-03-31Added links to from_utf8 methods in Utf8ErrorDonnie Bishop-3/+8
2017-03-31Rollup merge of #40935 - donniebishop:str_boilerplate_docs, r=steveklabnikCorey Farwell-7/+24
2017-03-31Auto merge of #40737 - nagisa:safe-slicing-strs, r=BurntSushibors-23/+303
2017-03-30Remove parentheses in method referencesDonnie Bishop-8/+8
2017-03-30Modify Chars' descriptionDonnie Bishop-3/+7
2017-03-30Modify CharIndices' descriptionDonnie Bishop-1/+9
2017-03-30Modify Bytes' descriptionDonnie Bishop-4/+5
2017-03-30Modify Lines' descriptionDonnie Bishop-2/+6
2017-03-29Linked str in from_utf_uncheckedDonnie Bishop-1/+3