about summary refs log tree commit diff
path: root/src/libcore/tests
AgeCommit message (Expand)AuthorLines
2020-04-25Rollup merge of #69813 - thomcc:nonzero-bitor, r=AmanieuDylan DPC-0/+35
2020-04-24Rollup merge of #71476 - RalfJung:miri-test-sizes, r=kennytmDylan DPC-30/+16
2020-04-23libcore: more compact way to adjust test sizes for MiriRalf Jung-30/+16
2020-04-21Don't fuse Chain in its second iteratorJosh Stone-25/+40
2020-04-06Use integer assoc consts in libcoreLinus Färnstrand-5/+5
2020-04-06Use assoc float consts in libcoreLinus Färnstrand-26/+18
2020-04-05Stop importing int/float modules in libcoreLinus Färnstrand-37/+23
2020-03-21Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJungMazdak Farrokhzad-18/+0
2020-03-18Move the const-forget test into ui testsDutchGhost-18/+0
2020-03-18Auto merge of #68915 - timvermeulen:non_fused_iter, r=Amanieubors-0/+72
2020-03-17Add testsTim Vermeulen-0/+72
2020-03-16rather than removing const_forget_box, stick an attribute on it and explain i...DutchGhost-0/+12
2020-03-16The const_forget_box was unused, and doesns't add anything to test by itself.DutchGhost-8/+0
2020-03-16Remove the call that makes miri failDutchGhost-4/+0
2020-03-11Rollup merge of #69645 - DutchGhost:const-forget-tests, r=Dylan-DPCMazdak Farrokhzad-0/+19
2020-03-07Implement BitOr and BitOrAssign for the NonZero integer typesThom Chiovoloni-0/+35
2020-03-07Add `Layout::dangling()` to return a well-aligned `NonNull<u8>`Tim Diekmann-0/+4
2020-03-02remove unused mut, restructure the testDodo-6/+6
2020-03-02An enter as last character pleases tidy it seemsDodo-1/+1
2020-03-02const forget testsDodo-0/+19
2020-03-01Remove assert that had been replaced by assert_neMichael Mc Donnell-1/+0
2020-02-29Rollup merge of #69581 - RalfJung:align_to_mut, r=CentrilDylan DPC-0/+12
2020-02-29fix aliasing violation in align_to_mutRalf Jung-0/+12
2020-02-26Use assert_ne in hash testsMichael Mc Donnell-17/+20
2020-02-26Rollup merge of #69209 - Mark-Simulacrum:strip-unsafe, r=dtolnayDylan DPC-236/+224
2020-02-21Test `Duration::new` panics on overflowMichael Mc Donnell-0/+6
2020-02-17Drop unused argument to float functionsMark Rousskov-236/+224
2020-02-14implement LowerExp and UpperExp for integersMax Blachman-0/+80
2020-02-08Auto merge of #68358 - matthewjasper:spec-fix, r=nikomatsakisbors-0/+16
2020-02-04Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbinibors-1/+0
2020-02-04Stabilize `core::iter::once_with()`Yuki Okushi-1/+0
2020-02-01Remove some unsound specializationsMatthew Jasper-0/+16
2020-01-31Drop cfg(bootstrap) codeMark Rousskov-1/+0
2020-01-28Add `Iterator::map_while` method and corresponding `MapWhile` adapterWaffle-0/+3
2020-01-28Auto merge of #68234 - CAD97:slice-from-raw-parts, r=KodrAusbors-1/+0
2020-01-28stabilize the debug_map_key_value featureAshley Mannix-1/+0
2020-01-27Auto merge of #68165 - thomcc:lt_ones, r=sfacklerbors-0/+55
2020-01-18slice_patterns: remove internal uses of gateMazdak Farrokhzad-1/+1
2020-01-17Auto merge of #66716 - derekdreery:debug_non_exhaustive, r=dtolnaybors-0/+86
2020-01-16Rust ./x.py fmtRichard Dodd-12/+14
2020-01-15Rollup merge of #67784 - Mark-Simulacrum:residual-pad-integral, r=dtolnayYuki Okushi-0/+15
2020-01-14Stabilize ptr::slice_from_raw_parts[_mut]CAD97-1/+0
2020-01-14Implement `finish_non_exhaustive` for `DebugStruct`.Richard Dodd-0/+84
2020-01-12Tests for leading_trailing_onesThom Chiovoloni-0/+55
2020-01-11Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=CentrilMazdak Farrokhzad-1/+0
2020-01-11Update test after renaming Result::as_derefLzu Tao-58/+27
2020-01-10Remove unnecessary `const_fn` feature gatesDylan MacKenzie-1/+0
2020-01-11Rollup merge of #66045 - mzabaluev:unwrap-infallible, r=dtolnayYuki Okushi-0/+24
2020-01-02Add Iterator::try_findMOZGIII-0/+41
2020-01-01Reset Formatter flags on exit from pad_integralMark Rousskov-0/+15