summary refs log tree commit diff
path: root/src/test/compile-fail/static-mut-not-constant.rs
AgeCommit message (Expand)AuthorLines
2016-05-07Implement RFC 1440 "Allow Drop types in statics/const functions".Eduard Burtescu-1/+1
2015-05-28Convert mutable statics error to have error code and add explanation.Nick Hamann-1/+1
2015-02-16rustc: merge check_static into check_const.Eduard Burtescu-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+1
2014-10-09test: Convert statics to constantsAlex Crichton-1/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+3
2014-02-27Immutable static items should be `Freeze` Fixes #12432Flavio Percoco-1/+1
2013-11-17Better error message when using vectors in staticsCorey Richardson-1/+1
2013-06-23Add 'static mut' items to the languageAlex Crichton-0/+13