summary refs log tree commit diff
path: root/src/test/run-pass/newlambdas-ret-infer2.rs
AgeCommit message (Expand)AuthorLines
2017-01-31Removes FIXMEs related to #22405Wesley Wiser-1/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-03Switched to Box::new in many places.Felix S. Klock II-4/+2
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+3
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+1
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-1/+1
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-1/+1
2013-09-23test: Fix rustdoc and tests.Patrick Walton-2/+0
2013-06-24Un-xfail working testCorey Richardson-1/+0
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-3/+3
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-07-01Add two tests, one xfailed, for inferring lambda kinds in return positionBrian Anderson-0/+10