about summary refs log tree commit diff
path: root/library/core/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-11-13Auto merge of #90041 - jfrimmel:rt_copy_checks, r=Mark-Simulacrumbors-1/+1
2021-11-13Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrumbors-0/+21
2021-11-12Expose portable-simd as core::simdJubilee Young-0/+21
2021-11-09Re-enable `copy[_nonoverlapping]()` runtime checksJulian Frimmel-1/+1
2021-11-07Add features gates for experimental asm featuresAmanieu d'Antras-0/+1
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-1/+1
2021-10-30Rollup merge of #90377 - WaffleLapkin:const_slice_from_raw_parts, r=oli-obkMatthias Krüger-0/+1
2021-10-30Rollup merge of #89876 - AlexApps99:const_ops, r=oli-obkMatthias Krüger-0/+1
2021-10-28Make `core::slice::from_raw_parts[_mut]` constMaybe Waffle-0/+1
2021-10-25Clean up special function const checksGary Guo-0/+1
2021-10-25Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrumbors-3/+2
2021-10-24Rollup merge of #90162 - WaffleLapkin:const_array_slice_from_ref_mut, r=oli-obkMatthias Krüger-0/+2
2021-10-23update cfg(bootstrap)Pietro Albini-3/+2
2021-10-22Mark {array,slice}::{from_ref,from_mut} as const fnMaybe Waffle-0/+2
2021-10-22Added const versions of common numeric operationsAlexApps99-0/+1
2021-10-20Make `From` impls of NonZero integer const.woppopo-0/+1
2021-10-16Rollup merge of #89509 - jhpratt:stabilize-const_unreachable_unchecked, r=oli...Matthias Krüger-1/+0
2021-10-16Make char conversion functions unstably constest31-0/+1
2021-10-09Cfg hide no_global_oom_handling and no_fp_fmt_parseGary Guo-0/+1
2021-10-08Cfg hide more conditions for coreLoïc BRANSTETT-0/+1
2021-10-07Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514Guillaume Gomez-0/+25
2021-10-06Rollup merge of #87601 - a1phyr:feature_uint_add_signed, r=kennytmManish Goregaokar-0/+1
2021-10-06Clean up code a bit:Guillaume Gomez-2/+3
2021-10-05Suppress some cfg from being shown in the stdlib docsWim Looman-1/+25
2021-10-04Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplettJubilee-1/+1
2021-10-04Stabilize `const_panic`Jacob Pratt-1/+1
2021-10-03Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=josht...Manish Goregaokar-0/+1
2021-10-04Stabilize `unreachable_unchecked` as `const fn`Jacob Pratt-1/+0
2021-10-02Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk"Albin Hedman-1/+0
2021-10-01Add methods to add/sub `uX` to/from `iX`Benoît du Garreau-1/+1
2021-10-01Add functions to add unsigned and signed integersBenoît du Garreau-0/+1
2021-09-30Rollup merge of #89303 - guswynn:std_suspend, r=dtolnayManish Goregaokar-0/+1
2021-09-28ref/refmutGus Wynn-0/+1
2021-09-15Constify identify conversionsAlbin Hedman-0/+1
2021-09-12Add primitive documentation to libcoreJoshua Nelson-0/+3
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-3/+0
2021-08-29const fn for option copied, take & replace + testsLamb-0/+1
2021-08-26Add carrying_add, borrowing_sub, widening_mul, carrying_mul methods to integersltdk-0/+1
2021-08-25Use if-let guards in the codebaseLéo Lanteri Thauvin-0/+2
2021-08-23Auto merge of #83302 - camsteffen:write-piece-unchecked, r=dtolnaybors-0/+1
2021-08-17Constified `Default` implementationsDeadbeef-0/+1
2021-08-16Make Arguments constructors unsafeCameron Steffen-0/+1
2021-08-07impl const From<num> for numAlbin Hedman-0/+1
2021-08-05Make rustfmt happy.Mara Bos-4/+4
2021-08-05Remove unnecessary #[unstable] from internal macro.Mara Bos-2/+1
2021-08-05Remove unused langauge #![feature]s from core.Mara Bos-3/+0
2021-08-05Remove unused library #![feature]s from core.Mara Bos-5/+0
2021-08-05Sort and categorize lint and feature attributes in core.Mara Bos-57/+66
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-1/+0
2021-08-01bump bootstrap compiler to 1.55Pietro Albini-2/+1