summary refs log tree commit diff
path: root/src/libcore/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2018-02-09Add fetch_nand.Mark Simulacrum-0/+1
2018-01-20Stabilize std::ptr::NonNullSimon Sapin-1/+0
2018-01-20Mark Unique as perma-unstable, with the feature renamed to ptr_internals.Simon Sapin-1/+1
2018-01-13Add unit tests for exact_chunks/exact_chunks_mutSebastian Dröge-0/+1
2017-12-18Add simple test for pattern APIManish Goregaokar-0/+2
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-4/+0
2017-11-20Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturonbors-2/+0
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-2/+0
2017-10-29Fundamental internal iteration with try_foldScott McMurray-0/+1
2017-09-29Auto merge of #42526 - huntiep:try_opt, r=nikomatsakisbors-0/+1
2017-09-27Add tests for Option and Result Try implHunter Praska-0/+1
2017-09-25Add more custom folding to `core::iter` adaptorsJosh Stone-0/+1
2017-09-16Rollup merge of #44593 - budziq:stabilize_ord_max_min, r=alexcrichtonAlex Crichton-1/+0
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-1/+4
2017-09-15stabilized ord_max_min (fixes #25663)Michal Budzynski-1/+0
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-4/+0
2017-07-31Implement `RefCell::replace` and `RefCell::swap`Michael Howell-0/+1
2017-07-25std: Stabilize `char_escape_debug`Alex Crichton-1/+0
2017-07-08Add tests for Range*::nthSimon Sapin-0/+2
2017-07-04Auto merge of #43012 - scottmcm:delete-range-step-by, r=alexcrichtonbors-1/+0
2017-07-02Remove the remaining feature gatesStjepan Glavina-1/+0
2017-07-01Delete deprecated & unstable range-specific `step_by`Scott McMurray-1/+0
2017-06-16Auto merge of #42430 - nagisa:core-float, r=alexcrichtonbors-0/+1
2017-06-14Re-implement float min/max in rustSimonas Kazlauskas-0/+1
2017-06-06Add max and min default fns to Ord traitNick Whitney-0/+1
2017-06-02Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichtonbors-0/+1
2017-05-28Auto merge of #42167 - scottmcm:iter-stepby-sizehint, r=alexcrichtonbors-0/+2
2017-05-23Override size_hint and propagate ExactSizeIterator for iter::StepByScott McMurray-0/+2
2017-05-21Add an in-place rotate method for slices to libcoreScott McMurray-0/+1
2017-05-21Make RangeInclusive just a two-field structScott McMurray-0/+1
2017-05-12Fix commit derp and update implementations and documentationIvan Dardi-0/+1
2017-04-23Step::replace_one should put a one, not a zero (Issue #41492)Scott McMurray-0/+2
2017-04-08slice: Implement .rfind() for slice iterators Iter and IterMutUlrik Sverdrup-0/+1
2017-04-03Move libXtest into libX/testsStjepan Glavina-0/+63