rust/src/test
Daniel Micay cbbc1fc843 vec: convert append and append_one to methods
These were only free functions on `~[T]` because taking self by-value
used to be broken.
2014-03-31 01:13:48 -04:00
..
auxiliary Removed deprecated functions map and flat_map for vectors and slices. 2014-03-30 03:47:04 +02:00
bench vec: convert append and append_one to methods 2014-03-31 01:13:48 -04:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
debug-info Initial support for emitting DWARF for static vars. 2014-03-27 21:03:44 -04:00
pretty test: Remove Freeze / NoFreeze from tests 2014-03-22 15:47:34 +01:00
run-fail vec: convert append and append_one to methods 2014-03-31 01:13:48 -04:00
run-make rustc: Remove all crate map support 2014-03-24 11:19:28 -07:00
run-pass vec: convert append and append_one to methods 2014-03-31 01:13:48 -04:00
run-pass-fulldeps test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00