about summary refs log tree commit diff
path: root/src/test/compile-fail/noncopyable-match-pattern.rs
AgeCommit message (Collapse)AuthorLines
2013-05-30Fix parser testNiko Matsakis-23/+0
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-5/+9
2013-05-13core: Move locks, atomic rc to unstable::syncBrian Anderson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-08Fix subtle error in caching during kind computation that could cause linearNiko Matsakis-1/+1
values to be copied. Rewrite kind computation so that instead of directly computing the kind it computes what kinds of values are present in the type, and then derive kinds based on that. I find this easier to think about. Fixes #4821.
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-18core: Move Exclusive and SharedMutableState to the private modBrian Anderson-1/+1
2012-08-26Camel case the option typeBrian Anderson-3/+3
2012-08-24Add a compile-fail test for #3255Ben Blum-0/+9