rust/src/rustc/metadata
Niko Matsakis 2bfed908e3 Fix #1941: inlining of items that themselves contain nested items
The fix is to drop nested items from the encoded AST.  Nested items may
themselves be inlined, but that is an independent question.
2012-03-07 18:06:29 -08:00
..
astencode_gen.rs Translate simple classes 2012-03-04 12:43:17 -08:00
astencode.rs Fix #1941: inlining of items that themselves contain nested items 2012-03-07 18:06:29 -08:00
common.rs Move src/comp to src/rustc 2012-03-02 18:46:13 -08:00
creader.rs rustc: Lower case error messages 2012-03-05 17:05:20 -08: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 stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 17:35:13 -08:00
encoder.rs stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 17:35:13 -08:00
reachable.rs stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 17:35:13 -08:00
tydecode.rs stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 17:35:13 -08:00
tyencode.rs Move src/comp to src/rustc 2012-03-02 18:46:13 -08:00