about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2024-06-22Add `core::clone::CloneToUninit`.Kevin Reid-0/+68
2024-06-21Rollup merge of #126613 - tgross35:log-test-update, r=cuviperMatthias Krüger-13/+13
2024-06-20Auto merge of #124032 - Voultapher:a-new-sort, r=thomccbors-25/+1
2024-06-20Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxuMatthias Krüger-0/+4
2024-06-20Add blank lines after module-level `//` comments.Nicholas Nethercote-0/+2
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+2
2024-06-19Make Option::as_[mut_]slice constGeorge Bateman-0/+9
2024-06-17Print the tested value in int_log testsTrevor Gross-13/+13
2024-06-07Stabilize `error_in_core`Slanterns-1/+0
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-16Fix tidy errorsLukas Bergdoll-1/+0
2024-05-16Replace sort implementationsLukas Bergdoll-25/+2
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