summary refs log tree commit diff
path: root/src/test/run-pass/lambda-infer-unresolved.rs
AgeCommit message (Expand)AuthorLines
2013-05-01avoid broken += operator, bogus use of constNiko Matsakis-1/+1
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-1/+1
2013-03-11Remove uses of logBrian Anderson-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-2/+2
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-2/+2
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-26testsuite: Eliminate uses of structural records from most run-pass testsTim Chevalier-1/+5
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-2/+2
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-1/+1
2012-01-09Remove proto_sugar and 'lambda' as keyword, commit to fn@.Graydon Hoare-2/+2
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-1/+1
2011-08-20ReformatBrian Anderson-3/+3
2011-08-04Don't force resolution of type variables until there is no enclosing function...Michael Sullivan-0/+7