summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2021-06-10Revert tests added by PR 81167.Felix S. Klock II-50/+0
2021-04-25Rollup merge of #84105 - WaffleLapkin:stabilize_array_from_ref, r=m-ou-seYuki Okushi-1/+0
2021-04-22Auto merge of #77704 - AnthonyMikh:slice_index_with_ops_bound_pair, r=m-ou-sebors-0/+43
2021-04-21Rollup merge of #84390 - m-ou-se:make-debug-non-exhaustive-without-fields-a-l...Mara Bos-6/+1
2021-04-21Format `Struct { .. }` on one line even with `{:#?}`.Mara Bos-6/+1
2021-04-15Allow use of deprecated std::raw in a test for that featureSimon Sapin-0/+3
2021-04-13Implement indexing slices with pairs of ops::Bound<usize>AnthonyMikh-0/+43
2021-04-13Rollup merge of #84084 - m-ou-se:stabilize-zero, r=scottmcmDylan DPC-1/+0
2021-04-13Auto merge of #84082 - andjo403:stabilize_nonzero_leading_trailing_zeros, r=m...bors-1/+0
2021-04-12Stabilize duration_zero.Mara Bos-1/+0
2021-04-12Auto merge of #84090 - marmeladema:stabilize-duration-saturating-ops, r=m-ou-sebors-1/+0
2021-04-11stabilize core::array::{from_ref,from_mut}Waffle-1/+0
2021-04-11Stabilize nonzero_leading_trailing_zerosAndreas Jonson-1/+0
2021-04-11Stabilize feature `duration_saturating_ops`marmeladema-1/+0
2021-04-11Remove FixedSizeArrayTomasz Miąsko-20/+1
2021-04-08Rollup merge of #81938 - lukaslueg:stab_peek_mut, r=AmanieuDylan DPC-1/+0
2021-04-07Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodrausbors-1/+0
2021-04-07Stabilize cmp_min_max_byGriffin Smith-1/+0
2021-04-06Merge branch 'master' into stab_peek_mutlukaslueg-168/+249
2021-04-04Bump cfgsMark Rousskov-10/+2
2021-03-27Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-sebors-158/+247
2021-03-26Stabilize `peekable_peek_mut`Lukas Lueg-1/+0
2021-03-25Auto merge of #82565 - m-ou-se:ununstabilize-bits, r=kennytmbors-1/+0
2021-03-25Rollup merge of #83421 - faern:add-into-err, r=joshtriplettYuki Okushi-0/+22
2021-03-25Rollup merge of #83349 - m-ou-se:unwrap-none, r=dtolnayYuki Okushi-7/+6
2021-03-24Revert "Revert stabilizing integer::BITS."Mara Bos-1/+0
2021-03-23Add test for Result::into_errLinus Färnstrand-0/+22
2021-03-22Preserve signed zero on roundtripJubilee Young-158/+88
2021-03-22Add IEEE754 testsJubilee Young-0/+159
2021-03-14Remove Option::{unwrap_none, expect_none}.Mara Bos-7/+6
2021-03-11stabilize debug_non_exhaustiveGus Wynn-1/+0
2021-03-10Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik...Yuki Okushi-2/+2
2021-03-07Rollup merge of #82292 - SkiFire13:fix-issue-82291, r=m-ou-seYuki Okushi-0/+23
2021-03-05Auto merge of #74024 - Folyd:master, r=m-ou-sebors-4/+17
2021-03-05Add relevant testGiacomo Stevanato-0/+23
2021-03-05Rollup merge of #82289 - SkiFire13:fix-issue-82282, r=m-ou-seMara-0/+20
2021-03-05Rollup merge of #80723 - rylev:noop-lint-pass, r=estebankMara-2/+2
2021-03-03Add test for underflow in specialized Zip's size_hintGiacomo Stevanato-0/+20
2021-03-03Fix borrow and derefRyan Levick-2/+0
2021-03-03Only allow new lint when not bootstrapping - since beta doesn't know about th...Ryan Levick-1/+1
2021-03-03Fix core testsRyan Levick-2/+4
2021-03-02enable atomic_min/max tests in MiriRalf Jung-4/+0
2021-02-27Fix `binary_search_by()` overflow issue in ZST caseFolyd-0/+13
2021-02-25Rollup merge of #81167 - usbalbin:const_write, r=oli-obkDylan DPC-0/+51
2021-02-23Constify ptr::write and the write[_unaligned] methods on *mut TAlbin Hedman-0/+51
2021-02-23Rollup merge of #82391 - RalfJung:miri-atomic-minmax, r=dtolnayDylan DPC-0/+4
2021-02-22disable atomic_max/min tests in MiriRalf Jung-0/+4
2021-02-20Update the bootstrap compilerJoshua Nelson-4/+0
2021-02-19Rollup merge of #82093 - bjorn3:more_atomic_tests, r=kennytmDylan DPC-0/+40
2021-02-18Stabilize `unsafe_op_in_unsafe_fn` lintLeSeulArtichaut-2/+2