summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2022-10-25Rollup merge of #98204 - Kixiron:stable-unzip, r=thomccDylan DPC-1/+0
2022-10-24Rollup merge of #102271 - lopopolo:lopopolo/stabilize-duration-try-from-secs-...Yuki Okushi-1/+0
2022-10-19Adjust `transmute{,_copy}` to be clearer about which of `T` and `U` is input ...Thom Chiovoloni-1/+5
2022-10-17Remove all uses of array_assume_initAlex Saveau-4/+4
2022-10-15Stabilize `duration_checked_float`Ryan Lopopolo-1/+0
2022-10-14Auto merge of #103069 - matthiaskrgr:rollup-xxsx6sk, r=matthiaskrgrbors-0/+9
2022-10-14Auto merge of #101030 - woppopo:const_location, r=scottmcmbors-0/+35
2022-10-14Fix `Duration::{try_,}from_secs_f{32,64}(-0.0)`beetrees-0/+9
2022-10-14more dupe word typosRageking8-1/+1
2022-10-12Rollup merge of #102578 - lukas-code:ilog-panic, r=m-ou-seDylan DPC-0/+30
2022-10-11Change tracking issue from #76156 to #102911woppopo-0/+1
2022-10-09fixup lint nameMaybe Waffle-1/+1
2022-10-09allow `for_loop_over_fallibles` in a `core` testMaybe Waffle-0/+1
2022-10-08Fix test (location_const_file)woppopo-1/+1
2022-10-07make const_err a hard errorRalf Jung-3/+0
2022-10-03Rollup merge of #101308 - nerdypepper:feature/is-ascii-octdigit, r=joshtriplettMatthias Krüger-0/+19
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