about summary refs log tree commit diff
path: root/src/librustc_data_structures/unify/tests.rs
AgeCommit message (Collapse)AuthorLines
2018-03-01Remove dead codeSean Griffin-205/+0
These modules were replaced with re-exports from ena
2016-03-05apply rustfmt to librustc_data_structures, correcting ↵Niko Matsakis-12/+23
rust-lang-nursery/rustfmt#836
2015-08-18remove unused importNiko Matsakis-1/+0
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-0/+195
Changes the style guidelines regarding unit tests to recommend using a sub-module named "tests" instead of "test" for unit tests as "test" might clash with imports of libtest.