summary refs log tree commit diff
path: root/library/core/src/lib.rs
AgeCommit message (Expand)AuthorLines
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-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
2020-11-05Rename lint to non_autolinksGuillaume Gomez-1/+1
2020-11-05Rename automatic_links to url_improvementsGuillaume Gomez-1/+1
2020-11-05Fix automatic_links warningsGuillaume Gomez-0/+1
2020-11-04Constantify `UnsafeCell::into_inner` and relatedBenoƮt du Garreau-0/+1
2020-10-27Do not depend on except for bootstrapSantiago Pastorino-1/+1
2020-10-27Add unsized_fn_params featureSantiago Pastorino-0/+1
2020-10-26Apply suggested changesEthan Brierley-0/+1
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-0/+1
2020-10-19Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepma...Guillaume Gomez-0/+1
2020-10-16stop relying on feature(untagged_unions) in stdlibRalf Jung-1/+1
2020-10-16Rollup merge of #75265 - WaffleLapkin:str_split_as_str, r=dtolnayDylan DPC-0/+2
2020-10-12Use `try{}` in `try_fold` to decouple library from `Try` detailsScott McMurray-0/+1
2020-10-10Revert "Assume slice len is bounded by allocation size"Simonas Kazlauskas-1/+0
2020-10-07Bump to 1.48 bootstrap compilerMark Rousskov-3/+2