summary refs log tree commit diff
path: root/src/test/compile-fail/regions-scoping.rs
AgeCommit message (Expand)AuthorLines
2012-08-20new region inference, seperate infer into modules, improve error msgsNiko Matsakis-15/+14
2012-08-01Convert ret to returnBrian Anderson-8/+8
2012-07-31change how we print and explain region typesNiko Matsakis-1/+1
2012-07-30Fix #2979: inference for lifetimes of & expressionsNiko Matsakis-2/+7
2012-07-13change region syntax to &r/T in place of &r.TNiko Matsakis-27/+27
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-15/+15
2012-07-01Convert to new closure syntaxBrian Anderson-9/+9
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-9/+9
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-15/+15
2012-06-18Adding `i` suffixes so cfail tests keep failing after suffix inferenceLindsey Kuper-1/+1
2012-04-19correct universally_quantify to use structure_of, and introduce a test for thisNiko Matsakis-9/+11
2012-04-17new debug flag, new testNiko Matsakis-0/+41