| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -39/+0 | |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -3/+3 | |
| Part of #68490. Care has been taken to leave the old consts where appropriate, for testing backcompat regressions, module shadowing, etc. The intrinsics docs were accidentally referring to some methods on f64 as std::f64, which I changed due to being contrary with how we normally disambiguate the shadow module from the primitive. In one other place I changed std::u8 to std::ops since it was just testing path handling in macros. For places which have legitimate uses of the old consts, deprecated attributes have been optimistically inserted. Although currently unnecessary, they exist to emphasize to any future deprecation effort the necessity of these specific symbols and prevent them from being accidentally removed. | ||||
| 2020-02-19 | avoid excessive number of revisions | Ralf Jung | -1/+1 | |
| 2020-02-15 | more revisions and use them for another test | Ralf Jung | -2/+2 | |
| 2020-02-15 | fix tests, and use variants to test debug and release builds together | Ralf Jung | -11/+12 | |
| 2020-02-10 | some more tests for i128 oveflow behavior | Ralf Jung | -1/+7 | |
| 2019-12-21 | rework run-fail and support check,build-fail | Mazdak Farrokhzad | -0/+2 | |
| 2019-12-01 | Miri core engine: use throw_ub instead of throw_panic | Ralf Jung | -1/+0 | |
| 2019-10-18 | [const-prop] Handle MIR Rvalue::Aggregates | Wesley Wiser | -0/+1 | |
| 2019-09-02 | Fix tests again | Yuki Okushi | -2/+1 | |
| 2019-09-02 | Fix condition and tests' flags | Yuki Okushi | -0/+2 | |
| 2019-09-02 | Fix overflow_check | Yuki Okushi | -0/+4 | |
| 2019-09-02 | Add `opt-level` check | Yuki Okushi | -3/+0 | |
| 2019-09-01 | Fix const_err with `-(-0.0)` | Yuki Okushi | -1/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+39 | |
