about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-04-05Rollup merge of #41028 - bluss:rev-rfind, r=alexcrichtonAriel Ben-Yehuda-1/+13
2017-04-05Rollup merge of #40943 - Amanieu:offset_to, r=alexcrichtonAriel Ben-Yehuda-3/+80
2017-04-05Rollup merge of #40927 - stjepang:docs-atomic-overflow-note, r=alexcrichtonAriel Ben-Yehuda-10/+29
2017-04-05Rollup merge of #40709 - lifthrasiir:leaner-unicode-debug-str, r=alexcrichtonAriel Ben-Yehuda-771/+467
2017-04-05Add safe wrapper for atomic_singlethreadfence_*Jon Gjengset-0/+41
2017-04-05Rollup merge of #41066 - steveklabnik:fix-links, r=frewsxcvCorey Farwell-36/+54
2017-04-05Rollup merge of #41043 - GuillaumeGomez:sup_balise, r=steveklabnikCorey Farwell-9/+10
2017-04-05Rollup merge of #40999 - irfanhudda:improve-option-docs, r=steveklabnikCorey Farwell-3/+21
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-05Reduce a table used for `Debug` impl of `str`.Kang Seonghoon-771/+467
2017-04-05tidy clean and small text fixsteveklabnik-18/+18
2017-04-05Add tracking issue for offset_toAmanieu d'Antras-2/+2
2017-04-04Fix linkssteveklabnik-36/+54
2017-04-04simplify implementation of [T]::splitn and friends #41020Jason Orendorff-17/+9
2017-04-04add [T]::rsplit() and rsplit_mut() #41020Jason Orendorff-0/+139
2017-04-04AsMut exampleDylan Maccora-7/+15
2017-04-03Replace ^ with <sup> html baliseGuillaume Gomez-9/+10
2017-04-03Move libXtest into libX/testsStjepan Glavina-6/+7667
2017-04-03Wrapped to 80 characters. Fix links.Dylan Maccora-40/+58
2017-04-03Add ptr::offset_toAmanieu d'Antras-3/+80
2017-04-03iter: Simplification in rfind's provided implementationUlrik Sverdrup-1/+1
2017-04-03iter: Use underlying find/rfind for the same methods in RevUlrik Sverdrup-0/+12
2017-04-02Minor changes to core::option docsIrfan Hudda-6/+6
2017-04-01Improve docs of core::option::IterIrfan Hudda-1/+7
2017-04-01Improve docs of core::option::IterMutIrfan Hudda-1/+7
2017-04-01Improve docs of core::option::IntoIterIrfan Hudda-1/+7
2017-04-01Added links to types in from_utf8 descriptionDonnie Bishop-8/+15
2017-04-01Convert docs clean up.Dylan Maccora-31/+114
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-31Rollup merge of #40871 - projektir:atomic_links, r=steveklabnikCorey Farwell-17/+49
2017-03-31Rollup merge of #40934 - SamWhited:improve_write_writeln_docs, r=steveklabnikCorey Farwell-38/+16
2017-03-31Rollup merge of #40929 - bluss:full-reverse, r=alexcrichtonCorey Farwell-0/+9
2017-03-31Auto merge of #40737 - nagisa:safe-slicing-strs, r=BurntSushibors-51/+327
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-30Improve the docs for the write and writeln macrosSam Whited-38/+16
2017-03-30Modify Bytes' descriptionDonnie Bishop-4/+5
2017-03-30Modify Lines' descriptionDonnie Bishop-2/+6
2017-03-30cmp: Implement all PartialOrd methods for ReverseUlrik Sverdrup-0/+9
2017-03-30More consistent wordingStjepan Glavina-10/+25
2017-03-30Add a note about overflow for fetch_add/fetch_subStjepan Glavina-0/+4
2017-03-29Rollup merge of #40907 - donniebishop:utf8_unchecked_docs, r=steveklabnikCorey Farwell-1/+3
2017-03-29Rollup merge of #40832 - pftbest:fix_msp430, r=stjepangCorey Farwell-1/+3
2017-03-29Linked str in from_utf_uncheckedDonnie Bishop-1/+3
2017-03-29Rollup merge of #40897 - irfanhudda:fix-typo-char, r=BurntSushiCorey Farwell-1/+1
2017-03-29Rollup merge of #40720 - mitsuhiko:feature/rev-key, r=BurntSushiCorey Farwell-0/+35
2017-03-29Fix typo in libcore/char.rsIrfan Hudda-1/+1