summary refs log tree commit diff
path: root/src/test/run-pass/issue-4252.rs
AgeCommit message (Expand)AuthorLines
2015-04-28Register new snapshotsTamir Duberstein-3/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-24Reject specialized Drop impls.Felix S. Klock II-1/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-6/+6
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-2/+2
2014-10-16Remove libdebug and update tests.Luqman Aden-8/+8
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-0/+2
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-02-20Resolve the vtables for method calls to generic Drop impls with trait bounds.Eduard Burtescu-8/+12
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-01-03test: Make all the run-pass tests use `pub fn main`Patrick Walton-1/+1
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-1/+1
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-03-27testsuite: Add various test casesTim Chevalier-0/+37