summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2024-06-04Add function `core::iter::chain`Ross MacArthur-0/+9
2024-06-02Rollup merge of #121062 - RustyYato:f32-midpoint, r=the8472Jubilee-3/+26
2024-06-01Change f32::midpoint to upcast to f64RustyYato-3/+26
2024-05-29[ACP 362] genericize `ptr::from_raw_parts`Scott McMurray-4/+4
2024-05-28Add an intrinsic for `ptr::metadata`Scott McMurray-0/+12
2024-05-26Rollup merge of #125561 - Cyborus04:stabilize-slice-flatten, r=scottmcmMatthias Krüger-1/+0
2024-05-26Stabilize `slice_flatten`Cyborus-1/+0
2024-05-25Rollup merge of #124667 - newpavlov:stabilize_div_duration, r=jhprattMatthias Krüger-1/+0
2024-05-23Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil...Matthias Krüger-0/+1
2024-05-15Rename `flatten(_mut)` → `as_flattened(_mut)`Scott McMurray-2/+2
2024-05-15Allow for_loops_over_fallibles in test that tests &mut Result as IntoIterator.Zachary S-0/+1
2024-05-03Stabilize `div_duration`Артём Павлов [Artyom Pavlov]-1/+0
2024-05-01Step bootstrap cfgsMark Rousskov-3/+1
2024-04-26Auto merge of #123909 - dtolnay:utf8chunks, r=joboetbors-5/+2
2024-04-24Stabilize Utf8ChunksDavid Tolnay-5/+2
2024-04-24Stabilise `inline_const`Gary Guo-1/+1
2024-04-22Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnayGuillaume Gomez-1/+0
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-04-21Use it in the library, and `InstSimplify` it away in the easy placesScott McMurray-0/+21
2024-04-12Stabilize (const_)slice_ptr_len and (const_)slice_ptr_is_empty_nonnullEduardo Sánchez Muñoz-1/+0
2024-04-06Rollup merge of #122291 - lilasta:stabilize_const_location_fields, r=dtolnayMatthias Krüger-2/+0
2024-04-04Rollup merge of #123206 - stepancheg:pointee-metadata-freeze, r=AmanieuJacob Pratt-1/+3
2024-04-02Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwcobors-0/+28
2024-03-31Require Pointee::Metadata to be FreezeStepan Koltsov-1/+3
2024-03-31Auto merge of #123181 - stepancheg:pointee-metadata-debug, r=the8472,Amanieubors-1/+9
2024-03-30Make {integer}::from_str_radix constantGeorge Bateman-0/+11
2024-03-29stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gateAria Beingessner-1/+1
2024-03-29Require Debug for Pointee::MetadataStepan Koltsov-1/+9
2024-03-24Address PR feedbackScott McMurray-12/+20
2024-03-23Add+Use `mir::BinOp::Cmp`Scott McMurray-0/+20
2024-03-21Stabilize `const_caller_location` and `const_location_fields`lilasta-2/+0
2024-03-20step cfgsMark Rousskov-3/+3
2024-03-16Add as_(mut_)ptr and as_(mut_)slice to raw array pointersYotam Ofek-0/+15
2024-03-14fix unsoundness in Step::forward_unchecked for signed integersThe 8472-0/+5
2024-03-05Implement MaybeUninit::fill{,_with,_from}Andrew Wock-6/+212
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors-0/+3
2024-02-21rename ptr::invalid -> ptr::without_provenanceRalf Jung-35/+35
2024-02-20Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)Peter Jaszkowiak-1/+0
2024-02-17Auto merge of #121204 - cuviper:flatten-one-shot, r=the8472bors-0/+66
2024-02-17Allow newly added non_local_definitions in stdUrgau-0/+3
2024-02-17Auto merge of #120741 - a1phyr:safe_buffer_advance, r=m-ou-sebors-12/+4
2024-02-16Specialize flattening iterators with only one inner itemJosh Stone-0/+66
2024-02-16Auto merge of #116385 - kornelski:maybe-rename, r=Amanieubors-8/+8
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-82/+57
2024-02-15Use generic `NonZero` internally.Markus Reiter-184/+199
2024-02-11Rollup merge of #120307 - djc:duration-constructors, r=Mark-SimulacrumMatthias Krüger-0/+44
2024-02-08Step all bootstrap cfgs forwardMark Rousskov-2/+2
2024-02-07Make `io::BorrowedCursor::advance` safeBenoît du Garreau-12/+4
2024-02-07Update testsr0cky-0/+1
2024-02-05revert stabilization of const_intrinsic_copyRalf Jung-0/+1