about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2023-12-10remove redundant importssurechen-17/+2
2023-12-05Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errorsMichael Goulet-0/+1
2023-11-26Fix library testsCaleb Zulawski-2/+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/+14
2023-11-18Auto merge of #117525 - GKFX:remove_option_payload_ptr, r=petrochenkovbors-0/+8
2023-11-16Remove option_payload_ptr; redundant to offset_ofGeorge Bateman-0/+8
2023-11-15avoid exhaustive i16 test in MiriRalf Jung-2/+5
2023-11-14Auto merge of #116301 - mj10021:issue-115737-fix, r=cuviperbors-4/+16
2023-11-11round to evenJames Dietz-343/+10
2023-11-11fix rounding issue with exponents in fmtJames Dietz-4/+349
2023-11-11Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnaybors-2/+2
2023-11-09Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io`John Millikin-0/+178
2023-11-05Add `Duration::abs_diff`Ole Bertram-0/+14
2023-11-05Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnaybors-0/+21
2023-11-04Stabilize `const_maybe_uninit_zeroed`Trevor Gross-0/+21
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-2/+2
2023-10-25Stabilize `[const_]pointer_byte_offsets`Maybe Waffle-2/+0
2023-10-24Rollup merge of #116714 - WaffleLapkin:order-the-order, r=joshtriplettMatthias Krüger-0/+11
2023-10-22use visibility to check unused imports and delete some stmtsbohan-4/+0
2023-10-15Add tests for `SocketAddrV6` ordering with scope_id and flowinfoMaybe Waffle-0/+11
2023-10-15Auto merge of #115515 - the8472:zip-for-arrays, r=scottmcmbors-1/+5
2023-10-13Auto merge of #116233 - DaniPopes:stabilize-const_maybe_uninit_assume_init_re...bors-1/+0
2023-10-11Auto merge of #112818 - Benjamin-L:add-slice_split_once, r=cuviperbors-0/+21
2023-10-06optimize zipping over array iteratorsThe 8472-1/+5
2023-10-02MIRI -> MiriRalf Jung-2/+2
2023-09-29Auto merge of #116176 - FedericoStra:isqrt, r=dtolnaybors-0/+62
2023-09-28isqrt: disable long running tests in MiriFederico Stra-0/+8
2023-09-28Stabilize `const_maybe_uninit_assume_init_read`DaniPopes-1/+0
2023-09-28isqrt: fix stabilityFederico Stra-0/+1
2023-09-26isqrt: add more testsFederico Stra-0/+32
2023-09-23Add the `cfg_match!` macroCaio-0/+156
2023-09-22isqrt: add testsFederico Stra-0/+21
2023-09-02Auto merge of #113295 - clarfonthey:ascii-step, r=cuviperbors-1/+19
2023-08-28Rollup merge of #114238 - jhpratt:fix-duration-div, r=thomccMatthias Krüger-0/+1
2023-08-14Auto merge of #113464 - waynr:remove-provider-trait, r=Amanieubors-63/+69
2023-08-14Implement Step for AsciiCharltdk-1/+19
2023-08-13core/any: remove Provider traitwayne warren-63/+69
2023-08-11Add Iterator::map_windowsFrank King-0/+285
2023-07-30Fix implementation of `Duration::checked_div`Jacob Pratt-0/+1
2023-07-21Auto merge of #112699 - bluebear94:mf/more-is-sorted-tests, r=cuviperbors-1/+58
2023-07-18remove the unstable `core::sync::atomic::ATOMIC_*_INIT` constantsKaDiWa-1/+1
2023-07-12Flip cfg's for bootstrap bumpMark Rousskov-1/+1
2023-07-03enable test_join test in MiriRalf Jung-1/+0
2023-06-26Auto merge of #111850 - the8472:external-step-by, r=scottmcmbors-0/+55
2023-06-23Specialize StepBy<Range<{integer}>>The 8472-0/+55
2023-06-19Implement slice::split_once and slice::rsplit_onceBenjamin Lee-0/+21
2023-06-19Rollup merge of #112606 - clarfonthey:ip-display, r=thomccMichael Goulet-4/+4
2023-06-16Add more comprehensive tests for is_sorted and friends+merlan #flirora-1/+58