| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-05-06 | Fixup tests to test both const-eval and runtime | Mark Rousskov | -99/+22 | |
| 2020-05-06 | Pull in miri test cases | Mark Rousskov | -5/+458 | |
| 2020-05-06 | Define UB in float-to-int casts to saturate | Mark Rousskov | -1/+0 | |
| - Round to zero, and representable values cast directly. - `NaN` goes to 0 - Values beyond the limits of the type are saturated to the "nearest value" (essentially rounding to zero, in some sense) in the integral type, so e.g. `f32::INFINITY` would go to `{u,i}N::MAX.` | ||||
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+135 | |
