summary refs log tree commit diff
path: root/library/core/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2024-06-29Stabilize `duration_abs_diff`Ole Bertram-1/+0
2024-06-24Replace `MaybeUninit::uninit_array()` with array repeat expression.Kevin Reid-2/+0
2024-06-22Auto merge of #116113 - kpreid:arcmut, r=dtolnaybors-0/+2
2024-06-22Add `core::clone::CloneToUninit`.Kevin Reid-0/+2
2024-06-20Auto merge of #124032 - Voultapher:a-new-sort, r=thomccbors-1/+0
2024-06-07Stabilize `error_in_core`Slanterns-1/+0
2024-06-04Add function `core::iter::chain`Ross MacArthur-0/+1
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-16Replace sort implementationsLukas Bergdoll-1/+0
2024-05-03Stabilize `div_duration`Артём Павлов [Artyom Pavlov]-1/+0
2024-05-01Step bootstrap cfgsMark Rousskov-2/+1
2024-04-26Auto merge of #123909 - dtolnay:utf8chunks, r=joboetbors-1/+0
2024-04-24Stabilize Utf8ChunksDavid Tolnay-1/+0
2024-04-24Stabilise `inline_const`Gary Guo-1/+1
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
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-0/+1
2024-04-02Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwcobors-0/+1
2024-03-31Require Pointee::Metadata to be FreezeStepan Koltsov-0/+1
2024-03-30Make {integer}::from_str_radix constantGeorge Bateman-0/+1
2024-03-29stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gateAria Beingessner-1/+1
2024-03-23Add+Use `mir::BinOp::Cmp`Scott McMurray-0/+1
2024-03-21Stabilize `const_caller_location` and `const_location_fields`lilasta-2/+0
2024-03-16Add as_(mut_)ptr and as_(mut_)slice to raw array pointersYotam Ofek-0/+2
2024-03-05Implement MaybeUninit::fill{,_with,_from}Andrew Wock-0/+1
2024-02-20Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)Peter Jaszkowiak-1/+0
2024-02-15Use generic `NonZero` internally.Markus Reiter-0/+1
2024-02-11Rollup merge of #120307 - djc:duration-constructors, r=Mark-SimulacrumMatthias Krüger-0/+1
2024-02-08Step all bootstrap cfgs forwardMark Rousskov-2/+2
2024-02-05revert stabilization of const_intrinsic_copyRalf Jung-0/+1
2024-01-26Rollup merge of #103522 - Dylan-DPC:76118/array-methods-stab, r=dtolnayMatthias Krüger-1/+0
2024-01-24core: add Duration constructorsDirkjan Ochtman-0/+1
2024-01-22Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"Oli Scherer-0/+1
2024-01-19Remove feature(offset_of) from testsGeorge Bateman-0/+1
2024-01-19Stabilize simple offset_ofGeorge Bateman-1/+0
2024-01-05Rollup merge of #119583 - AngelicosPhosphoros:const_assume, r=RalfJungMichael Goulet-1/+0
2024-01-04Make `intrinsics::assume` const stableAngelicosPhosphoros-1/+0
2023-12-24Stabilize ip_in_core featureLinus Färnstrand-1/+0
2023-12-22Rollup merge of #119222 - eholk:into-async-iterator, r=compiler-errors,dtolnayMichael Goulet-0/+4
2023-12-22Add IntoAsyncIteratorEric Holk-0/+4
2023-12-22update cfg(bootstrap)sPietro Albini-1/+0
2023-12-05Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errorsMichael Goulet-0/+1
2023-11-22also make 'core_intrinsics' internalRalf Jung-0/+1
2023-11-22Stabilize RFC3324 dyn upcasting coercionUrgau-1/+1
2023-11-21Auto merge of #117619 - elomatreb:add-duration-abs-diff, r=thomccbors-0/+1
2023-11-11Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnaybors-1/+1
2023-11-09Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io`John Millikin-0/+2