summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2024-02-08[Beta 1.77] Fix bootstrapping from 1.76Eric Huss-1/+1
2024-01-26Rollup merge of #103522 - Dylan-DPC:76118/array-methods-stab, r=dtolnayMatthias Krüger-1/+0
2023-11-07Stabilize `slice_group_by`Niklas Fiekas-1/+0
2024-01-22Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"Oli Scherer-0/+1
2024-01-21Auto merge of #85528 - the8472:iter-markers, r=dtolnaybors-2/+15
2024-01-21Rollup merge of #119081 - jstasiak:is-ipv4-mapped, r=dtolnayNadrieril-1/+11
2024-01-21Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-SimulacrumNadrieril-3/+2
2024-01-20Use bool instead of PartiolOrd in is_sorted_byEbbDrop-3/+2
2024-01-20Rollup merge of #118799 - GKFX:stabilize-simple-offsetof, r=wesleywiserMatthias Krüger-1/+1
2024-01-20Rollup merge of #113142 - the8472:opt-cstr-display, r=Mark-SimulacrumMatthias Krüger-0/+10
2024-01-19Remove feature(offset_of) from testsGeorge Bateman-0/+1
2024-01-19Stabilize simple offset_ofGeorge Bateman-1/+0
2024-01-19Rollup merge of #119984 - kpreid:waker-noop, r=dtolnayMatthias Krüger-2/+1
2024-01-19Rollup merge of #117561 - tgross35:split-array, r=scottmcmMatthias Krüger-38/+14
2024-01-17Remove unnecessary `let`s and borrowing from `Waker::noop()` usage.Kevin Reid-2/+1
2024-01-11apply fmtklensy-75/+111
2024-01-11Make is_global/is_unicast_global special address handling completeJakub Stasiak-2/+12
2024-01-10implement TrustedLen for StepByThe8472-2/+15
2024-01-10Stabilize `slice_first_last_chunk`Trevor Gross-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
2024-01-02Adjust library tests for unused_tuple_struct_fields -> dead_codeJake Goulding-28/+28
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/+21
2023-12-22Add IntoAsyncIteratorEric Holk-0/+21
2023-12-22update cfg(bootstrap)sPietro Albini-1/+0
2023-12-18Add Ipv6Addr::is_ipv4_mappedChristiaan Dirkx-1/+11
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-29Remove `{,r}split_array_ref{,_mut}` methods from slicesTrevor Gross-38/+15
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