summary refs log tree commit diff
path: root/src/libcore/tests
AgeCommit message (Expand)AuthorLines
2017-11-20Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturonbors-202/+1
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-202/+1
2017-11-17Auto merge of #45595 - scottmcm:iter-try-fold, r=dtolnaybors-0/+241
2017-11-11Auto merge of #45333 - alkis:master, r=blussbors-13/+50
2017-11-11Improve the performance of binary_search by reducing the number ofAlkis Evlogimenos-13/+50
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-2/+1
2017-11-07Auto merge of #44932 - cuviper:unsized-ptr-is_null, r=alexcrichtonbors-0/+51
2017-10-31Auto merge of #44764 - nvzqz:master, r=alexcrichtonbors-0/+23
2017-10-29Fundamental internal iteration with try_foldScott McMurray-0/+241
2017-10-25Implement Hash for raw pointers to unsized typesMatt Brubeck-0/+8
2017-10-21Auto merge of #45391 - malbarbo:x32-1, r=alexcrichtonbors-8/+6
2017-10-20Fix some tests for linux gnux32Marco A L Barbosa-8/+6
2017-10-17Rollup merge of #45097 - nivkner:fixme_fixup2, r=estebankkennytm-5/+0
2017-10-10Restore `T: Sized` on `ptr::is_null`Josh Stone-33/+0
2017-10-10Rollup merge of #45095 - bluss:discriminant-send-sync, r=alexcrichtonkennytm-0/+16
2017-10-08core: Ensure std::mem::Discriminant is Send + SyncUlrik Sverdrup-0/+16
2017-10-08address more FIXME whose associated issues were marked as closedNiv Kaminer-5/+0
2017-09-30Use unsized coercions for null ptr testsJosh Stone-25/+41
2017-09-30Merge remote-tracking branch 'upstream/master'Nikolai Vazquez-21/+260
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-29Avoid the UB of a null reference to a sliceJosh Stone-10/+24
2017-09-29Auto merge of #42526 - huntiep:try_opt, r=nikomatsakisbors-0/+57
2017-09-29Remove `T: Sized` on `ptr::is_null()`, `as_ref()`, `as_mut()`Josh Stone-0/+54
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-24Try to fix array TryFrom testsNikolai Vazquez-1/+1
2017-09-24Add TryFrom tests for array reference typesNikolai Vazquez-0/+23
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