about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
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 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
2021-03-20Auto merge of #82919 - bstrie:stabchar, r=dtolnaybors-7/+7
2021-03-19Stabilize `assoc_char_funcs` and `assoc_char_consts`bstrie-7/+7
2021-03-19core/std/alloc: stabilize or_patternsmark-1/+1
2021-03-19Rollup merge of #83254 - jfrimmel:panic_output-stream, r=m-ou-se,joshtriplettDylan DPC-5/+10
2021-03-19Rollup merge of #82570 - WaffleLapkin:split_whitespace_as_str, r=m-ou-seDylan DPC-4/+61
2021-03-19Rollup merge of #83270 - steffahn:missing_word_in_skip_while_doc, r=joshtriplettDylan DPC-1/+1
2021-03-18Apply suggestions from code reviewJ. Frimmel-3/+3
2021-03-18Expand documentation of Iterator::take and skipKornel-2/+13
2021-03-18Fix typo/inaccuracy in the documentation of Iterator::skip_whileFrank Steffahn-1/+1
2021-03-18Incorporate review feedback #2Julian Frimmel-3/+4
2021-03-18Add more information about panickingJulian Frimmel-5/+9
2021-03-18Include output stream in `panic!()` documentationJulian Frimmel-2/+2
2021-03-18Auto merge of #82868 - petrochenkov:bto, r=estebankbors-6/+6
2021-03-18Rollup merge of #82434 - jyn514:hash, r=JohnTitorDylan DPC-2/+8
2021-03-18generalize slice::fill specialization for byte-sized itemsThe8472-36/+13
2021-03-18Fix use of bare trait objects everywhereVadim Petrochenkov-6/+6
2021-03-17Auto merge of #82122 - bstrie:dep4real, r=dtolnaybors-2/+6