about summary refs log tree commit diff
path: root/src/libcore/tests
AgeCommit message (Expand)AuthorLines
2019-12-24x.py fmt after previous deignoreMark Rousskov-2/+0
2019-12-22Format the worldMark Rousskov-1004/+1352
2019-12-22Rename Result::unwrap_infallible to into_okMikhail Zabaluev-3/+3
2019-12-22libcore: test Result::unwrap_infallibleMikhail Zabaluev-0/+24
2019-12-20Make ptr::slice_from_raw_parts a const fn available under a feature flagDodo-0/+14
2019-12-11Rollup merge of #66881 - krishna-veerareddy:issue-66780-bool-ord-optimization...Mazdak Farrokhzad-0/+8
2019-12-09Rollup merge of #67119 - RalfJung:miri-test-libstd, r=alexcrichtonTyler Mandry-18/+25
2019-12-07fix warnings with cfg(miri)Ralf Jung-5/+14
2019-12-07libcore: ignore tests in Miri instead of removing them entirelyRalf Jung-13/+11
2019-12-06Format libcore with rustfmt (including tests and benches)David Tolnay-920/+1021
2019-12-06Rename to `then_some` and `then`varkor-4/+4
2019-12-06Fix libcore testsvarkor-4/+4
2019-11-29Remove unneeded prelude imports in libcore testsDavid Tolnay-3/+0
2019-11-29Optimize Ord trait implementation for boolKrishna Sai Veera Reddy-0/+8
2019-11-06Have tidy ensure that we document all `unsafe` blocks in libcoreOliver Scherer-0/+2
2019-10-24Add unit tests for `array::IntoIter`Lukas Kalbertodt-1/+207
2019-10-10move debug_map assertions after check for errAshley Mannix-0/+40
2019-09-21Auto merge of #64047 - timvermeulen:cmp_min_max_by, r=cuviperbors-1/+24
2019-09-14Add cmp::{min_by, min_by_key, max_by, max_by_key}Tim Vermeulen-1/+24
2019-09-09Rollup merge of #64121 - timvermeulen:iter_step_by_internal, r=scottmcmMazdak Farrokhzad-0/+35
2019-09-08Rollup merge of #62205 - timvermeulen:iter_order_by, r=KodrAusMazdak Farrokhzad-0/+57
2019-09-07Add `bool::then` and `bool::then_with`varkor-0/+9
2019-09-06Add Iterator comparison methods that take a comparison functionTim Vermeulen-0/+57
2019-09-04Override `StepBy::{try_fold, try_rfold}`Tim Vermeulen-0/+35
2019-08-30Rev::rposition counts from the wrong endXiang Fan-0/+6
2019-08-20Rollup merge of #63691 - timvermeulen:chain-size-hint, r=scottmcmMazdak Farrokhzad-0/+48
2019-08-20Rollup merge of #63265 - JohnTitor:implement-nth-back-for-chunksexactmut, r=s...Mazdak Farrokhzad-0/+19
2019-08-18Fix bug in iter::Chain::size_hintTim Vermeulen-0/+48
2019-08-17Rollup merge of #62737 - timvermeulen:cycle_try_fold, r=scottmcmMazdak Farrokhzad-0/+12
2019-08-16Rollup merge of #60492 - acrrd:issues/54054_chain, r=SimonSapinMazdak Farrokhzad-0/+16
2019-08-09Rollup merge of #63407 - RalfJung:miri-test-sizes, r=CentrilMazdak Farrokhzad-1/+1
2019-08-09Rollup merge of #63404 - RalfJung:flt2dec, r=CentrilMazdak Farrokhzad-7/+42
2019-08-09Rollup merge of #63403 - sntdevco:master, r=CentrilMazdak Farrokhzad-9/+9
2019-08-09explain Miri disablingRalf Jung-1/+1
2019-08-09Miri is really slowRalf Jung-4/+5
2019-08-09enable flt2dec tests in MiriRalf Jung-7/+41
2019-08-09Merge pull request #1 from rust-lang/masterSayan Nandan-216/+1141
2019-08-09Improve tests for libcore/sliceSayan Nandan-8/+8
2019-08-09Improve test output for libcore/timeSayan Nandan-3/+1
2019-08-09Auto merge of #61937 - AaronKutch:master, r=scottmcmbors-0/+38
2019-08-08Rollup merge of #63261 - RalfJung:rand, r=nikomatsakisMazdak Farrokhzad-9/+9
2019-08-06Improve `ptr_rotate` performance, tests, and benchmarksAaron Kutch-0/+38
2019-08-06Rollup merge of #62459 - timvermeulen:result_sum_internal_iteration, r=scottmcmMazdak Farrokhzad-0/+17
2019-08-06Rollup merge of #63260 - RalfJung:ptr-test, r=matkladMazdak Farrokhzad-2/+1
2019-08-06Rollup merge of #61457 - timvermeulen:double_ended_iters, r=scottmcmMazdak Farrokhzad-13/+179
2019-08-05fix slice comparisonRalf Jung-1/+1
2019-08-05Test content, not valueRalf Jung-1/+1
2019-08-05Implement nth_back for ChunksExactMutYuki Okushi-0/+19
2019-08-04bump libcore tests to rand 0.7Ralf Jung-9/+9
2019-08-04fix UB in a testRalf Jung-2/+1