about summary refs log tree commit diff
path: root/src/test/run-pass/owned-trait-objects.rs
AgeCommit message (Collapse)AuthorLines
2013-08-11tests: Add new tests for borrowck/objects and update some existing testsNiko Matsakis-35/+0
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
this has been replaced by `for`
2013-08-02replace `range` with an external iteratorDaniel Micay-3/+1
2013-06-22Fix take glue of owned trait objectsPhilipp Brüschweiler-0/+37
This finishes the incomplete conversion of unique traits as two-word allocations started in 211d038abc05c77785f72a31840016517cf218c2. Fixes #5882, #6717, #7153, #7208.