summary refs log tree commit diff
path: root/library/core/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-05-22Disallows `#![feature(no_coverage)]` on stable and betaRich Kadel-0/+1
2021-04-24Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obkbors-1/+2
2021-04-23Auto merge of #82585 - TrolledWoods:master, r=dtolnaybors-0/+1
2021-04-18separate feature flag for unsizing casts in const fnRalf Jung-1/+1
2021-04-18move 'trait bounds on const fn' to separate feature gateRalf Jung-0/+1
2021-04-13Auto merge of #84082 - andjo403:stabilize_nonzero_leading_trailing_zeros, r=m...bors-1/+0
2021-04-11stabilize const_cttzAndreas Jonson-1/+0
2021-04-11Stabilize feature `duration_saturating_ops`marmeladema-1/+0
2021-04-05Rename non_autolinks -> bare_urlsJoshua Nelson-1/+2
2021-04-04Bump cfgsMark Rousskov-4/+2
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-1/+2
2021-03-19core/std/alloc: stabilize or_patternsmark-1/+1
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-1/+2
2021-03-15Constify mem::swap and ptr::swap[_nonoverlapping]Albin Hedman-0/+1
2021-03-10Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik...Yuki Okushi-1/+1
2021-03-04Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomezYuki Okushi-1/+2
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-1/+2
2021-02-27Added CharIndices::offset functionJohn Hörnvall-0/+1
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-1/+1
2021-02-23Constify ptr::write and the write[_unaligned] methods on *mut TAlbin Hedman-0/+3
2021-02-20Update the bootstrap compilerJoshua Nelson-1/+0
2021-02-18Stabilize `unsafe_op_in_unsafe_fn` lintLeSeulArtichaut-1/+1
2021-02-15Fix intra-doc link to raw pointer methodSimon Sapin-0/+1
2021-02-15Add `ptr::from_raw_parts`, `ptr::from_raw_parts_mut`, and `NonNull::from_raw_...Simon Sapin-0/+1
2021-02-15Add `ptr::Pointee` trait (for all types) and `ptr::metadata` functionSimon Sapin-0/+1
2021-02-08Auto merge of #80962 - jhpratt:const_int_fn-stabilization, r=dtolnaybors-3/+0
2021-01-30Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-seYuki Okushi-1/+0
2021-01-29rename raw_const/mut -> const/mut_addr_of, and stabilize themRalf Jung-1/+0
2021-01-22Add `core::stream::Stream`Yoshua Wuyts-0/+2
2021-01-18use raw-ptr-addr-of for slice::swapRalf Jung-0/+1
2021-01-13Stabilize remaining integer methods as `const fn`Jacob Pratt-3/+0
2021-01-01remove incomplete features from stdBastian Kauschke-2/+1
2020-12-30Remove all doc_comment!{} hacks by using #[doc = expr] where needed.Mara Bos-0/+1
2020-12-30Auto merge of #80511 - Mark-Simulacrum:bump-stage0, r=pietroalbinibors-3/+2
2020-12-30Bump bootstrap compiler to 1.50 betaMark Rousskov-3/+2
2020-12-26Constify MaybeUninit::assume_init_readAlbin Hedman-0/+1
2020-12-26Constify ptr::read and ptr::read_unalignedAlbin Hedman-0/+1
2020-12-10Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJungbors-0/+4
2020-12-08Make assume_init_{ref,mut} constAlbin Hedman-0/+1
2020-12-02Resolved some of the commentsAlbin Hedman-1/+2
2020-12-02Even more constAlbin Hedman-0/+1
2020-12-02Make some of MaybeUninit's methods constAlbin Hedman-0/+1
2020-12-01add const_allocate intrisicVishnunarayan K I-0/+1
2020-11-25Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obkbors-1/+2
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-1/+2
2020-11-23stabilize const_int_powTrevor Spiteri-2/+0
2020-11-19Bump bootstrap compiler versionJake Goulding-6/+4
2020-11-17add trailing_zeros and leading_zeros to non zero typesAndreas Jonson-0/+1
2020-11-09Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAusDylan DPC-0/+1
2020-11-08Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnayMara Bos-0/+1