summary refs log tree commit diff
path: root/library/core/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-02-18Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahcMatthias Krüger-2/+2
2022-02-16Destabilize cfg(target_has_atomic_load_store = ...)Mark Rousskov-1/+1
2022-02-09Stabilize cfg_target_has_atomicAmanieu d'Antras-1/+2
2022-02-03Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`.Charles Lew-2/+2
2022-01-30Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-SimulacrumEric Huss-26/+23
2022-01-28update cfg(bootstrap)sPietro Albini-26/+23
2022-01-19Add links to the reference and rust by example for asm! docs and lintsAmanieu d'Antras-0/+12
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-1/+0
2021-12-23Constify `core::intrinsics::black_box`woppopo-0/+1
2021-12-21Use panic() instead of panic!() in some places in core.Mara Bos-0/+1
2021-12-17Constify (most) `Option` methodsDeadbeef-0/+1
2021-12-14Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplettbors-15/+2
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-15/+2
2021-12-12Revert "Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obk"Deadbeef-0/+1
2021-12-12Make `Unique`s methods `const`woppopo-0/+1
2021-12-06Add tracking issue; make `empty` const too (unstably)Scott McMurray-0/+2
2021-11-30Apply cfg-bootstrap switchMark Rousskov-6/+2
2021-11-28Stabilize some `MaybeUninit` behavior as constJacob Pratt-2/+1
2021-11-24Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelidGuillaume Gomez-1/+2
2021-11-24Rollup merge of #89542 - jhpratt:stabilize-duration-const-fns, r=oli-obkGuillaume Gomez-1/+1
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-1/+2
2021-11-22Use `derive_default_enum` in the compilerJacob Pratt-0/+1
2021-11-22Partially stabilize `duration_consts_2`Jacob Pratt-1/+1
2021-11-19Rollup merge of #89258 - est31:const_char_convert, r=oli-obkYuki Okushi-0/+1
2021-11-18Make slice->str conversion and related functions constMaybe Waffle-0/+3
2021-11-16Rollup merge of #90909 - RalfJung:miri-no-portable-simd, r=workingjubileeYuki Okushi-0/+2
2021-11-14disable portable SIMD tests in MiriRalf Jung-0/+2
2021-11-13Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obkbors-1/+1
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