rust/src/librustc/metadata
Niko Matsakis 909957793e Add a boolean flag to ExistentialBounds tracking whether the
region-bound is expected to change in Rust 1.3, but don't use it for
anything in this commit. Note that this is not a "significant" part of
the type (it's not part of the formal model) so we have to normalize
this away or trans starts to get confused because two equal types wind
up with distinct LLVM types.
2015-07-03 19:42:35 -04:00
..
common.rs Remove ObjectCastMap 2015-05-26 12:33:53 +03:00
creader.rs Conver reborrows to .iter() calls where appropriate 2015-06-11 13:56:07 +01:00
csearch.rs syntax: move ast_map to librustc. 2015-06-10 02:40:45 +03:00
cstore.rs Conver reborrows to .iter() calls where appropriate 2015-06-11 13:56:07 +01:00
decoder.rs Cleanup: rename middle::ty::sty and its variants. 2015-06-12 11:07:16 -07:00
encoder.rs Actually encode default associated types 2015-06-30 22:03:25 +03:00
filesearch.rs rustc: Fix more verbatim paths leaking to gcc 2015-05-05 15:21:52 -07:00
loader.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
macro_import.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
mod.rs Separate macro and plugin loading 2015-02-12 12:44:31 -08:00
tydecode.rs Add a boolean flag to ExistentialBounds tracking whether the 2015-07-03 19:42:35 -04:00
tyencode.rs Add a boolean flag to ExistentialBounds tracking whether the 2015-07-03 19:42:35 -04:00