about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-8460-const.rs
AgeCommit message (Collapse)AuthorLines
2021-01-16Move some tests to more reasonable directories - 2Caio-61/+0
Address comments Update limits
2020-11-29Update tests to remove old numeric constantsbstrie-1/+0
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-19avoid excessive number of revisionsRalf Jung-1/+1
2020-02-15more revisions and use them for another testRalf Jung-2/+2
2020-02-15fix tests, and use variants to test debug and release builds togetherRalf Jung-37/+29
2020-02-10div/rem overflow tests: also test i128Ralf Jung-1/+11
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-0/+1
2019-12-01Miri core engine: use throw_ub instead of throw_panicRalf Jung-10/+0
2019-09-04Add compile flagYuki Okushi-0/+2
2019-09-02Fix tests againYuki Okushi-2/+10
2019-09-02Fix condition and tests' flagsYuki Okushi-10/+2
2019-09-02Fix overflow_checkYuki Okushi-0/+10
2019-09-02Add `opt-level` checkYuki Okushi-10/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+77