about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
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/+13
2021-03-27Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-sebors-44/+19
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-4/+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/+36
2021-03-25Rollup merge of #83349 - m-ou-se:unwrap-none, r=dtolnayYuki Okushi-93/+1
2021-03-25Rollup merge of #83041 - guswynn:stable_debug_struct, r=m-ou-seYuki Okushi-2/+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-4/+2
2021-03-24Use intra-doc link in core::cellDeadbeef-1/+1
2021-03-23Add Result::into_err where the Ok variant can never happenLinus Färnstrand-0/+36
2021-03-23Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-sebors-11/+73
2021-03-22Preserve signed zero on roundtripJubilee Young-39/+12
2021-03-22Add ability to read NaN/InfinityJubilee Young-5/+7
2021-03-22Fix asm! from AT&T to Intel syntaxJosh Stone-2/+2
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-1/+1
2021-03-22Update the minimum external LLVM to 10Josh Stone-4/+2
2021-03-22Add `debug-refcell` feature to libcoreAaron Hill-11/+73
2021-03-22Rollup merge of #83372 - eggyal:split-inclusive, r=Mark-SimulacrumDylan DPC-1/+1
2021-03-22Rollup merge of #83272 - kornelski:takedocs, r=dtolnayDylan DPC-2/+13
2021-03-22Rollup merge of #82683 - jturner314:int-div-rem-doc-panic, r=nikomatsakisDylan DPC-6/+20
2021-03-22Auto merge of #82680 - jturner314:div_euclid-docs, r=JohnTitorbors-4/+4
2021-03-22SplitInclusive is public APIAlan Egerton-1/+1
2021-03-22Rollup merge of #82771 - emilio:iter-mut-as-slice, r=m-ou-seDylan DPC-2/+8
2021-03-22Rollup merge of #81607 - the8472:trustedrandomaccess-all-the-things, r=m-ou-seDylan DPC-2/+66
2021-03-22Rollup merge of #80771 - thomcc:nonnull-refmut, r=dtolnayDylan DPC-6/+6
2021-03-21Bump slice_iter_mut_as_slice stable version.Mara Bos-2/+2
2021-03-21implement TrustedRandomAccess for array::IntoIterThe8472-1/+24
2021-03-21implement TrustedRandomAccess for Ranges over int typesThe8472-1/+42
2021-03-21Auto merge of #83053 - oli-obk:const_stab_version, r=m-ou-sebors-19/+19