rust/src/test
bors 02c33b690b Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton
With the latter is provided by the `From` conversion trait, the former is now completely redundant. Their code is identical. Let’s deprecate now and plan to remove in the next cycle. (It’s `#[unstable]`.)

r? @alexcrichton 
CC @nagisa
2015-06-08 20:52:33 +00:00
..
auxiliary New tests for cross-crate usages of const fn and so forth 2015-05-29 11:52:59 -04:00
bench Auto merge of #24920 - alexcrichton:duration, r=aturon 2015-05-14 18:18:39 +00:00
codegen Revamp codegen tests to check IR quality instead of quantity 2015-05-27 12:08:31 +02:00
compile-fail Auto merge of #26091 - chellmuth:pub-struct-field-span, r=nrc 2015-06-08 14:35:27 +00:00
compile-fail-fulldeps Auto merge of #25168 - Manishearth:register_attr, r=eddyb 2015-05-24 09:38:26 +00:00
debuginfo test: Ignore gdb-pretty-struct-and-enums.rs 2015-06-07 11:10:56 -07:00
parse-fail Clarify the error message for malformed extern crate statements 2015-05-16 22:35:59 +12:00
pretty Correct pretty-printing of type Foo<T> where T: Bound = ...; 2015-05-04 10:21:39 +02:00
run-fail Fix the tests broken by replacing task with thread 2015-05-09 04:04:08 +09:00
run-fail-fulldeps syntax: refactor (Span)Handler and ParseSess constructors to be methods. 2015-05-14 01:47:56 +03:00
run-make Don’t ICE if fs::canonicalise fails in meta-load 2015-06-07 20:34:12 +03:00
run-pass Replace usage of String::from_str with String:from 2015-06-08 16:55:35 +02:00
run-pass-fulldeps Fix test run-pass-fulldeps\issue-15149.rs on Windows 2015-05-19 20:37:17 +03:00
run-pass-valgrind add const_fn features 2015-05-29 09:42:54 -04:00
rustdoc Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichton 2015-05-26 21:36:57 +00:00