about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2022-01-29Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obkMatthias Krüger-0/+23
2022-01-28update cfg(bootstrap)sPietro Albini-3/+0
2022-01-28Add a test case for using NonNull::new in const contextwoppopo-0/+17
2022-01-28Fix wrong assumption in `DecodeUtf16::size_hint`Maybe Waffle-1/+2
2022-01-28test_const_allocate_at_runtimewoppopo-1/+10
2022-01-27Add a test for `char::DecodeUtf16::size_hint`Maybe Waffle-0/+25
2022-01-26`const_deallocate`: Don't deallocate memory allocated in an another const. Do...woppopo-0/+14
2022-01-23Rollup merge of #91122 - dtolnay:not, r=m-ou-seMatthias Krüger-0/+6
2022-01-15Rollup merge of #92747 - swenson:bignum-bit-length-optimization, r=scottmcmMatthias Krüger-0/+35
2022-01-14Rollup merge of #92768 - ojeda:stabilize-maybe_uninit_extra, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-01-11Partially stabilize `maybe_uninit_extra`Miguel Ojeda-1/+1
2022-01-10Simplification of BigNum::bit_lengthChristopher Swenson-0/+35
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-10/+10
2021-12-24Auto merge of #92226 - woppopo:const_black_box, r=joshtriplettbors-0/+19
2021-12-23Rollup merge of #92121 - RalfJung:miri-core-test, r=kennytmMatthias Krüger-0/+1
2021-12-23Constify `core::intrinsics::black_box`woppopo-0/+19
2021-12-23Rollup merge of #88858 - spektom:to_lower_upper_rev, r=dtolnayMatthias Krüger-0/+6
2021-12-20disable test with self-referential generator on MiriRalf Jung-0/+1
2021-12-19Rollup merge of #91141 - jhpratt:int_roundings, r=joshtriplettMatthias Krüger-22/+22
2021-12-18Auto merge of #92062 - matthiaskrgr:rollup-en3p4sb, r=matthiaskrgrbors-0/+33
2021-12-18Rollup merge of #91439 - ecstatic-morse:const-cmp-trait-default-methods, r=ol...Matthias Krüger-0/+33
2021-12-18Rollup merge of #91928 - fee1-dead:constification1, r=oli-obkMatthias Krüger-10/+90
2021-12-17Auto merge of #91838 - scottmcm:array-slice-eq-via-arrays-not-slices, r=dtolnaybors-0/+44
2021-12-17Constify (most) `Option` methodsDeadbeef-10/+90
2021-12-16Disable test on bootstrap compilerDylan MacKenzie-20/+25
2021-12-16Test const impl of `cmp` traitsDylan MacKenzie-0/+28
2021-12-17Implement data and vtable getters for `RawWaker`oxalica-0/+24
2021-12-15Rollup merge of #91918 - fee1-dead:constification0-the-great-constification-b...Matthias Krüger-0/+15
2021-12-14Do array-slice equality via arrays, rather than always via slicesScott McMurray-0/+44
2021-12-15Constify `bool::then{,_some}`Deadbeef-0/+15
2021-12-14Fix a bunch of typosFrank Steffahn-1/+1
2021-12-13Auto merge of #91841 - matthiaskrgr:rollup-zlhsg5a, r=matthiaskrgrbors-1/+27
2021-12-13Rollup merge of #91824 - woppopo:const_ptr_write_bytes, r=oli-obkMatthias Krüger-0/+15
2021-12-13Rollup merge of #91086 - rhysd:issue-91085, r=m-ou-seMatthias Krüger-1/+12
2021-12-12Make `(*mut T)::write_bytes` `const`woppopo-0/+15
2021-12-12Revert "Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obk"Deadbeef-1/+18
2021-12-11Rollup merge of #90081 - woppopo:const_write_bytes, r=oli-obkMatthias Krüger-0/+30
2021-12-11Rollup merge of #91721 - danielhenrymantilla:patch-1, r=joshtriplettMatthias Krüger-0/+35
2021-12-10Add rsplit_array variants to slices and arraysJethro Beekman-0/+66
2021-12-10Update library/core/tests/future.rsJosh Triplett-1/+1
2021-12-09Add tests asserting the function-like semantics of `join!()`Daniel Henry-Mantilla-0/+35
2021-12-09Rollup merge of #91645 - ibraheemdev:future-join, r=joshtriplettMatthias Krüger-0/+88
2021-12-08remove implicit .await from `core::future::join`Ibraheem Ahmed-4/+13
2021-12-08Auto merge of #91512 - scottmcm:array-intoiter-advance, r=Mark-Simulacrumbors-0/+106
2021-12-07add tests for `core::future::join`Ibraheem Ahmed-0/+79
2021-12-08Auto merge of #91484 - workingjubilee:simd-remove-autosplats, r=Mark-Simulacrumbors-1/+1
2021-12-04Use IntoIterator for array impl everywhere.Mara Bos-6/+5
2021-12-03Override `Iterator::advance(_back)_by` for `array::IntoIter`Scott McMurray-0/+106
2021-12-04Add a `try_reduce` method to the Iterator traitkit-0/+29
2021-12-03Auto merge of #91286 - scottmcm:residual-trait, r=joshtriplettbors-1/+1