summary refs log tree commit diff
path: root/library/core/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-09-12Rollup merge of #100291 - WaffleLapkin:cstr_const_methods, r=oli-obkGuillaume Gomez-0/+1
2022-09-12constify `CStr` methodsMaybe Waffle-0/+1
2022-09-04Make `char::is_lowercase` and `char::is_uppercase` constSage Mitchell-0/+1
2022-09-04Auto merge of #100726 - jswrenn:transmute, r=oli-obkbors-0/+2
2022-08-27Rollup merge of #96240 - fee1-dead-contrib:stabilize_const_offset_from, r=Mar...Yuki Okushi-1/+0
2022-08-26Rollup merge of #100076 - tspiteri:const_slice_split_at, r=oli-obkYuki Okushi-0/+1
2022-08-25reviewTrevor Spiteri-1/+1
2022-08-25Stabilize `const_ptr_offset_from`.Deadbeef-1/+0
2022-08-22Move error trait into coreJane Losare-Lusby-0/+2
2022-08-22safe transmute: use `Assume` struct to provide analysis optionsJack Wrenn-0/+2
2022-08-02make slice::{split_at,split_at_unchecked} const functionsTrevor Spiteri-0/+1
2022-07-28Auto merge of #99182 - RalfJung:mitigate-uninit, r=scottmcmbors-0/+1
2022-07-24Constify a few const `(Partial)Ord` implsDeadbeef-0/+1
2022-07-13Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddybDylan DPC-1/+0
2022-07-12mem::uninitialized: mitigate many incorrect uses of this functionRalf Jung-0/+1
2022-07-09Partially stabilize const_slice_from_raw_partsKonrad Borowski-1/+1
2022-07-07`UnsafeCell` now has no niches, ever.Oli Scherer-1/+0
2022-06-08Stabilize `const_intrinsic_copy`Yuki Okushi-1/+0
2022-05-22[RFC 2011] Library codeCaio-0/+1
2022-05-18Stage-step cfgsMark Rousskov-1/+0
2022-05-11Apply CR suggestions; add real tracking issueScott McMurray-0/+1
2022-04-17Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiaskobors-0/+2
2022-04-15MaybeUninit array cleanupltdk-0/+1
2022-04-15Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwcoDylan DPC-1/+1
2022-04-14library: Move `CStr` to libcore, and `CString` to liballocVadim Petrochenkov-1/+1
2022-04-14Implement `core::ptr::Unique` on top of `NonNull`Eduardo Sánchez Muñoz-0/+2
2022-04-07Stabilize `derive_default_enum`Jacob Pratt-1/+1
2022-04-07Kickstart the inner usage of macro_metavar_exprCaio-0/+1
2022-04-05trivial cfg(bootstrap) changesPietro Albini-7/+2
2022-04-04Rollup merge of #95438 - m-ou-se:sync-unsafe-cell, r=joshtriplettDylan DPC-0/+1
2022-03-31Adjust MaybeUninit feature names to avoid changing unstable oneDavid Tolnay-1/+1
2022-03-31Adjust feature names that disagree on const stabilization versionDavid Tolnay-2/+1
2022-03-30rework implementation for inherent impls for builtin typeslcnr-0/+1
2022-03-29Add SyncUnsafeCell.Mara Bos-0/+1
2022-02-13stabilize const_ptr_offsetSaltyKitkat-1/+0
2022-03-21Add u16::is_utf16_surrogateltdk-1/+3
2022-03-14Stabilize ADX target featureTony Arcieri-1/+1
2022-03-14Rollup merge of #90621 - adamgemmell:dev/stabilise-target-feature, r=AmanieuMatthias Krüger-1/+1
2022-03-14Stabilise `aarch64_target_feature`Adam Gemmell-1/+1
2022-03-10Rollup merge of #94790 - RalfJung:portable-simd-miri, r=Dylan-DPCDylan DPC-2/+0
2022-03-10Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obkMatthias Krüger-0/+2
2022-03-10Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwcoMatthias Krüger-0/+1
2022-03-09enable portable-simd doctests in MiriRalf Jung-2/+0
2022-03-09Rollup merge of #91804 - woppopo:const_clone, r=oli-obkMatthias Krüger-0/+1
2022-03-09New `deprecated_suggestion` feature, use in testsJacob Pratt-0/+1
2022-03-07Stabilize const_impl_trait as wellEric Holk-1/+1
2022-03-07Stabilize const_fn_fn_ptr_basics and const_fn_trait_boundEric Holk-2/+2
2022-03-06Constify slice index for stringsDeadbeef-1/+2
2022-03-03only disable SIMD for doctests in Miri (not for the stdlib build itself)Ralf Jung-2/+2
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1