summary refs log tree commit diff
path: root/library/core/src/lib.rs
AgeCommit message (Expand)AuthorLines
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-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
2020-10-05Remove `fn` from feature nameDylan MacKenzie-1/+1
2020-10-05Add requisite feature gates in the standard libraryDylan MacKenzie-0/+1
2020-10-04Assume slice len is bounded by allocation sizeAndreas Molzer-1/+2
2020-10-01add `str::SplitInclusive::as_str` methodWaffle-0/+1
2020-10-01add `str::{Split,RSplit}::as_str` methodsWaffle-0/+1
2020-09-27Add a feature gate for basic function pointer use in `const fn`Dylan MacKenzie-0/+1
2020-09-25Add new feature gate to standard libraryDylan MacKenzie-0/+1
2020-09-24Auto merge of #77083 - KodrAus:revert/const-type-id, r=RalfJungbors-0/+1
2020-09-23revert const_type_id stabilizationAshley Mannix-0/+1
2020-09-22Update library functions with stability attributesDylan MacKenzie-0/+2
2020-09-21Rollup merge of #76655 - CDirkx:const-pin, r=ecstatic-morseecstatic-morse-0/+1
2020-09-21Auto merge of #76295 - mati865:remove-mmx, r=Amanieu,oli-obkbors-1/+0
2020-09-20Auto merge of #76975 - RalfJung:rollup-s2wiuqr, r=RalfJungbors-7/+0