summary refs log tree commit diff
path: root/src/test/compile-fail/issue-511.rs
AgeCommit message (Expand)AuthorLines
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-2/+2
2013-05-22test: Update tests to use the new syntax.Patrick Walton-2/+2
2013-04-30new borrow checker (mass squash)Niko Matsakis-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-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-05Demode some code using by-mutbl-ref; warn about by-mutbl-refTim Chevalier-3/+3
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-2/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-2/+1
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-2/+3
2012-08-26Camel case the option typeBrian Anderson-3/+3
2012-07-30Fix #2979: inference for lifetimes of & expressionsNiko Matsakis-2/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-3/+3
2012-06-08remove alias analysis and replace with borrowckNiko Matsakis-4/+2
2012-06-07Revert "remove alias analysis and replace with borrowck"Brian Anderson-2/+4
2012-06-07remove alias analysis and replace with borrowckNiko Matsakis-4/+2
2012-06-06mask extra borrowck errors (should find out how to not report those)Niko Matsakis-2/+4
2012-06-06minor changes to tests so they pass borrowckNiko Matsakis-0/+2
2012-05-10replace mutbl pass with borrowckNiko Matsakis-0/+11