about summary refs log tree commit diff
path: root/src/libcore/tests/num/mod.rs
AgeCommit message (Expand)AuthorLines
2020-04-06Use assoc float consts in libcoreLinus Färnstrand-4/+2
2019-12-22Format the worldMark Rousskov-122/+121
2019-02-13review or fix remaining miri failures in libcoreRalf Jung-2/+0
2019-02-07disable tests in MiriRalf Jung-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-17rename div_euc -> div_euclid, and mod_euc -> rem_euclidNicole Mazzuca-13/+13
2018-11-14core/tests/num: Simplify `test_int_from_str_overflow()` test codeTobias Bieniek-16/+8
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-03-27Remove TryFrom impls that might become conditionally-infallible with a portab...Simon Sapin-127/+0
2018-01-11Enable num tests on wasmDiggory Blake-1/+0
2017-09-01impl From<Infallible> for TryFromIntError.Jimmy Cuadra-1/+9
2017-08-11Fix some typosBastien Orivel-1/+1
2017-07-25Add missing impl and tests for int to int TryFrom implsOliver Middleton-4/+16
2017-07-24improve the TryFrom implementationsAndre Bogus-0/+214
2017-06-16Auto merge of #42430 - nagisa:core-float, r=alexcrichtonbors-0/+54
2017-06-14Re-implement float min/max in rustSimonas Kazlauskas-0/+54
2017-06-13Ignore some failing test on wasm32-unknown-emscriptenMarco A L Barbosa-0/+1
2017-04-03Move libXtest into libX/testsStjepan Glavina-0/+400