about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-move-out-of-tuple-struct-with-dtor.rs
AgeCommit message (Expand)AuthorLines
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-3/+3
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-1/+1
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-07-08Correct merge failuresNiko Matsakis-1/+1
2013-07-08Add new tests for irrefutable patterns used in various tricky waysNiko Matsakis-0/+22