summary refs log tree commit diff
path: root/src/librustc_data_structures/unify
AgeCommit message (Collapse)AuthorLines
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
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.
2015-04-17Address nitsNiko Matsakis-1/+1
2015-04-17Add licenses.Niko Matsakis-0/+10
2015-04-17Port to use the new Unify code, which has no UnifyValue traitNiko Matsakis-0/+528
but is otherwise mostly the same.