summary refs log tree commit diff
path: root/src/test/compile-fail/issue-4972.rs
AgeCommit message (Expand)AuthorLines
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+3
2015-02-11Opt into `box_patterns` feature gate in all tests that use them.Felix S. Klock II-0/+1
2015-01-08compile-fail tests: Add feature attributes to enable box pat/expr syntax in v...Felix S. Klock II-0/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-08-26Rebasing changesNick Cameron-1/+1
2014-08-26DST coercions and DST structsNick Cameron-1/+1
2014-07-19librustc: Implement lifetime elision.Patrick Walton-1/+1
2014-06-22Make destructuring trait reference workEdward Wang-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2014-02-17backticks for syntax elementskud1ing-1/+1
2013-06-23Fix error messages in test cases, since fns/traits now pretty-print with a bo...Ben Blum-2/+2
2013-06-07testsuite: Add test cases that passTim Chevalier-0/+23