about summary refs log tree commit diff
path: root/src/libcore/tests/lib.rs
AgeCommit message (Expand)AuthorLines
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
2019-03-16Stabilize Option::copiedAleksey Kladov-1/+0
2019-03-11Add initial implementation of 'sort_at_index' for slices -- analog to C++'s s...Pavel Krajcevski-0/+1
2019-02-28add feature flag to testMarcel Hellwig-0/+1
2019-02-25Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichtonbors-1/+0
2019-02-19Stabilize iter::from_fnSimon Sapin-1/+0
2019-02-13Stabilize TryFrom and TryIntoSimon Sapin-1/+0
2019-01-17Add initial impl of is_sorted to IteratorKevin Leimkuhler-0/+1
2019-01-13Add core::iter::once_withStjepan Glavina-0/+1
2018-12-26Auto merge of #56534 - xfix:copied, r=@SimonSapinbors-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-23Merge branch 'master' into copiedKonrad Borowski-0/+1
2018-12-20Add DoubleEndedIterator::nth_backClar Fon-0/+1
2018-12-05Add tests for Iterator::copied()Konrad Borowski-0/+1
2018-12-05Add tests for Option::copied()Konrad Borowski-0/+1
2018-11-20Add std::iter::successorsSimon Sapin-0/+1
2018-10-31Bump nightly to 1.32.0Alex Crichton-1/+0
2018-10-19Stabilize impl_header_lifetime_elision in 2015Scott McMurray-1/+1
2018-10-18Stabilize slice::rchunks(), rchunks_mut(), rchunks_exact(), rchunk_exact_mut()Sebastian Dröge-1/+0
2018-10-18Stabilize slice::chunks_exact() and slice::chunks_exact_mut()Sebastian Dröge-1/+0
2018-10-18Add slice::rchunks(), rchunks_mut(), rchunks_exact() and rchunks_exact_mut()Sebastian Dröge-0/+1
2018-10-08Stabilize the `Option::replace` methodClément Renault-1/+0