summary refs log tree commit diff
path: root/src/libcore/tests
AgeCommit message (Expand)AuthorLines
2017-09-30address some `FIXME`s whose associated issues were marked as closedNiv Kaminer-2/+5
2017-09-29Auto merge of #44174 - jimmycuadra:try-from-infallible, r=sfacklerbors-2/+9
2017-09-29Auto merge of #42526 - huntiep:try_opt, r=nikomatsakisbors-0/+57
2017-09-29Auto merge of #44856 - cuviper:more-fold, r=dtolnaybors-3/+178
2017-09-27Rename option::Missing to NoneErrorHunter Praska-4/+4
2017-09-27Add docs for Missing, correct Option's Try testHunter Praska-2/+2
2017-09-27Add tests for Option and Result Try implHunter Praska-0/+57
2017-09-25Add more custom folding to `core::iter` adaptorsJosh Stone-3/+178
2017-09-22Add support for `..=` syntaxAlex Burka-16/+16
2017-09-16Rollup merge of #44593 - budziq:stabilize_ord_max_min, r=alexcrichtonAlex Crichton-1/+0
2017-09-16Rollup merge of #44577 - cuviper:flat_map-fold, r=alexcrichtonAlex Crichton-0/+16
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-1/+4
2017-09-15Add a specific test for `FlatMap::fold`Josh Stone-0/+16
2017-09-15stabilized ord_max_min (fixes #25663)Michal Budzynski-1/+0
2017-09-12Disable the new Hasher tests on Emscripten.kennytm-0/+3
2017-09-12impl Hasher for {&mut Hasher, Box<Hasher>}kennytm-0/+10
2017-09-01impl From<Infallible> for TryFromIntError.Jimmy Cuadra-1/+9
2017-08-30Remove test case that assumes FromStr provides TryFrom<&'a str>.Jimmy Cuadra-1/+0
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-4/+0
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2017-08-14Auto merge of #43574 - notriddle:master, r=sfacklerbors-0/+18
2017-08-12Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperiobors-1/+1
2017-08-11Fix some typosBastien Orivel-1/+1
2017-08-02Fixed errors in libstd.Isaac van Bakel-6/+6
2017-07-31Implement `RefCell::replace` and `RefCell::swap`Michael Howell-0/+18
2017-07-26Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturonbors-1/+0
2017-07-26Rollup merge of #43471 - ollie27:try_from_ints, r=nagisaMark Simulacrum-4/+16
2017-07-26Rollup merge of #42959 - SimonSapin:nonzero-checked, r=sfacklerMark Simulacrum-4/+4
2017-07-25std: Stabilize `char_escape_debug`Alex Crichton-1/+0
2017-07-25Add missing impl and tests for int to int TryFrom implsOliver Middleton-4/+16
2017-07-24improve the TryFrom implementationsAndre Bogus-0/+214
2017-07-22Rename {NonZero,Shared,Unique}::new to new_uncheckedSimon Sapin-4/+4
2017-07-08Add tests for reaching the end of RangeInclusive as an iteratorSimon Sapin-0/+20
2017-07-08Add tests for Range*::nthSimon Sapin-0/+51
2017-07-04Auto merge of #43012 - scottmcm:delete-range-step-by, r=alexcrichtonbors-27/+16
2017-07-02Remove the remaining feature gatesStjepan Glavina-1/+0
2017-07-01Delete deprecated & unstable range-specific `step_by`Scott McMurray-27/+16
2017-06-20Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichtonCorey Farwell-0/+11
2017-06-20added `FromStr` Impl for `char`tinaun-0/+11
2017-06-16Auto merge of #42430 - nagisa:core-float, r=alexcrichtonbors-0/+55
2017-06-16Auto merge of #42631 - malbarbo:wasm32, r=alexcrichtonbors-0/+8
2017-06-14Re-implement float min/max in rustSimonas Kazlauskas-0/+55
2017-06-13Ignore some failing test on wasm32-unknown-emscriptenMarco A L Barbosa-0/+8
2017-06-06Add max and min default fns to Ord traitNick Whitney-0/+11
2017-06-02Rollup merge of #42310 - scottmcm:deprecate-range-stepby, r=alexcrichtonMark Simulacrum-13/+21
2017-06-02Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichtonbors-0/+17
2017-05-31Avoid range::step_by in another testScott McMurray-2/+2
2017-05-31Deprecate Range*::step_byScott McMurray-13/+21
2017-05-30RangeFrom should have an infinite size_hintScott McMurray-0/+1
2017-05-28Auto merge of #42167 - scottmcm:iter-stepby-sizehint, r=alexcrichtonbors-0/+75