about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2021-04-08Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwcoDylan DPC-1/+1
2021-04-07Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodrausbors-13/+4
2021-04-07Stabilize cmp_min_max_byGriffin Smith-13/+4
2021-04-06Always mention `Box::pin` when dealing with `!Unpin`Esteban Küber-1/+1
2021-04-05Auto merge of #83858 - joshtriplett:unsafe-cell-always-inline, r=Mark-Simulacrumbors-5/+5
2021-04-05Auto merge of #83819 - AngelicosPhosphoros:issue-73338-fix-partial-eq-impl, r...bors-1/+2
2021-04-05Auto merge of #83864 - Dylan-DPC:rollup-78an86n, r=Dylan-DPCbors-13/+59
2021-04-04Auto merge of #83530 - Mark-Simulacrum:bootstrap-bump, r=Mark-Simulacrumbors-147/+20
2021-04-05Rollup merge of #83815 - RalfJung:addr_of, r=kennytmDylan DPC-1/+34
2021-04-05Rollup merge of #83019 - eddyb:spirv-no-block-swap, r=nagisaDylan DPC-12/+25
2021-04-04core: disable `ptr::swap_nonoverlapping_one`'s block optimization on SPIR-V.Eduard-Mihai Burtescu-6/+17
2021-04-04core: rearrange `ptr::swap_nonoverlapping_one`'s cases (no functional changes).Eduard-Mihai Burtescu-11/+13
2021-04-04Bump cfgsMark Rousskov-147/+20
2021-04-04Use `#[inline(always)]` on trivial UnsafeCell methodsJosh Triplett-5/+5
2021-04-04Optimize PartialOrd leAngelicosPhosphoros-1/+2
2021-04-04fix typoRalf Jung-1/+1
2021-04-04Rollup merge of #81619 - SkiFire13:resultshunt-inplace, r=the8472Dylan DPC-0/+23
2021-04-04rely on intra-doc linksRalf Jung-2/+0
2021-04-03explain that even addr_of cannot deref a NULL ptrRalf Jung-0/+8
2021-04-03addr_of_mut: add example for creating a pointer to uninit dataRalf Jung-1/+28
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-3/+6
2021-03-30Rollup merge of #83579 - RalfJung:ptr-arithmetic, r=dtolnayDylan DPC-55/+47
2021-03-30Rollup merge of #83571 - a1phyr:feature_const_slice_first_last, r=dtolnayDylan DPC-8/+16
2021-03-30Rollup merge of #83568 - RalfJung:uninit_array, r=dtolnayDylan DPC-3/+3
2021-03-28Add escape_default method to u8 and [u8]ltdk-0/+121
2021-03-28Auto merge of #81354 - SkiFire13:binary-search-assume, r=nagisabors-0/+2
2021-03-27Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-seDylan DPC-9/+49
2021-03-27Rollup merge of #82626 - lcnr:encode_with_shorthandb, r=estebankDylan DPC-2/+2
2021-03-27Rollup merge of #82525 - RalfJung:unaligned-ref-warn, r=petrochenkovDylan DPC-0/+2
2021-03-27clarify 'remains attached', and remove recommendation to use integer arithmeticRalf Jung-30/+12
2021-03-27add definition of 'allocated object', and link it from relevant method docsRalf Jung-37/+47
2021-03-27Add the tracking issue for `#![feature(iter_zip)]`Josh Stone-3/+3
2021-03-27make unaligned_refereces future-incompat lint warn-by-default, and remove the...Ralf Jung-0/+2
2021-03-27Constantify some slice methodsBenoît du Garreau-8/+16
2021-03-27update comment at MaybeUninit::uninit_arrayRalf Jung-3/+3
2021-03-27Auto merge of #83245 - the8472:generalize-slice-fill, r=m-ou-sebors-36/+26
2021-03-27Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-sebors-202/+266
2021-03-26update array missing `IntoIterator` msglcnr-2/+2
2021-03-26Use iter::zip in library/Josh Stone-7/+11
2021-03-26Add function core::iter::zipJosh Stone-2/+38
2021-03-26Update char::escape_debug_ext to handle different escapes in strings vs. charsÖmer Sinan Ağacan-11/+49
2021-03-25Auto merge of #83387 - cuviper:min-llvm-10, r=nagisabors-6/+4
2021-03-25Auto merge of #82565 - m-ou-se:ununstabilize-bits, r=kennytmbors-5/+2
2021-03-25Rollup merge of #83440 - fee1-dead:core-cell-intralink, r=jyn514Yuki Okushi-1/+1
2021-03-25Rollup merge of #83421 - faern:add-into-err, r=joshtriplettYuki Okushi-0/+58
2021-03-25Rollup merge of #83349 - m-ou-se:unwrap-none, r=dtolnayYuki Okushi-100/+7
2021-03-25Rollup merge of #83041 - guswynn:stable_debug_struct, r=m-ou-seYuki Okushi-3/+1
2021-03-24Bump debug_non_exhaustive stabilization to 1.53.Mara Bos-1/+1
2021-03-24Bump int_bits_const stable version to 1.53.Mara Bos-2/+2
2021-03-24Revert "Revert stabilizing integer::BITS."Mara Bos-5/+2