summary refs log tree commit diff
path: root/src/libcore/tests
AgeCommit message (Expand)AuthorLines
2018-01-10Regression tests for #47175Manish Goregaokar-0/+38
2018-01-01Auto merge of #46735 - Manishearth:memchr-find, r=burntsushibors-0/+266
2017-12-30Add trailing newlines to files which have no trailing newlines.kennytm-1/+1
2017-12-25Pass tidy for testsManish Goregaokar-2/+14
2017-12-20Rollup merge of #46831 - Diggsey:float-debug-fmt, r=dtolnaykennytm-0/+4
2017-12-20Auto merge of #46233 - SimonSapin:fmt-debuglist-flags, r=sfacklerbors-0/+55
2017-12-19Always print floats with a decimal point with the Debug formatterDiggory Blake-0/+4
2017-12-18Add stresstests for shared bytes for pattern APIManish Goregaokar-1/+153
2017-12-18Add simple search test for pattern APIManish Goregaokar-0/+24
2017-12-18Add simple test for pattern APIManish Goregaokar-0/+78
2017-11-29Rollup merge of #46287 - SimonSapin:stable-constness, r=aturonkennytm-4/+0
2017-11-28Auto merge of #46094 - dtolnay:is_null, r=alexcrichtonbors-0/+33
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-4/+0
2017-11-24Make fmt::DebugList and friends forward formatting parametersSimon Sapin-0/+55
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-19Remove `T: Sized` on `ptr::is_null()`Josh Stone-0/+33
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