about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2020-09-18Make some methods of `Pin<&mut T>` unstable constChristiaan Dirkx-1/+12
2020-09-16Rollup merge of #75026 - JulianKnodt:array_windows, r=AmanieuTyler Mandry-0/+50
2020-09-16Add array window fnkadmin-0/+50
2020-09-16Rollup merge of #76366 - ayushmishra2005:arith_tests_in_library, r=jyn514Ralf Jung-0/+29
2020-09-16Rollup merge of #76335 - CDirkx:const-duration, r=ecstatic-morseRalf Jung-0/+104
2020-09-16Rollup merge of #76198 - CDirkx:const-ordering, r=dtolnayDylan DPC-1/+17
2020-09-15Fix to libstd testJubilee Young-42/+44
2020-09-15Move Wrapping<T> ui tests into libraryJubilee Young-0/+77
2020-09-13Make some methods of `Pin` unstable constChristiaan Dirkx-0/+23
2020-09-12Make all methods of `Duration` constChristiaan Dirkx-0/+104
2020-09-12Rollup merge of #76114 - marmeladema:duration-saturating-ops, r=shepmasterRalf Jung-0/+32
2020-09-12Auto merge of #75021 - cuviper:array_chunks_mut, r=scottmcmbors-0/+93
2020-09-08Add saturating methods for `Duration`marmeladema-0/+32
2020-09-07Rollup merge of #76305 - CDirkx:const-tests, r=matkladDylan DPC-0/+28
2020-09-05Minor refactoringAyush Kumar Mishra-2/+4
2020-09-05Add Arith Tests in LibraryAyush Kumar Mishra-0/+27
2020-09-04Add tests for array_chunks_mutJosh Stone-0/+93
2020-09-04Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAusbors-2/+2
2020-09-04Move various ui const tests to `library`Christiaan Dirkx-0/+28
2020-09-04Move const tests for `Poll` to `library\core`Christiaan Dirkx-0/+15
2020-09-04Move const tests for `Ordering` to `library\core`Christiaan Dirkx-1/+17
2020-09-04Move const tests for `Result` to `library\core`Christiaan Dirkx-0/+16
2020-09-03Rollup merge of #76120 - LukasKalbertodt:add-as-slice-method-to-array, r=Mark...Dylan DPC-2/+1
2020-09-02flt2dec: properly handle uninitialized memoryRalf Jung-50/+52
2020-08-30Fix tests using `FixedSizeArray` methods (which are now shadowed)Lukas Kalbertodt-2/+1
2020-08-24Stabilize Range[Inclusive]::is_emptyScott McMurray-1/+0
2020-08-21Auto merge of #75694 - RalfJung:miri-align-to, r=nagisabors-11/+6
2020-08-20Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisabors-0/+97
2020-08-19Use min_specialization in libcoreMatthew Jasper-0/+97
2020-08-19enable align_to tests in MiriRalf Jung-11/+6
2020-08-18Make OnceCell<T> transparent to dropckAleksey Kladov-0/+9
2020-08-16Replace ad hoc implementations with `slice::check_range`dylni-2/+2
2020-08-13Add drop check test & MaybeUninit::first_ptr_mutkadmin-0/+29
2020-08-13Add recommend changes to arraykadmin-0/+4
2020-08-13Add Array Impl Lang Item in various placeskadmin-0/+8
2020-08-02Auto merge of #74948 - lzutao:stalize-result-as-deref, r=dtolnaybors-119/+9
2020-08-03Rollup merge of #74974 - RalfJung:miri-tests, r=Mark-SimulacrumYuki Okushi-4/+5
2020-07-31expand commentsRalf Jung-1/+1
2020-07-31also reduce some libcore test iteration countsRalf Jung-3/+4
2020-07-31Update testsLzu Tao-118/+9
2020-07-31Stabilize as_deref and as_deref on ResultLzu Tao-1/+0
2020-07-30add tests for array_chunksBastian Kauschke-0/+92
2020-07-27mv std libs to library/mark-0/+14441