about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-01-09Update reference of rlibc crate to compiler-builtins crateking6cong-1/+1
2019-01-08Auto merge of #56407 - GuillaumeGomez:missing-docs-reexported-macros, r=varkorbors-0/+2
2019-01-09Misc cleanupsShotaro Yamada-8/+7
2019-01-08Update stdsimd submoduleGuillaume Gomez-0/+2
2019-01-07Add link destination for `read-ownership`Dylan MacKenzie-0/+1
2019-01-07Reborrow Pin<P> using &mut in `Pin::set`Taylor Cramer-2/+2
2019-01-07Use correct tracking issue for c_variadicRyan Hunt-11/+11
2019-01-07Rollup merge of #57375 - stjepang:duration-constants, r=joshtriplettPietro Albini-0/+16
2019-01-07Optimise floating point `is_finite` (2x) and `is_infinite` (1.6x).Huon Wilson-4/+24
2019-01-07Specify the tracking issueStjepan Glavina-4/+4
2019-01-06Update cmp.rsCorey Farwell-1/+1
2019-01-06add missing derive to fix compile errorCorey Farwell-0/+1
2019-01-06Add duration constantsStjepan Glavina-0/+16
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