summary refs log tree commit diff
path: root/src/libcore/tests/num/mod.rs
AgeCommit message (Expand)AuthorLines
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