about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2024-02-17Allow newly added non_local_definitions in stdUrgau-0/+3
2024-02-17Auto merge of #120741 - a1phyr:safe_buffer_advance, r=m-ou-sebors-12/+4
2024-02-16Specialize flattening iterators with only one inner itemJosh Stone-0/+66
2024-02-16Auto merge of #116385 - kornelski:maybe-rename, r=Amanieubors-8/+8
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-82/+57
2024-02-15Use generic `NonZero` internally.Markus Reiter-184/+199
2024-02-11Rollup merge of #120307 - djc:duration-constructors, r=Mark-SimulacrumMatthias Krüger-0/+44
2024-02-08Step all bootstrap cfgs forwardMark Rousskov-2/+2
2024-02-07Make `io::BorrowedCursor::advance` safeBenoît du Garreau-12/+4
2024-02-07Update testsr0cky-0/+1
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/+44
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-11Rename MaybeUninit::write_sliceKornel-8/+8
2023-11-11round to evenJames Dietz-343/+10