about summary refs log tree commit diff
path: root/src/test/run-pass/builtin-superkinds-in-metadata.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+1
2016-09-02rustc: Implement custom derive (macros 1.1)Alex Crichton-2/+0
2015-04-01Fallout in testsNiko Matsakis-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-0/+1
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-2/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-3/+5
2014-08-07Rename `Share` to `Sync`Alex Crichton-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-28Rename Pod into CopyFlavio Percoco-2/+2
2014-03-22test: Remove Freeze / NoFreeze from testsFlavio Percoco-3/+3
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-19librustc: Add missing case for the `Pod` bound in `tydecode`.Patrick Walton-0/+3
2013-08-21oops, xfail-fast the cross-crate superkind testsBen Blum-0/+2
2013-08-20Fixup style of test cases for #7083Ben Blum-3/+5
2013-08-20Add tests for #7083.Ben Blum-0/+22