about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-06-07libcore/pin: Minor grammar corrections for module documentationThomas Bracht Laumann Jespersen-20/+21
2019-06-07Auto merge of #61408 - varkor:fmin-fmax-llvm-intrinsics, r=alexcrichtonbors-36/+67
2019-06-06Rollup merge of #61376 - czipperz:bound-cloned, r=sfacklerMazdak Farrokhzad-1/+41
2019-06-06Add intrinsics for floating-point min and maxvarkor-36/+67
2019-06-06Auto merge of #61583 - Centril:rollup-ug2cbfd, r=Centrilbors-2/+2
2019-06-06Rollup merge of #61571 - czipperz:needs_drop-doc-escape-HashMap, r=Mark-Simul...Mazdak Farrokhzad-2/+2
2019-06-06Auto merge of #61494 - Mark-Simulacrum:move-to-cfg-bootstrap, r=alexcrichtonbors-5/+5
2019-06-05Remove dereferenceChris Gregory-1/+1
2019-06-05Take self by value (Self is Copy here)Chris Gregory-1/+1
2019-06-05Escape needs_drop in the needs_drop documentationChris Gregory-1/+1
2019-06-05Escape HashMap with backticks in needs_drop docsChris Gregory-1/+1
2019-06-05Utilize cfg(bootstrap) over cfg(stage0)Mark Rousskov-5/+5
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-2/+2
2019-06-05Stabilize Option::xorLzu Tao-3/+1
2019-06-04Remove unneeded feature attr from atomic integers doctestsLzu Tao-8/+8
2019-06-03get rid of real_intrinsics moduleRalf Jung-27/+16
2019-06-04Update src/libcore/tests/slice.rskennytm-1/+1
2019-06-03add unchecked math intrinsicslcnr/Bastian Kauschke-0/+15
2019-06-02copy_within: replace element access by pointer arithmetic to avoid UBkennytm-2/+16
2019-06-02Fix typo in AsRef docFabian Drinck-1/+1
2019-06-01Enable feature bound_cloned for testsChris Gregory-0/+2
2019-06-01Implement Clone::clone_from for Result.Mara Bos-1/+22
2019-06-01Implement Clone::clone_from for Option.Mara Bos-1/+20
2019-06-01Rollup merge of #61364 - lzutao:stabilize-reverse_bits, r=CentrilMazdak Farrokhzad-11/+3
2019-05-31Enable feature bound_clonedChris Gregory-0/+1
2019-05-31Import Bound in testsChris Gregory-1/+1
2019-05-31Add Bound testsChris Gregory-0/+15
2019-05-31Make Bound::cloned publicChris Gregory-1/+1
2019-05-31Stabilize copy_withinkennytm-3/+1
2019-05-31Rollup merge of #61382 - OptimisticPeach:patch-1, r=CentrilPietro Albini-2/+2
2019-05-31Rollup merge of #61363 - lzutao:stabilize-iter_nth_back, r=CentrilPietro Albini-5/+1
2019-05-31Rollup merge of #61359 - GuillaumeGomez:fix-deref-doc-links, r=ManishearthPietro Albini-6/+6
2019-05-31Stabilize reverse_bits featureLzu Tao-11/+3
2019-05-30Fix compilation errorsChris Gregory-2/+2
2019-05-30Fixed some typos.OptimisticPeach-2/+2
2019-05-30Add Bound::cloned()Chris Gregory-0/+22
2019-05-30Stabilize iter_nth_back featureLzu Tao-5/+1
2019-05-30Fix links in Deref documentationGuillaume Gomez-6/+6
2019-05-30Rollup merge of #60850 - SimonSapin:unguarded, r=alexcrichtonMazdak Farrokhzad-2/+1
2019-05-29Optimize pointer alignment in utf8 validationJustin Ridgewell-6/+3
2019-05-29Add std::mem::take as suggested in #61129Jon Gjengset-0/+55
2019-05-29Add custom nth_back for SkipAndrea Corradi-0/+48
2019-05-29Rollup merge of #61310 - RalfJung:mem, r=CentrilOliver Scherer-1406/+1417
2019-05-29split libcore::mem into multiple filesRalf Jung-1406/+1417
2019-05-29Rollup merge of #61048 - wizAmit:feature/nth_back_chunks, r=scottmcmMazdak Farrokhzad-0/+42
2019-05-29Rollup merge of #60555 - timvermeulen:rchunks_nth_back, r=scottmcmMazdak Farrokhzad-0/+124
2019-05-29Rollup merge of #60542 - timvermeulen:step_sub_usize, r=scottmcmMazdak Farrokhzad-0/+35
2019-05-29Rollup merge of #58975 - jtdowney:iter_arith_traits_option, r=dtolnayMazdak Farrokhzad-0/+126
2019-05-28Bump Sum and Product for Option<T> to 1.37David Tolnay-2/+2
2019-05-29Rollup merge of #61273 - RalfJung:maybe-uninit, r=CentrilMazdak Farrokhzad-0/+3