about summary refs log tree commit diff
path: root/src/test/compile-fail/drop-on-non-struct.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-20/+0
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2015-01-07rollup merge of #20631: huon/no-drop-and-copyAlex Crichton-1/+1
2015-01-08Require that types cannot implement both Drop and Copy.Huon Wilson-1/+1
2015-01-05Implement new orphan rule that requires that impls of remote traits meet the ...Niko Matsakis-1/+1
2014-09-15Update error messages in compile-fail testsNiko Matsakis-6/+3
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+0
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-05-07test: Update with std => core movementAlex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-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-2/+5
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-02-02Update/delete tests using @[].Huon Wilson-1/+1
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
2013-10-23register snapshotsDaniel Micay-0/+2
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-2/+0
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-0/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-1/+1
2012-11-07rustc: Implement the Drop trait. r=brsonPatrick Walton-0/+12