about summary refs log tree commit diff
path: root/library/core/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-10-16Make transpose const and inlineAlex Saveau-0/+1
2022-10-13library: update stdarch submoduleluojia65-0/+2
2022-10-10Rollup merge of #102072 - scottmcm:ptr-alignment-type, r=thomccYuki Okushi-0/+1
2022-10-08Remove empty core::lazy and std::lazyest31-2/+0
2022-10-03Rollup merge of #101308 - nerdypepper:feature/is-ascii-octdigit, r=joshtriplettMatthias Krüger-0/+1
2022-09-29Stabilize const_char_convertest31-1/+0
2022-09-29Split out from_u32_unchecked from const_char_convertest31-0/+1
2022-09-27Rollup merge of #101555 - jhpratt:stabilize-mixed_integer_ops, r=joshtriplettMatthias Krüger-1/+0
2022-09-27introduce `{char, u8}::is_ascii_octdigit`Akshay-0/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-25Rollup merge of #101800 - chriss0612:feat/const_split_at_mut, r=fee1-deadfee1-dead-0/+1
2022-09-23Added const_closureonestacked-0/+2
2022-09-22Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=...bors-0/+1
2022-09-21Add `rustc_allow_const_fn_unstable` annotations to pre-existing `Layout` methodsScott McMurray-0/+1
2022-09-21Auto merge of #100214 - scottmcm:strict-range, r=thomccbors-0/+1
2022-09-19Optimize `array::IntoIter`Scott McMurray-0/+1
2022-09-16Add `const_trait` to `Allocator`Deadbeef-0/+1
2022-09-14Add const_slice_split_at_mut Feature gate.onestacked-0/+1
2022-09-14Made from_waker, waker, from_raw consty86-dev-0/+1
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-07Stabilize `#![feature(mixed_integer_ops)]`Jacob Pratt-1/+0
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