about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-01-06Derive Clone for ArgumentV1Shotaro Yamada-9/+1
2019-01-06Remove unnecessary adapterShotaro Yamada-23/+2
2019-01-05Fix compile errorCorey Farwell-1/+1
2019-01-05Cleanup PartialEq docs.Corey Farwell-47/+9
2019-01-05Auto merge of #57354 - kennytm:rollup, r=kennytmbors-8/+9
2019-01-05Rollup merge of #57311 - dlrobertson:fix_valist_copy, r=KodrAuskennytm-1/+1
2019-01-05Rollup merge of #57273 - alexcrichton:update-stdsimd, r=nikomatsakiskennytm-0/+1
2019-01-05Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAuskennytm-7/+7
2019-01-05Auto merge of #57145 - RalfJung:panic-if-uninhabited, r=alexcrichtonbors-0/+11
2019-01-05Show suggestion to use .char().nth() and link to The Book on unimplemented In...folex-0/+30
2019-01-04stabilize convert::identityMazdak Farrokhzad-4/+1
2019-01-03VaList::copy should not require a mutable refDan Robertson-1/+1
2019-01-02Update the stdsimd submoduleAlex Crichton-0/+1
2019-01-01Auto merge of #57125 - doitian:inconsistent-clone-doc, r=blussbors-9/+20
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-7/+7
2018-12-31const-stabilize const_int_ops + reverse_bitsMazdak Farrokhzad-26/+41
2018-12-31Fix inconsistent Clone documentation.ian-9/+20
2018-12-31now that some intrisics are safe, use that fact.Mazdak Farrokhzad-0/+24
2018-12-31stabilize const_int_signMazdak Farrokhzad-3/+0
2018-12-31stabilize const_int_rotateMazdak Farrokhzad-5/+5
2018-12-31stabilize const_int_wrapping.Mazdak Farrokhzad-11/+10
2018-12-30Auto merge of #57204 - czipperz:ord_docs_must_agree, r=sfacklerbors-3/+5
2018-12-29Specify criterion for PartialOrdCzipperz-2/+3
2018-12-29Make std::cmp::Ord documentation specify what it means to agree with PartialEqCzipperz-3/+4
2018-12-29Rollup merge of #57168 - kennytm:fix-unaligned-docs, r=rkruppekennytm-2/+2
2018-12-29Rollup merge of #57149 - rust-lang:sgrif-patch-1, r=rkruppekennytm-1/+1
2018-12-28Removed aligned ZST requirement from docs of read_/write_unaligned.kennytm-2/+2
2018-12-28Make the getter for NonZero types into a const fndylan_DPC-1/+1
2018-12-27Fix typo in pin documentationSean Griffin-1/+1
2018-12-27panic when calling MaybeUninhabited::into_inner on uninhabited typeRalf Jung-0/+11
2018-12-27Auto merge of #57133 - SimonSapin:zero, r=oli-obkbors-44/+21
2018-12-26Auto merge of #57124 - sunjay:stable_duration_as_u128, r=Centrilbors-6/+3
2018-12-26modify remaining #[must_use[ messagesMatthias Krüger-5/+5
2018-12-26Remove the private generic NonZero<T> wrapper type.Simon Sapin-44/+21
2018-12-26Auto merge of #56534 - xfix:copied, r=@SimonSapinbors-1/+212
2018-12-26Stabilize duration_as_u128Sunjay Varma-6/+3
2018-12-26Update src/libcore/str/mod.rs, tweak must_use message Zack M. Davis-1/+1
2018-12-26mark str::string::String.trim.* functions as #[must_use].Matthias Krüger-0/+12
2018-12-26Add a tracking issue for Iterator::copiedKonrad Borowski-7/+7
2018-12-26Add a tracking issue for Option::copiedKonrad Borowski-2/+2
2018-12-25Remove licensesMark Rousskov-1748/+1
2018-12-25Auto merge of #56926 - alexcrichton:update-stdsimd, r=TimNNbors-0/+1
2018-12-24Rollup merge of #56242 - GuillaumeGomez:iterator-missing-link, r=CentrilMazdak Farrokhzad-1/+1
2018-12-23Rollup merge of #56939 - cramertj:pin-stabilization, r=alexcrichtonMazdak Farrokhzad-55/+47
2018-12-23Merge branch 'master' into copiedKonrad Borowski-333/+600
2018-12-23Improve docs for collecting into `Option`sPascal Hertleif-9/+31
2018-12-23Rollup merge of #56970 - Firstyear:mem_uninit_doc_ptr_drop, r=Manishearthkennytm-0/+39
2018-12-23Rollup merge of #56941 - euclio:deny-libstd-resolution-failures, r=QuietMisdr...kennytm-0/+6
2018-12-23Rollup merge of #56936 - ubsan:euclidean_div_rem, r=dtolnaykennytm-91/+113
2018-12-23Rollup merge of #56802 - clarcharr:nth_back, r=alexcrichtonkennytm-6/+107