about summary refs log tree commit diff
path: root/src/test/run-pass/drop-trait-enum.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-101/+0
2018-08-05Convert unknown_features lint into an errorvarkor-1/+0
2016-08-10[emscripten] Ignore testsJan-Erik Rediger-0/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-3/+3
2015-02-18Fix remaining bench/debuginfo tests (and a few stragglers)Niko Matsakis-1/+3
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-3/+3
2015-02-17Test fixes and rebase conflictsAlex Crichton-4/+6
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
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