about summary refs log tree commit diff
path: root/src/libcore/lib.rs
AgeCommit message (Expand)AuthorLines
2019-01-26Bump bootstrap compiler to 1.33 betaMark Rousskov-5/+2
2019-01-22Move TrustedRandomAccess into Zip moduleClar Fon-1/+0
2019-01-17Add initial impl of is_sorted to IteratorKevin Leimkuhler-0/+1
2019-01-15Rollup merge of #57579 - stjepang:once-with, r=SimonSapinMazdak Farrokhzad-0/+1
2019-01-13Add core::iter::once_withStjepan Glavina-0/+1
2019-01-13const stabilize .Mazdak Farrokhzad-0/+1
2019-01-12Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obkbors-4/+2
2019-01-09Update reference of rlibc crate to compiler-builtins crateking6cong-1/+1
2019-01-08Update stdsimd submoduleGuillaume Gomez-0/+2
2019-01-02Update the stdsimd submoduleAlex Crichton-0/+1
2018-12-31const-stabilize const_int_ops + reverse_bitsMazdak Farrokhzad-1/+1
2018-12-31stabilize const_int_signMazdak Farrokhzad-1/+0
2018-12-31stabilize const_int_rotateMazdak Farrokhzad-1/+1
2018-12-31stabilize const_int_wrapping.Mazdak Farrokhzad-1/+0
2018-12-26Remove the private generic NonZero<T> wrapper type.Simon Sapin-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-25Auto merge of #56926 - alexcrichton:update-stdsimd, r=TimNNbors-0/+1
2018-12-23Rollup merge of #56941 - euclio:deny-libstd-resolution-failures, r=QuietMisdr...kennytm-0/+1
2018-12-18Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakisbors-1/+0
2018-12-17deny intra-doc link resolution failures in libstdAndy Russell-0/+1
2018-12-17Update the stdsimd submoduleAlex Crichton-0/+1
2018-12-10Update Cargo submodule and its dependenciesAlex Crichton-2/+0
2018-12-09Resolve FIXME and cleanupShotaro Yamada-0/+1
2018-11-30Remove unused feature gate from `libcore`Oliver Scherer-1/+0
2018-11-30Remove a bunch of now-unnecessary `const_let` feature gatesOliver Scherer-1/+1
2018-11-27remove uses of feature gateMark Mansi-1/+0
2018-11-15Rollup merge of #55785 - stjepang:unsized-drop-forget, r=alexcrichtonPietro Albini-0/+1
2018-11-13Rollup merge of #55837 - Centril:spökdata-skall-vara-strukturellt-matchbar, ...kennytm-0/+1
2018-11-12Auto merge of #55278 - Centril:constification-1, r=alexcrichtonbors-1/+0
2018-11-10Fix documentation typos.Bruce Mitchener-1/+1
2018-11-10make PhantomData #[structural_match].Mazdak Farrokhzad-0/+1
2018-11-10constify parts of libcore.Mazdak Farrokhzad-1/+0
2018-11-08Allow unsized types in mem::drop and mem::forgetStjepan Glavina-0/+1
2018-10-31Bump nightly to 1.32.0Alex Crichton-1/+0
2018-10-28Rollup merge of #55252 - SimonSapin:maybeuninit-new, r=blusskennytm-0/+1
2018-10-21Add MaybeUninit::newSimon Sapin-0/+1
2018-10-19Stabilize impl_header_lifetime_elision in 2015Scott McMurray-1/+1
2018-10-05Auto merge of #54017 - alexcrichton:wasm-atomics2, r=sfacklerbors-0/+1
2018-09-29Use impl_header_lifetime_elision in libcoreScott McMurray-0/+1
2018-09-30Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrumbors-1/+1
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-2/+0
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-24std: Start implementing wasm32 atomicsAlex Crichton-0/+1
2018-09-22core: fix deprecated warningsJorge Aparicio-0/+2
2018-09-14Move std::os::raw::c_void into libcore and re-export in libstdIsaac Woods-0/+1
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-09-01rebaseTim-0/+7
2018-08-27Auto merge of #53227 - nivkner:pin_move, r=RalfJungbors-0/+1
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+1
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1