summary refs log tree commit diff
path: root/src/test/compile-fail/issue-12116.rs
AgeCommit message (Expand)AuthorLines
2015-02-11Opt into `box_patterns` feature gate in all tests that use them.Felix S. Klock II-0/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2015-01-08compile-fail tests: Add feature attributes to enable box pat/expr syntax in v...Felix S. Klock II-0/+2
2014-11-26Warn on pattern bindings that have the same name as a variantJakub Bukaj-1/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-05-20rustc: Avoid out of bounds in check_matchAlex Crichton-0/+25