about summary refs log tree commit diff
path: root/src/libcore/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2020-04-21Don't fuse Chain in its second iteratorJosh Stone-0/+1
2020-03-11Rollup merge of #69645 - DutchGhost:const-forget-tests, r=Dylan-DPCMazdak Farrokhzad-0/+1
2020-03-07Add `Layout::dangling()` to return a well-aligned `NonNull<u8>`Tim Diekmann-0/+1
2020-03-02const forget testsDodo-0/+1
2020-02-04Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbinibors-1/+0
2020-02-04Stabilize `core::iter::once_with()`Yuki Okushi-1/+0
2020-01-31Drop cfg(bootstrap) codeMark Rousskov-1/+0
2020-01-28Add `Iterator::map_while` method and corresponding `MapWhile` adapterWaffle-0/+1
2020-01-28Auto merge of #68234 - CAD97:slice-from-raw-parts, r=KodrAusbors-1/+0
2020-01-28stabilize the debug_map_key_value featureAshley Mannix-1/+0
2020-01-27Auto merge of #68165 - thomcc:lt_ones, r=sfacklerbors-0/+1
2020-01-18slice_patterns: remove internal uses of gateMazdak Farrokhzad-1/+1
2020-01-14Stabilize ptr::slice_from_raw_parts[_mut]CAD97-1/+0
2020-01-14Implement `finish_non_exhaustive` for `DebugStruct`.Richard Dodd-0/+1
2020-01-12Tests for leading_trailing_onesThom Chiovoloni-0/+1
2020-01-11Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=CentrilMazdak Farrokhzad-1/+0
2020-01-10Remove unnecessary `const_fn` feature gatesDylan MacKenzie-1/+0
2020-01-11Rollup merge of #66045 - mzabaluev:unwrap-infallible, r=dtolnayYuki Okushi-0/+2
2020-01-02Add Iterator::try_findMOZGIII-0/+1
2019-12-22libcore: test Result::unwrap_infallibleMikhail Zabaluev-0/+2
2019-12-20Make ptr::slice_from_raw_parts a const fn available under a feature flagDodo-0/+3
2019-10-24Add unit tests for `array::IntoIter`Lukas Kalbertodt-0/+1
2019-09-14Add cmp::{min_by, min_by_key, max_by, max_by_key}Tim Vermeulen-0/+1
2019-09-08Rollup merge of #62205 - timvermeulen:iter_order_by, r=KodrAusMazdak Farrokhzad-0/+1
2019-09-07Add `bool::then` and `bool::then_with`varkor-0/+2
2019-09-06Add Iterator comparison methods that take a comparison functionTim Vermeulen-0/+1
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+0
2019-07-25Rollup merge of #61884 - crlf0710:stablize_euc, r=dtolnay,CentrilMazdak Farrokhzad-1/+0
2019-07-09Unit test Iterator::partition_in_place and is_partitionedJosh Stone-0/+2
2019-07-08add key and value methods to DebugMapAshley Mannix-0/+1
2019-07-07Stablize Euclidean Modulo (feature euclidean_division)CrLF0710-1/+0
2019-06-13Rollup merge of #61398 - kennytm:stabilize-copy-within, r=SimonSapinMazdak Farrokhzad-1/+0
2019-06-06Rollup merge of #61376 - czipperz:bound-cloned, r=sfacklerMazdak Farrokhzad-0/+1
2019-06-01Enable feature bound_cloned for testsChris Gregory-0/+1
2019-06-01Rollup merge of #61364 - lzutao:stabilize-reverse_bits, r=CentrilMazdak Farrokhzad-1/+0
2019-05-31Stabilize copy_withinkennytm-1/+0
2019-05-31Stabilize reverse_bits featureLzu Tao-1/+0
2019-05-30Stabilize iter_nth_back featureLzu Tao-1/+0
2019-05-14Add const_unchecked_layout test to libcore/testsRichard Wiedenhöft-0/+2
2019-05-13Rollup merge of #60201 - RalfJung:core-tests, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-04-27Stabilize Iterator::copied in 1.36.0.Mazdak Farrokhzad-1/+0
2019-04-26Remove feature gates from std and testsChristopher Serr-1/+0
2019-04-25Add tests for saturating_abs() and saturating_neg functionsTobias Rapp-0/+1
2019-04-23deny -> warnRalf Jung-1/+1
2019-04-20Deny rust_2018_idioms in libcore testsPhilipp Hansch-1/+1
2019-04-18libcore => 2018Taiki Endo-1/+0
2019-04-03Rollup merge of #55448 - Mokosha:SortAtIndex, r=blussMazdak Farrokhzad-0/+1
2019-03-31Stabilize refcell_replace_swap feature, closes #43570Jean-Marie Comets-1/+0
2019-03-28Rollup merge of #58717 - hellow554:nonzero_parse, r=oli-obkMazdak Farrokhzad-0/+1
2019-03-18Stabilize refcell_map_split featureJoshua Liebow-Feeser-1/+0