rust/src/librustc/metadata
Alex Crichton 6df57ec2e2 Remove the io::Decorator trait
This is just an unnecessary trait that no one's ever going to parameterize over
and it's more useful to just define the methods directly on the types
themselves. The implementors of this type almost always don't want
inner_mut_ref() but they're forced to define it as well.
2014-01-08 23:42:28 -08:00
..
common.rs Rename PkgId to CrateId 2013-12-29 15:25:32 -05:00
creader.rs Disowned the Visitor. 2014-01-06 14:00:46 +02:00
csearch.rs librustc: De-@mut cstore::CStore 2013-12-26 15:54:29 -08:00
cstore.rs librustc: De-@mut the cnum_map 2013-12-26 15:54:34 -08:00
decoder.rs syntax::codemap: Add static DUMMY_SP 2014-01-01 19:51:35 +09:00
encoder.rs Remove the io::Decorator trait 2014-01-08 23:42:28 -08:00
filesearch.rs Make CFG_LIBDIR configurable. Fixes #5223 2014-01-07 17:51:15 +01:00
loader.rs librustc: De-@mut the span handler 2014-01-03 14:01:57 -08:00
mod.rs
tydecode.rs librustc: Remove @mut support from the typechecker and borrow checker 2014-01-03 14:02:01 -08:00
tyencode.rs Remove the io::Decorator trait 2014-01-08 23:42:28 -08:00