rust/src/test
Daniel Micay ae429056ff iter: remove to_owned_vec
This needs to be removed as part of removing `~[T]`. Partial type hints
are now allowed, and will remove the need to add a version of this
method for `Vec<T>`. For now, this involves a few workarounds for
partial type hints not completely working.
2014-03-23 05:41:23 -04:00
..
auxiliary auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton 2014-03-22 13:01:52 -07:00
bench iter: remove to_owned_vec 2014-03-23 05:41:23 -04:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton 2014-03-22 13:01:52 -07:00
debug-info Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
pretty test: Remove Freeze / NoFreeze from tests 2014-03-22 15:47:34 +01:00
run-fail rustc: Switch defaults from libgreen to libnative 2014-03-21 12:03:13 -07:00
run-make rustc: Switch defaults from libgreen to libnative 2014-03-21 12:03:13 -07:00
run-pass iter: remove to_owned_vec 2014-03-23 05:41:23 -04:00
run-pass-fulldeps test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00