about summary refs log tree commit diff
path: root/src/test/run-pass/trait-static-method-overwriting.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-42/+0
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-5/+5
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-2/+2
2013-10-24Remove even more of std::ioAlex Crichton-3/+1
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-3/+3
2013-08-17Fix warnings it testsErick Tryzelaar-4/+4
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+3
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-3/+3
2013-03-22test: Remove `pure` from the test suitePatrick Walton-3/+3
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-3/+3
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-2/+2
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-2/+2
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-07test: Fix check-fast for resolve changes. rs=bustagePatrick Walton-0/+2
2012-12-28test: Fix a bunch of run-pass tests. rs=bustagePatrick Walton-2/+2
2012-12-18Stop resolving static methods at the module level. Closes #4179Brian Anderson-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-01rustc: Stop overwriting trait static method types when checking generic trait...Patrick Walton-0/+32