rust/src/rustc/metadata
Patrick Walton 273c5e5f11 rustc: Lift the @ from the type definition of crate_ctxt into its uses
This will make it easier to convert crate_ctxt into a region pointer, since
there are functions that return crate contexts. There would be no way to type
these functions if crate_ctxt had to be an inferred region pointer.
2012-03-14 17:31:16 -07:00
..
astencode.rs adjust auto_serialize to generate fns named serialize_T() 2012-03-14 11:49:28 -04:00
astencode_gen.rs Name types after their modules instead of 't' 2012-03-13 15:14:17 -07:00
common.rs Move src/comp to src/rustc 2012-03-02 18:46:13 -08:00
creader.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
csearch.rs stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 17:35:13 -08:00
cstore.rs stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 17:35:13 -08:00
decoder.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
encoder.rs rustc: Lift the @ from the type definition of crate_ctxt into its uses 2012-03-14 17:31:16 -07:00
reachable.rs rustc: Lift the @ from the type definition of crate_ctxt into its uses 2012-03-14 17:31:16 -07:00
tydecode.rs Use loop instead of while(true) in libraries and compiler itself 2012-03-10 20:34:17 -08:00
tyencode.rs implement deserialization, rename mk_mem_buffer() to mem_buffer() 2012-03-13 21:30:07 -04:00