about summary refs log tree commit diff
path: root/src/test/compile-fail/immut-function-arguments.rs
AgeCommit message (Expand)AuthorLines
2013-04-30new borrow checker (mass squash)Niko Matsakis-2/+2
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-01-22testsuite: Add tests for mutable function argumentsTim Chevalier-0/+20