rust/src/test
bors 3ec321f535 auto merge of #14647 : BurntSushi/rust/fix-14185, r=alexcrichton
This fix suppresses dead_code warnings from code generated by regex! when
the result of regex! is unused. Correct behavior should be a single
unused variable warning.

Regression tests are included for both `let` and `static` bound regex!
values.

see #14185
2014-06-05 13:26:53 -07:00
..
auxiliary std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
bench std: Drop Total from Total{Eq,Ord} 2014-06-01 10:31:27 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #14628 : luqmana/rust/fcr, r=nikomatsakis 2014-06-03 19:36:42 -07:00
compile-fail-fulldeps Fixes #14185. 2014-06-04 16:59:27 -04: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 std: Remove format_strbuf!() 2014-05-28 08:35:41 -07:00
run-make std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
run-pass auto merge of #14644 : alexcrichton/rust/more-no-runtime-use-cases, r=brson 2014-06-05 08:26:51 -07:00
run-pass-fulldeps std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00