summary refs log tree commit diff
path: root/library/core/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2021-12-23Constify `core::intrinsics::black_box`woppopo-0/+4
2021-12-17Constify (most) `Option` methodsDeadbeef-0/+2
2021-12-15Constify `bool::then{,_some}`Deadbeef-0/+1
2021-12-12Revert "Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obk"Deadbeef-1/+2
2021-12-09Add tests asserting the function-like semantics of `join!()`Daniel Henry-Mantilla-0/+1
2021-12-07add tests for `core::future::join`Ibraheem Ahmed-0/+3
2021-12-04Add a `try_reduce` method to the Iterator traitkit-0/+1
2021-12-02Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbiniMatthias Krüger-3/+1
2021-12-01Rollup merge of #88502 - ibraheemdev:slice-take, r=dtolnayMatthias Krüger-0/+1
2021-11-30Apply cfg-bootstrap switchMark Rousskov-3/+1
2021-11-28Add test for const `MaybeUninit`Jacob Pratt-0/+1
2021-11-22Partially stabilize `duration_consts_2`Jacob Pratt-1/+1
2021-11-20Implement IEEE 754-2019 minimun and maximum functions for f32/f64Loïc BRANSTETT-0/+1
2021-11-13Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obkbors-1/+1
2021-11-12add slice take methodsIbraheem Ahmed-0/+1
2021-11-13Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrumbors-0/+3
2021-11-12Test core::simd worksJubilee Young-0/+3
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-1/+1
2021-10-31Rollup merge of #89951 - ojeda:stable-unwrap_unchecked, r=dtolnayMatthias Krüger-1/+0
2021-10-25Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrumbors-1/+0
2021-10-24Rollup merge of #90162 - WaffleLapkin:const_array_slice_from_ref_mut, r=oli-obkMatthias Krüger-0/+2
2021-10-23update cfg(bootstrap)Pietro Albini-1/+0
2021-10-23Add tests for `const_slice_from_ref` and `const_array_from_ref`Maybe Waffle-0/+2
2021-10-22Implement split_array and split_array_mutJethro Beekman-0/+1
2021-10-20Stabilize `option_result_unwrap_unchecked`Miguel Ojeda-1/+0
2021-10-18Make more `From` impls `const`woppopo-0/+1
2021-10-17Make Result::as_mut constwoppopo-0/+1
2021-10-17Add `#![cfg_attr(bootstrap, feature(const_panic))]` to `library/core/tests/li...woppopo-0/+1
2021-10-09Rollup merge of #75644 - c410-f3r:array, r=yaahcGuillaume Gomez-0/+1
2021-10-07Revert "Stabilize `Iterator::intersperse()`"Jane Lusby-0/+1
2021-10-02Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk"Albin Hedman-3/+1
2021-09-30Add 'core::array::from_fn' and 'core::array::try_from_fn'Caio-0/+1
2021-09-30Auto merge of #86853 - usbalbin:const_try, r=oli-obkbors-1/+3
2021-09-17Stabilize `Iterator::map_while`Maybe Waffle-1/+0
2021-09-15Move tests to library/core/testsAlbin Hedman-1/+3
2021-09-02Rollup merge of #88582 - jhpratt:int_roundings, r=joshtriplettMara Bos-0/+1
2021-09-02Implement #88581Jacob Pratt-0/+1
2021-08-31Stabilize `Iterator::intersperse()`inquisitivecrystal-1/+0
2021-08-11Rollup merge of #87636 - Kixiron:unzip-option, r=scottmcmYuki Okushi-0/+1
2021-08-09Enabled unzip_option feature for core tests & unzip docsChase Wilson-0/+1
2021-08-07Add testsAlbin Hedman-0/+2
2021-07-15Stabilize `[T; N]::map()`inquisitivecrystal-1/+0
2021-07-07Rollup merge of #80918 - yoshuawuyts:int-log2, r=m-ou-seYuki Okushi-0/+1
2021-07-04Auto merge of #86048 - nbdd0121:no_floating_point, r=Amanieubors-0/+1
2021-07-03Remove the deprecated `core::raw` and `std::raw` module.Charles Lew-1/+0
2021-07-01Stabilize `Bound::cloned()`Aris Merchant-1/+0
2021-06-25Add Integer::{log,log2,log10} variantsYoshua Wuyts-0/+1
2021-06-22Auto merge of #84910 - eopb:stabilize_int_error_matching, r=yaahcbors-1/+0
2021-06-15Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-seYuki Okushi-1/+0
2021-06-14stabilize `int_error_matching`Ethan Brierley-1/+0