summary refs log tree commit diff
path: root/src/test/run-pass/issue-3447.rs
AgeCommit message (Expand)AuthorLines
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+2
2014-10-02tests: remove uses of Gc.Eduard Burtescu-3/+2
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-2/+3
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
2014-01-03test: De-`@mut` the test suitePatrick Walton-2/+4
2013-10-23register snapshotsDaniel Micay-0/+2
2013-07-18librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes.Patrick Walton-8/+9
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-3/+3
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-4/+4
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-3/+3
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-15In ty::normalize_ty, don't replace self_regions with NoneTim Chevalier-3/+2
2012-10-15Add various test cases (xfailed)Tim Chevalier-0/+25