about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-04-18Fix a few stability attributesOliver Middleton-5/+5
2017-04-17Rollup merge of #41262 - jonhoo:compiler-barrier-rename, r=alexcrichtonCorey Farwell-6/+6
2017-04-15Auto merge of #39881 - king6cong:sys, r=japaricbors-5/+5
2017-04-15code formatking6cong-5/+5
2017-04-14Rollup merge of #41125 - lukaramu:std-hash-docs, r=frewsxcvCorey Farwell-33/+164
2017-04-14Use associated constants in core::num::dec2fltRobin Kruppe-152/+99
2017-04-13Rename compiler_barrier to compiler_fenceJon Gjengset-6/+6
2017-04-11Rollup merge of #41216 - shahn:iter_pos, r=steveklabnikCorey Farwell-2/+6
2017-04-11Rollup merge of #40559 - nagisa:manually-drop, r=alexcrichtonCorey Farwell-22/+131
2017-04-11Clarify Iterator::position docSebastian Hahn-2/+6
2017-04-11Auto merge of #41096 - clarcharr:as_bytes_mut, r=alexcrichtonbors-8/+34
2017-04-10Auto merge of #40565 - estebank:binops-help, r=arielb1bors-0/+22
2017-04-10Explicit help message for binop type missmatchEsteban Küber-0/+22
2017-04-10Fixed indent, grammar, and link in std::hash docslukaramu-4/+4
2017-04-10Auto merge of #41179 - mandeep:add-fmtresult-example, r=frewsxcvbors-1/+24
2017-04-09Added doc comments for fmt::Resultmandeep-1/+24
2017-04-09Reduce str transmutes, add mut versions of methods.Clar Charr-8/+34
2017-04-09into_inner to associated functionSimonas Kazlauskas-2/+19
2017-04-09 Replace the `forget` intrinsic with ManuallyDropSimonas Kazlauskas-4/+6
2017-04-09Move away from the ad-hoc NoDrop unionsSimonas Kazlauskas-18/+12
2017-04-09Implement Manually DropSimonas Kazlauskas-0/+96
2017-04-09Auto merge of #41154 - bluss:slice-rfind, r=alexcrichtonbors-0/+27
2017-04-08Auto merge of #41092 - jonhoo:std-fence-intrinsics, r=alexcrichtonbors-0/+41
2017-04-08slice: Implement .rfind() for slice iterators Iter and IterMutUlrik Sverdrup-0/+27
2017-04-07Replace compare_exchange with swapStjepan Glavina-8/+3
2017-04-07Optimize AtomicBool::fetch_nandStjepan Glavina-10/+27
2017-04-07improved std::hash::Hasher docslukaramu-2/+57
2017-04-06improved std::hash::Hash docslukaramu-22/+61
2017-04-06improved std::hash::BuildHasher docslukaramu-5/+33
2017-04-06rephrased std::hash::BuildHasherDefault docslukaramu-4/+13
2017-04-06Fix Markdown issues in the docsOliver Middleton-2/+3
2017-04-06Add unstable book entryJon Gjengset-1/+1
2017-04-05Rollup merge of #41037 - stjepang:move-libxtest, r=alexcrichtonCorey Farwell-6/+7667
2017-04-05Rollup merge of #41065 - jorendorff:slice-rsplit-41020, r=alexcrichtonAriel Ben-Yehuda-17/+148
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