summary refs log tree commit diff
path: root/src/test/run-pass/builtin-superkinds-capabilities-xc.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-3/+3
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-22test: Remove Freeze / NoFreeze from testsFlavio Percoco-4/+4
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-4/+4
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-01-03test: Make all the run-pass tests use `pub fn main`Patrick Walton-1/+1
2013-12-16Fallout of rewriting std::commAlex Crichton-3/+2
2013-08-21oops v2, apparently writing std::comm::stream() doesn't work on check-fast; f...Ben Blum-2/+3
2013-08-21oops, xfail-fast the cross-crate superkind testsBen Blum-0/+2
2013-08-20Fixup style of test cases for #7083Ben Blum-4/+7
2013-08-20Add tests for super-builtin-kind capabilities (#7083)Ben Blum-0/+30