about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-06-08Add examples for make_ascii_{uppercase, lowercase}Napen123-0/+20
2019-06-08Remove unused `#![feature(custom_attribute)]`sVadim Petrochenkov-1/+0
2019-06-08implement nth_back for RangeAdrian Friedli-0/+30
2019-06-08core: use iterators for slice equality comparisonAndrew Champion-14/+2
2019-06-08core: check for pointer equality when comparing Eq slicesAndrew Champion-1/+24
2019-06-08Auto merge of #61620 - SimonSapin:as_cell, r=RalfJungbors-4/+2
2019-06-08Auto merge of #61635 - ecstatic-morse:const-signum, r=oli-obkbors-6/+3
2019-06-07Make `i*::signum` a `const fn`.Dylan MacKenzie-6/+3
2019-06-07Auto merge of #61130 - jonhoo:mem-take, r=SimonSapinbors-0/+55
2019-06-07Rollup merge of #61599 - laumann:pin-docs-minor-edits, r=CentrilMazdak Farrokhzad-20/+21
2019-06-07Stabilize Cell::from_mut and as_slice_of_cellsSimon Sapin-4/+2
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