rust/src/test
bors 4531184614 auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwalton
This fixes private statics and functions from being usable cross-crates, along
with some bad privacy error messages. This is a reopening of #8365 with all the
privacy checks in privacy.rs instead of resolve.rs (where they should be
anyway).

These maps of exported items will hopefully get used for generating
documentation by rustdoc

Closes #8592
2013-09-25 00:55:53 -07:00
..
auxiliary auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwalton 2013-09-25 00:55:53 -07:00
bench test: Fix rustdoc and tests. 2013-09-23 18:23:22 -07:00
codegen Fix warnings it tests 2013-08-17 08:42:35 -07:00
compile-fail auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwalton 2013-09-25 00:55:53 -07:00
debug-info auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphism 2013-09-24 15:45:57 -07:00
pretty auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphism 2013-09-24 15:45:57 -07:00
run-fail test: Fix rustdoc and tests. 2013-09-23 18:23:22 -07:00
run-pass auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwalton 2013-09-25 00:55:53 -07:00
run-pass-fulldeps quote_*! macros take an ExtCtx 2013-08-18 13:14:15 -04:00