rust/src/test
bors 9bb8f88d3a auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton
This uncovered some dead code, most notably in middle/liveness.rs, which I think suggests there must be something fishy with that part of the code.

The #[allow(dead_code)] annotations on some of the fields I am not super happy about but as I understand, marker type may disappear at some point.
2014-06-10 09:49:29 -07:00
..
auxiliary std: Move dynamic_lib from std::unstable to std 2014-06-09 17:46:53 -07:00
bench Use phase(plugin) in tests 2014-06-09 14:29:30 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton 2014-06-10 09:49:29 -07:00
compile-fail-fulldeps Use phase(plugin) in tests 2014-06-09 14:29:30 -07:00
debuginfo debuginfo: Make DWARF representation of enums uniform. 2014-05-29 14:21:03 +02:00
pretty Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
run-fail Use phase(plugin) in tests 2014-06-09 14:29:30 -07:00
run-make std: Move dynamic_lib from std::unstable to std 2014-06-09 17:46:53 -07:00
run-pass auto merge of #14606 : pcwalton/rust/fn-trait-sugar, r=alexcrichton 2014-06-09 23:41:53 -07:00
run-pass-fulldeps Convert tests to use #[plugin_registrar] 2014-06-09 14:29:30 -07:00