summary refs log tree commit diff
path: root/src/test/compile-fail/issue-511.rs
AgeCommit message (Expand)AuthorLines
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