summary refs log tree commit diff
path: root/src/test/compile-fail/issue-8460-const.rs
AgeCommit message (Expand)AuthorLines
2018-03-08Unify the const folding errorsOliver Schneider-61/+20
2018-03-08Adjust tests to changed const err lintsOliver Schneider-20/+41
2018-03-08Adjust tests to more aggressive const err lintingOliver Schneider-0/+20
2018-03-08Fully use miri in transOliver Schneider-0/+20
2016-08-04Update wording on E0080Shantanu Raj-20/+20
2016-03-10typestrong constant integersOliver Schneider-10/+10
2015-10-13implement RFC 1229Oliver Schneider-20/+22
2015-03-01Remove int/uint from libstd/lib.rsGuillaume Gomez-3/+3
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-2/+2
2015-02-17Test fixes and rebase conflictsAlex Crichton-20/+20
2015-02-17Fallout from stabilizationAaron Turon-21/+21
2015-02-16rustc_trans: promote constant rvalues in functions as an optimization.Eduard Burtescu-0/+55