summary refs log tree commit diff
path: root/src/test/run-pass/xcrate-unit-struct.rs
AgeCommit message (Expand)AuthorLines
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2014-11-25Fix xcrate enum namespacingSteven Fackler-5/+5
2014-10-09test: Convert statics to constantsAlex Crichton-1/+1
2014-10-02Fix cross-crate tuple structs in staticsJakub Wieczorek-0/+4
2014-09-19Add enum variants to the type namespaceNick Cameron-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
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-08-17Fix warnings it testsErick Tryzelaar-2/+0
2013-08-08xfail-fast an aux testCorey Richardson-1/+1
2013-08-07Fix unit structs in cross-crate situtationsAlex Crichton-0/+35