summary refs log tree commit diff
path: root/src/test/compile-fail/const-block-non-item-statement.rs
AgeCommit message (Expand)AuthorLines
2017-09-11rustc: evaluate fixed-length array length expressions lazily.Eduard-Mihai Burtescu-4/+0
2017-02-25rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body.Eduard-Mihai Burtescu-20/+1
2016-05-07mir: qualify and promote constants.Eduard Burtescu-0/+14
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-2/+2
2015-02-16tests: fix fallout from changed error messages.Eduard Burtescu-4/+4
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-2/+2
2015-01-08Update compile fail tests to use usize.Huon Wilson-4/+4
2015-01-05Un-gate macro_rulesKeegan McAllister-2/+0
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-2/+2
2014-05-13Allow blocks in const expressionsMarvin Löbel-0/+28