about summary refs log tree commit diff
path: root/src/test/compile-fail/kindck-pod.rs
AgeCommit message (Expand)AuthorLines
2014-03-28Rename Pod into CopyFlavio Percoco-86/+0
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-0/+1
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2013-12-16test: Add a test that POD types can be implicitly copied.Patrick Walton-1/+9
2013-12-16librustc: Implement a `Pod` kind for types that can be `memcpy`'d.Patrick Walton-0/+78