rust/src/comp/metadata
Michael Sullivan 3b2d23b2cd Move a bunch of trans into trans_common, including the context structures.
Probably more should be moved or split off into other files. My algorithm
was something along the lines of: move the contexts and their transitive
dependencies along with some functions to work with them. I stopped when
I was going to have to start pulling glue generation, which really
should go into a trans_glue file.
2011-07-21 17:39:06 -07:00
..
common.rs Encode/decode a crate's externel dependencies. Issue #632 2011-07-08 11:34:15 -07:00
creader.rs rustc: Remove a bunch of exterior vectors 2011-07-15 11:38:46 -07:00
csearch.rs rustc: Remove a bunch of exterior vectors 2011-07-15 11:38:46 -07:00
cstore.rs rustc: Remove a bunch of exterior vectors 2011-07-15 11:38:46 -07:00
decoder.rs rustc: Remove a bunch of exterior vectors 2011-07-15 11:38:46 -07:00
encoder.rs Move a bunch of trans into trans_common, including the context structures. 2011-07-21 17:39:06 -07:00
tydecode.rs Add missing case in tyencode for ty_constr 2011-07-19 20:16:03 -07:00
tyencode.rs Add missing case in tyencode for ty_constr 2011-07-19 20:16:03 -07:00