rust/src/test
Daniel Micay 0e885e42b1 remove reference counting headers from ~
Unique pointers and vectors currently contain a reference counting
header when containing a managed pointer.

This `{ ref_count, type_desc, prev, next }` header is not necessary and
not a sensible foundation for tracing. It adds needless complexity to
library code and is responsible for breakage in places where the branch
has been left out.

The `borrow_offset` field can now be removed from `TyDesc` along with
the associated handling in the compiler.

Closes #9510
Closes #11533
2014-01-14 22:01:40 -05:00
..
auxiliary Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
bench Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #11485 : eddyb/rust/sweep-old-rust, r=nikomatsakis 2014-01-14 12:32:11 -08:00
debug-info remove reference counting headers from ~ 2014-01-14 22:01:40 -05:00
pretty test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
run-fail xfail another native test on android (#11419) 2014-01-13 13:15:06 -08:00
run-make Bump version to 0.10-pre 2014-01-12 17:45:22 -08:00
run-pass remove reference counting headers from ~ 2014-01-14 22:01:40 -05:00
run-pass-fulldeps Stop using @ExtCtxt 2013-12-28 21:16:03 -07:00