summary refs log tree commit diff
path: root/src/test/compile-fail/static-mut-not-pat.rs
AgeCommit message (Expand)AuthorLines
2016-06-10resolve: Rewrite resolve_patternVadim Petrochenkov-2/+2
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-4/+4
2014-10-09test: Convert statics to constantsAlex Crichton-3/+3
2014-07-19Add support for patterns referencing non-trivial staticsJakub Wieczorek-2/+29
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2013-06-23Add 'static mut' items to the languageAlex Crichton-0/+26