rust/src/test
Michael Woerister 0a98a4e422 debuginfo: Generate cross-crate unique type identifiers for debuginfo types.
With this change, rustc creates a unique type identifier for types in debuginfo. These type identifiers are used by LLVM to correctly handle link-time-optimization scenarios but also help rustc with dealing with inlining from other crates. For more information, see the documentation block at the top of librustc/middle/trans/debuginfo.rs.

Fixes #13681.
2014-06-12 18:39:01 +02:00
..
auxiliary debuginfo: Generate cross-crate unique type identifiers for debuginfo types. 2014-06-12 18:39:01 +02:00
bench rustc: Remove ~[T] from the language 2014-06-11 15:02:17 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #14801 : pcwalton/rust/name-shadowing-in-one-pattern, r=alexcrichton 2014-06-12 12:32:13 +00:00
compile-fail-fulldeps Use phase(plugin) in tests 2014-06-09 14:29:30 -07:00
debuginfo debuginfo: Generate cross-crate unique type identifiers for debuginfo types. 2014-06-12 18:39:01 +02:00
pretty Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
run-fail sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
run-make std: Move dynamic_lib from std::unstable to std 2014-06-09 17:46:53 -07:00
run-pass rustc: Remove ~[T] from the language 2014-06-11 15:02:17 -07:00
run-pass-fulldeps Convert tests to use #[plugin_registrar] 2014-06-09 14:29:30 -07:00