rust/src/test
bors cf636c233d Auto merge of #22093 - petrochenkov:builtin, r=pnkfelix
Names of structs, enums, traits, type aliases and type parameters (i.e. all identifiers that can be used as full paths in type position) are not allowed to match the names of primitive types.
See #20427 for more information.

This is a minor [breaking-change]
2015-02-13 07:44:41 +00:00
..
auxiliary Auto merge of #22093 - petrochenkov:builtin, r=pnkfelix 2015-02-13 07:44:41 +00:00
bench shift bindings to accommodate new lifetime/dtor rules. 2015-02-11 08:50:27 +01:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Auto merge of #22093 - petrochenkov:builtin, r=pnkfelix 2015-02-13 07:44:41 +00:00
compile-fail-fulldeps Use a crate attribute to load plugins 2015-02-09 13:27:27 -08:00
debuginfo opt into box_patterns in debuginfo tests. 2015-02-11 11:47:14 +01:00
parse-fail rollup merge of #21918: ranma42/replace-be 2015-02-10 08:41:30 -08:00
pretty Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
run-fail cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
run-make Revert #22051 2015-02-11 19:28:02 +02:00
run-pass Add test that shows how a cycle between the where-clauses on a type 2015-02-12 13:29:52 -05:00
run-pass-fulldeps Auto merge of #22026 - kmcallister:plugin, r=sfackler 2015-02-10 11:15:52 +00:00
run-pass-valgrind Fallout of io => old_io 2015-01-26 16:01:16 -08:00