rust/src/test
bors c147ec6d06 auto merge of #9794 : thestinger/rust/rc, r=alexcrichton
I've left out a way to construct from a `Send` type until #9509 is resolved. I am confident that this interface can remain backwards compatible though, assuming we name the `Pointer` trait method `borrow`.

When there is a way to convert from `Send` (`from_send`), a future RAII-based `Mut` type can be used with this to implemented a mutable reference-counted pointer. For now, I've left around the `RcMut` type but it may drastically change or be removed.
2013-10-11 11:11:21 -07:00
..
auxiliary Add tests and un-xfail a few issues 2013-10-10 18:48:52 -07:00
bench Remove some users of io::file_reader 2013-10-10 03:38:51 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail clean up the Rc/RcMut types and move to libstd 2013-10-11 13:28:36 -04:00
debug-info Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
pretty pp: add test for raw strs in non-expression positions 2013-10-08 03:47:21 +02:00
run-fail Implemented IntoSendStr on SendStr to allow naming a 2013-10-05 21:28:04 +02:00
run-pass extra::tempfile: replace mkdtemp with an RAII wrapper 2013-10-11 15:55:37 +02:00
run-pass-fulldeps quote_*! macros take an ExtCtx 2013-08-18 13:14:15 -04:00