about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-struct-update-with-dtor.rs
AgeCommit message (Expand)AuthorLines
2016-02-24Move the borrowck run-pass/compile-fail tests into their own directoriesNiko Matsakis-29/+0
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-5/+2
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2014-08-14libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`Patrick Walton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+3
2014-03-28Rename Pod into CopyFlavio Percoco-2/+2
2014-02-04Replace NonCopyable usage with NoPodFlavio Percoco-2/+3
2013-09-20Resolves third bullet of #4691, and adds tests for it. Fix #4691.Felix S. Klock II-0/+29