rust/src/test
bors 15ba87f031 auto merge of #18887 : aturon/rust/controlled-inherit, r=alexcrichton
This patch tweaks the stability inheritance infrastructure so that
`#{stable]` attributes are not inherited. Doing so solves two problems:

1. It allows us to mark module *names* as stable without accidentally
marking the items they contain as stable.

2. It means that a `#[stable]` attribution must always appear directly
on the item it applies to, which makes it easier for reviewers to catch
changes to stable APIs.

Fixes #17484
2014-11-13 19:32:21 +00:00
..
auxiliary auto merge of #18887 : aturon/rust/controlled-inherit, r=alexcrichton 2014-11-13 19:32:21 +00:00
bench time: Deprecate the library in the distribution 2014-11-12 09:18:35 -08:00
codegen
compile-fail auto merge of #18887 : aturon/rust/controlled-inherit, r=alexcrichton 2014-11-13 19:32:21 +00:00
compile-fail-fulldeps
debuginfo
pretty
run-fail auto merge of #18877 : michaelsproul/rust/panic-tests, r=alexcrichton 2014-11-13 10:37:06 +00:00
run-make
run-pass test: Rename files, fail -> panic. 2014-11-11 09:36:12 -08:00
run-pass-fulldeps
run-pass-valgrind