summary refs log tree commit diff
path: root/src/test/run-pass/match-vec-rvalue.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-3/+5
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-05-30Fix matching of rvalues with destructorsNiko Matsakis-0/+12