summary refs log tree commit diff
path: root/src/test/run-pass/drop-trait-enum.rs
AgeCommit message (Expand)AuthorLines
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+3
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+3
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-3/+3
2015-01-07fix the `&mut _` patternsJorge Aparicio-3/+3
2015-01-07test: Move some tests to scoped instead of spawnAlex Crichton-2/+2
2015-01-03Remove deprecated functionalityAlex Crichton-6/+6
2015-01-02Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-1/+1
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-18/+18
2014-12-29std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+2
2014-11-20removed struct_variant feature from testsSimon Wollwage-2/+0
2014-11-17Switch to purely namespaced enumsSteven Fackler-23/+23
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-07-22Add Drop support for enumsJakub Wieczorek-0/+94