summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-lend-args.rs
AgeCommit message (Expand)AuthorLines
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-2/+2
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-1/+1
2012-07-25avoid capture of bound regions when infering types for closureNiko Matsakis-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-2/+2
2012-06-08remove alias analysis and replace with borrowckNiko Matsakis-3/+0
2012-06-07Revert "remove alias analysis and replace with borrowck"Brian Anderson-0/+3
2012-06-07remove alias analysis and replace with borrowckNiko Matsakis-3/+0
2012-05-30integrate purity into typeNiko Matsakis-1/+1
2012-05-23shuffle error messages in borrowck, and prevent it from spewing too manyNiko Matsakis-2/+2
2012-05-23modify borrowck to allow arbitrary borrows in pure scopesNiko Matsakis-2/+3
2012-05-16add xfail-fast directives for borrowck testsNiko Matsakis-0/+1
2012-05-09implement new borrow ck (disabled by default)Niko Matsakis-0/+26