summary refs log tree commit diff
path: root/src/test/compile-fail/fn-variance-3.rs
AgeCommit message (Expand)AuthorLines
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
2012-05-24change region scope of call arguments, old one was unsoundNiko Matsakis-1/+1
2012-05-10replace mutbl pass with borrowckNiko Matsakis-1/+1
2012-03-26Improve type inference to compute LUB/GLBNiko Matsakis-5/+8
2012-03-24Avoid unifying vars when possible; handle bot (more) correctlyNiko Matsakis-0/+21