summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2023-09-29Auto merge of #116176 - FedericoStra:isqrt, r=dtolnaybors-0/+62
2023-09-28isqrt: disable long running tests in MiriFederico Stra-0/+8
2023-09-28isqrt: fix stabilityFederico Stra-0/+1
2023-09-26isqrt: add more testsFederico Stra-0/+32
2023-09-23Add the `cfg_match!` macroCaio-0/+156
2023-09-22isqrt: add testsFederico Stra-0/+21
2023-09-02Auto merge of #113295 - clarfonthey:ascii-step, r=cuviperbors-1/+19
2023-08-28Rollup merge of #114238 - jhpratt:fix-duration-div, r=thomccMatthias Krüger-0/+1
2023-08-14Auto merge of #113464 - waynr:remove-provider-trait, r=Amanieubors-63/+69
2023-08-14Implement Step for AsciiCharltdk-1/+19
2023-08-13core/any: remove Provider traitwayne warren-63/+69
2023-08-11Add Iterator::map_windowsFrank King-0/+285
2023-07-30Fix implementation of `Duration::checked_div`Jacob Pratt-0/+1
2023-07-21Auto merge of #112699 - bluebear94:mf/more-is-sorted-tests, r=cuviperbors-1/+58
2023-07-18remove the unstable `core::sync::atomic::ATOMIC_*_INIT` constantsKaDiWa-1/+1
2023-07-12Flip cfg's for bootstrap bumpMark Rousskov-1/+1
2023-07-03enable test_join test in MiriRalf Jung-1/+0
2023-06-26Auto merge of #111850 - the8472:external-step-by, r=scottmcmbors-0/+55
2023-06-23Specialize StepBy<Range<{integer}>>The 8472-0/+55
2023-06-19Rollup merge of #112606 - clarfonthey:ip-display, r=thomccMichael Goulet-4/+4
2023-06-16Add more comprehensive tests for is_sorted and friends+merlan #flirora-1/+58
2023-06-15Extend `unused_must_use` to cover block exprs许杰友 Jieyou Xu (Joe)-1/+1
2023-06-14Fix `SocketAddrV6: Display` testsltdk-1/+1
2023-06-14Fix `Ipv6Addr: Display` testsltdk-3/+3
2023-06-13Auto merge of #112314 - ferrocene:pa-core-alloc-abort, r=bjorn3bors-12/+3
2023-06-13ignore core, alloc and test tests that require unwinding on panic=abortPietro Albini-12/+3
2023-06-08Allow undropped_manually_drops for some testsUrgau-0/+2
2023-05-30Bump to latest beta compilerMark Rousskov-12/+3
2023-05-20don't skip inference for type in `offset_of!`Lukas Markeffsky-0/+5
2023-05-18Add more tests for the offset_of!() macroest31-0/+15
2023-05-14Auto merge of #92048 - Urgau:num-midpoint, r=scottmcmbors-3/+106
2023-05-05Stabilize const_ptr_readbors-1/+0
2023-04-29fix rustdoc and core testDeadbeef-0/+1
2023-04-26Rollup merge of #110419 - jsoref:spelling-library, r=jyn514Matthias Krüger-5/+5
2023-04-26Implement midpoint for all floating point f32 and f64Loïc BRANSTETT-3/+53
2023-04-26Implement midpoint for all signed and unsigned integersLoïc BRANSTETT-0/+53
2023-04-26Spelling library/Josh Soref-5/+5
2023-04-21major test improvementsDrMeepster-14/+109
2023-04-21fmtDrMeepster-1/+1
2023-04-21fix incorrect param env in dead code lintDrMeepster-1/+1
2023-04-21test improvementsDrMeepster-0/+21
2023-04-21offset_ofDrMeepster-0/+75
2023-04-20Implement `Neg` for signed non-zero integers.John Millikin-0/+18
2023-04-19Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obkbors-26/+63
2023-04-16fix library and rustdoc testsDeadbeef-17/+54
2023-04-16rm const traits in libcoreDeadbeef-11/+11
2023-04-16Remove unused unused_macrosest31-1/+0
2023-04-10remove obsolete testTobias Decking-11/+0
2023-04-10Improve the floating point parser in `dec2flt`.Tobias Decking-1/+1
2023-04-08Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c...Deadbeef-41/+0