about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2021-06-28Update to new bootstrap compilerMark Rousskov-1/+0
2021-06-27Revert "Revert tests added by PR 81167."Albin Hedman-0/+50
2021-06-25Add Integer::{log,log2,log10} variantsYoshua Wuyts-0/+101
2021-06-22Auto merge of #84910 - eopb:stabilize_int_error_matching, r=yaahcbors-1/+0
2021-06-20disable test on platforms that don't support unwindingThe8472-2/+4
2021-06-19Automatic exponential formatting in DebugMichael Lamparski-0/+24
2021-06-19fix panic-safety in specialized Zip::next_backThe8472-0/+25
2021-06-15Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-seYuki Okushi-1/+0
2021-06-14stabilize `int_error_matching`Ethan Brierley-1/+0
2021-06-10Auto merge of #85630 - gilescope:to_digit_speedup3, r=nagisabors-1/+11
2021-06-10Further simplification of to_digitGiles Cope-1/+11
2021-06-09Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrumbors-50/+0
2021-06-06Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-seYuki Okushi-26/+24
2021-06-06Move `flt2dec::{Formatted, Part}` to dedicated moduleGary Guo-1/+3
2021-06-04Revert tests added by PR 81167.Felix S. Klock II-50/+0
2021-06-04Rollup merge of #85963 - m-ou-se:constructor-type-name, r=yaahcYuki Okushi-0/+13
2021-06-03Add test for issue 84666.Mara Bos-0/+13
2021-06-02Update expressions where we can use array's IntoIterator implementationMuhammad Mominul Huque-4/+2
2021-06-02Replace IntoIter::new with IntoIterator::into_iter in stdMuhammad Mominul Huque-22/+22
2021-05-26Unify feature flags as `step_trait`Jacob Pratt-1/+0
2021-05-23Stabilize ops::ControlFlow (just the type)Scott McMurray-1/+0
2021-05-19#[cfg(bootstrap)] out the v1 try_trait stuffScott McMurray-1/+0
2021-05-06Simple library test updatesScott McMurray-26/+17
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