about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2022-02-28Rollup merge of #89793 - ibraheemdev:from_ptr_range, r=m-ou-seMatthias Krüger-0/+23
2022-02-27add `slice::{from_ptr_range, from_mut_ptr_range}`Ibraheem Ahmed-0/+23
2022-02-25Switch bootstrap cfgsMark Rousskov-4/+0
2022-02-19Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplettMatthias Krüger-1/+1
2022-02-16Add a `try_collect()` helper method to `Iterator`Arthur Lafrance-0/+47
2022-02-14Write {ui,} tests for `pin_macro` and `pin!`Daniel Henry-Mantilla-0/+35
2022-02-10added spaceCharisee-1/+1
2022-02-10add cfg_panic bootstrapCharisee-0/+6
2022-02-10remove mention of cfg_panic from library testsCharisee-6/+0
2022-02-10replace feature expression (cfg_panic) in lib and remove expression from testsCharisee-1/+1
2022-02-09Stabilize cfg_target_has_atomicAmanieu d'Antras-1/+1
2022-02-02add teststamaron-0/+24
2022-02-01Rollup merge of #91828 - oxalica:feat/waker-getters, r=dtolnayMatthias Krüger-0/+24
2022-02-01Auto merge of #86988 - thomcc:chunky-splitz-says-no-checking, r=the8472bors-0/+102
2022-01-31Improve test coverage of {Chunks,RChunks,RChunksMut}::{next,next_back}Thom Chiovoloni-0/+102
2022-01-31Auto merge of #93498 - matthiaskrgr:rollup-k5shwrc, r=matthiaskrgrbors-0/+27
2022-01-31Rollup merge of #93480 - est31:remove_unstable_deprecated, r=Mark-SimulacrumMatthias Krüger-1/+0
2022-01-31Rollup merge of #93347 - WaffleLapkin:better_char_decode_utf16_size_hint, r=d...Matthias Krüger-0/+27
2022-01-30Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-SimulacrumEric Huss-3/+0
2022-01-30Remove deprecated and unstable slice_partition_at_index functionsest31-1/+0
2022-01-30Fix an edge case in `chat::DecodeUtf16::size_hint`Maybe Waffle-0/+1
2022-01-29Rollup merge of #93236 - woppopo:const_nonnull_new, r=oli-obkMatthias Krüger-0/+17
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