about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-1896-1.rs
AgeCommit message (Expand)AuthorLines
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-04-30new borrow checker (mass squash)Niko Matsakis-1/+3
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-06fix test to not use fn exprNiko Matsakis-1/+2
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-3/+2
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-2/+3
2013-02-21Remove the last bits of structural records from tests/rustc/rusti/rustpkg.Luqman Aden-2/+2
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-01Fix some compile-fail testsBrian Anderson-1/+1
2012-11-06Cleanup how we handle proto in types, remove unsound subtypingNiko Matsakis-0/+13