about summary refs log tree commit diff
path: root/src/libcore/tests/num
AgeCommit message (Expand)AuthorLines
2020-04-06Use assoc float consts in libcoreLinus Färnstrand-6/+2
2020-04-05Stop importing int/float modules in libcoreLinus Färnstrand-5/+1
2020-02-17Drop unused argument to float functionsMark Rousskov-236/+224
2020-01-12Tests for leading_trailing_onesThom Chiovoloni-0/+54
2019-12-22Format the worldMark Rousskov-576/+709
2019-12-09Rollup merge of #67119 - RalfJung:miri-test-libstd, r=alexcrichtonTyler Mandry-9/+14
2019-12-07fix warnings with cfg(miri)Ralf Jung-3/+10
2019-12-07libcore: ignore tests in Miri instead of removing them entirelyRalf Jung-6/+4
2019-12-06Format libcore with rustfmt (including tests and benches)David Tolnay-467/+535
2019-11-29Remove unneeded prelude imports in libcore testsDavid Tolnay-3/+0
2019-11-06Have tidy ensure that we document all `unsafe` blocks in libcoreOliver Scherer-0/+2
2019-08-09Miri is really slowRalf Jung-4/+5
2019-08-09enable flt2dec tests in MiriRalf Jung-7/+41
2019-08-04bump libcore tests to rand 0.7Ralf Jung-4/+4
2019-06-09Miri: disable a slow testRalf Jung-0/+2
2019-04-25Auto merge of #60192 - t-rapp:tr-saturating-funcs, r=alexcrichtonbors-0/+26
2019-04-25Add tests for saturating_abs() and saturating_neg functionsTobias Rapp-0/+26
2019-04-22Remove double trailing newlinesvarkor-6/+0
2019-04-18libcore => 2018Taiki Endo-2/+3
2019-03-16Rollup merge of #59206 - sntdevco:master, r=dtolnaykennytm-24/+24
2019-03-15Improved test output for libcore/num/int_macrossntdevco-24/+24
2019-03-10we can now skip should_panic tests with the libtest harnessRalf Jung-14/+0
2019-02-13review or fix remaining miri failures in libcoreRalf Jung-2/+18
2019-02-07disable tests in MiriRalf Jung-0/+2
2018-12-25Remove licensesMark Rousskov-200/+0
2018-12-17fix testsNicole Mazzuca-2/+2
2018-12-17rename div_euc -> div_euclid, and mod_euc -> rem_euclidNicole Mazzuca-15/+15
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-3/+10
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-2/+2
2018-11-14core/tests/num: Simplify `test_int_from_str_overflow()` test codeTobias Bieniek-16/+8
2018-09-04Breaking change upgradesMark Rousskov-8/+8
2018-07-27Use str::repeatShotaro Yamada-2/+1
2018-07-03Auto merge of #51564 - SimonSapin:try-int, r=alexcrichtonbors-0/+127
2018-06-26Add unit tests for `.mod_euc()` and `.div_euc()`Fabian Kössel-0/+19
2018-06-06Revert "Remove TryFrom impls that might become conditionally-infallible with ...Simon Sapin-0/+127
2018-06-01Add @ithinuel's tests from #50597Clar Charr-0/+21
2018-05-22Remove the unstable Float traitSimon Sapin-39/+38
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-1/+0
2018-05-09Rollup merge of #50464 - est31:master, r=rkruppekennytm-6/+4
2018-05-06Some final touches to ensure `./x.py test --stage 0 src/lib*` workskennytm-0/+1
2018-05-05Remove some transmutesest31-6/+4
2018-04-24core: Fix overflow in `int::mod_euc` when `self < 0 && rhs == MIN`Daiki Mizukami-0/+5
2018-03-27Remove TryFrom impls that might become conditionally-infallible with a portab...Simon Sapin-127/+0
2018-03-11Update Cargo submoduleAlex Crichton-0/+161
2018-03-06Add reverse_bits to integer typesAmanieu d'Antras-0/+11
2018-02-19Make ".e0" not parse as 0.0varkor-0/+6
2018-01-11Enable num tests on wasmDiggory Blake-1/+0
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-132/+1
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-2/+1
2017-10-08address more FIXME whose associated issues were marked as closedNiv Kaminer-5/+0