about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2022-10-02add tests for panicking integer logarithmsLukas Markeffsky-0/+30
2022-09-29Fix integer overflow in `format!("{:.0?}", Duration::MAX)`beetrees-1/+23
2022-09-27Sort modwoppopo-1/+1
2022-09-27Fix indentwoppopo-11/+11
2022-09-27Add newlineswoppopo-2/+2
2022-09-27Add test cases for const `Location`woppopo-0/+34
2022-09-27Stabilize bench_black_boxUrgau-1/+0
2022-09-27introduce `{char, u8}::is_ascii_octdigit`Akshay-0/+19
2022-09-14Made from_waker, waker, from_raw consty86-dev-1/+17
2022-09-09Auto merge of #93873 - Stovent:big-ints, r=m-ou-sebors-0/+49
2022-09-02Rollup merge of #99583 - shepmaster:provider-plus-plus, r=yaahcGuillaume Gomez-1/+1
2022-08-29Rollup merge of #100819 - WaffleLapkin:use_ptr_byte_methods, r=scottmcmDylan DPC-2/+2
2022-08-26Rollup merge of #100604 - dtolnay:okorerr, r=m-ou-seYuki Okushi-10/+0
2022-08-24Rollup merge of #100220 - scottmcm:fix-by-ref-sized, r=joshtriplettMatthias Krüger-0/+21
2022-08-23Make use of `[wrapping_]byte_{add,sub}`Maybe Waffle-2/+2
2022-08-23Support eager and lazy methods for providing references and valuesJake Goulding-1/+1
2022-08-20Rollup merge of #99544 - dylni:expose-utf8lossy, r=Mark-SimulacrumMatthias Krüger-69/+70
2022-08-20Expose `Utf8Lossy` as `Utf8Chunks`dylni-69/+70
2022-08-19Auto merge of #99541 - timvermeulen:flatten_cleanup, r=the8472bors-0/+42
2022-08-17Remove unstable Result::into_ok_or_errDavid Tolnay-10/+0
2022-08-14Properly forward `ByRefSized::fold` to the inner iteratorScott McMurray-0/+21
2022-08-14fix(iter::skip): Optimize `next` and `nth` implementations of `Skip`austinabell-0/+31
2022-08-14Rollup merge of #100026 - WaffleLapkin:array-chunks, r=scottmcmDylan DPC-0/+203
2022-08-12Rollup merge of #100030 - WaffleLapkin:nice_pointer_sis, r=scottmcmDylan DPC-3/+5
2022-08-11Rollup merge of #100112 - RalfJung:assert_send_and_sync, r=m-ou-seMatthias Krüger-1/+2
2022-08-10Auto merge of #99174 - scottmcm:reoptimize-layout-array, r=joshtriplettbors-0/+44
2022-08-09Rename integer log* methods to ilog*Eric Holk-78/+78
2022-08-05cleanup code w/ pointers in std a littleMaybe Waffle-3/+5
2022-08-05Move `fold` logic to `iter_fold` method and reuse it in `count` and `last`Tim Vermeulen-0/+42
2022-08-03actually call assert_send_and_syncRalf Jung-1/+2
2022-08-01Remove incorrect impl `TrustedLen` for `ArrayChunks`Maybe Waffle-1/+1
2022-08-01Add back Send and Sync impls on ChunksMut iteratorsBen Kimock-0/+21
2022-08-01Use `array::IntoIter` for the `ArrayChunks` remainderRoss MacArthur-24/+5
2022-08-01Add `Iterator::array_chunks()`Ross MacArthur-0/+222
2022-07-27Rollup merge of #94247 - saethlin:chunksmut-aliasing, r=the8472Guillaume Gomez-0/+44
2022-07-22Auto merge of #99491 - workingjubilee:sync-psimd, r=workingjubileebors-0/+1
2022-07-20Introduce core::simd trait imports in testsJubilee Young-0/+1
2022-07-19Auto merge of #98912 - nrc:provider-it, r=yaahcbors-11/+11
2022-07-19Rollup merge of #99434 - timvermeulen:skip_next_non_fused, r=scottmcmDylan DPC-0/+11
2022-07-18Add note to test about `Unfuse`Tim Vermeulen-0/+3
2022-07-18Fix `Skip::next` for non-fused inner iteratorsTim Vermeulen-0/+8
2022-07-18Rollup merge of #98839 - 5225225:assert_transmute_copy_size, r=thomccDylan DPC-0/+40
2022-07-17Rollup merge of #99306 - JohnTitor:stabilize-future-poll-fn, r=joshtriplettYuki Okushi-1/+0
2022-07-16Auto merge of #98866 - nagisa:nagisa/align-offset-wroom, r=Mark-Simulacrumbors-27/+36
2022-07-17Add a special case for align_offset /w stride != 1Simonas Kazlauskas-27/+36
2022-07-16Stabilize `future_poll_fn`Yuki Okushi-1/+0
2022-07-14Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillotbors-1/+1
2022-07-14Rollup merge of #98315 - joshtriplett:stabilize-core-ffi-c, r=Mark-SimulacrumDylan DPC-1/+0
2022-07-13Stabilize `core::ffi:c_*` and rexport in `std::ffi`Josh Triplett-1/+0
2022-07-13Re-optimize `Layout::array`Scott McMurray-0/+44