rust/src/comp/metadata
Marijn Haverbeke 619d7c3f72 Associate names with types introduced by items
Issue #828

This is not a full solution yet. To really get sane error messages,
we'll also have to guess the name to apply to literals, which seems
non-trivial.
2011-12-19 13:52:58 +01:00
..
common.rs Write impl data to crate library files 2011-12-16 14:17:52 +01:00
creader.rs allow #[link_args] with #[nolink]. For now, fail if two modules link same lib, and second has link_args. 2011-12-16 15:29:59 -08:00
csearch.rs Finish resolving and calling of crate-external impls 2011-12-16 22:18:38 +01:00
cstore.rs allow #[link_args] with #[nolink]. For now, fail if two modules link same lib, and second has link_args. 2011-12-16 15:29:59 -08:00
decoder.rs Associate names with types introduced by items 2011-12-19 13:52:58 +01:00
encoder.rs Associate names with types introduced by items 2011-12-19 13:52:58 +01:00
tydecode.rs extend with ty_send_type and ty_opaque_closure 2011-12-16 08:06:44 -08:00
tyencode.rs extend with ty_send_type and ty_opaque_closure 2011-12-16 08:06:44 -08:00