rust/src/librustc/metadata
Vadim Petrochenkov f284cbc7af Cleanup interfaces of Name, SyntaxContext and Ident
Make sure Name, SyntaxContext and Ident are passed by value
Make sure Idents don't serve as keys (or parts of keys) in maps, Ident comparison is not well defined
2015-09-24 23:05:02 +03:00
..
common.rs rewrite metadata indexing 2015-09-03 12:59:51 +03:00
creader.rs Cleanup interfaces of Name, SyntaxContext and Ident 2015-09-24 23:05:02 +03:00
csearch.rs Use ast attributes every where (remove HIR attributes). 2015-09-16 10:57:06 +12:00
cstore.rs Use ast attributes every where (remove HIR attributes). 2015-09-16 10:57:06 +12:00
decoder.rs Use ast attributes every where (remove HIR attributes). 2015-09-16 10:57:06 +12:00
encoder.rs Remove random Idents outside of libsyntax 2015-09-23 20:04:49 +03:00
filesearch.rs rustc: Fix more verbatim paths leaking to gcc 2015-05-05 15:21:52 -07:00
index.rs rewrite metadata indexing 2015-09-03 12:59:51 +03:00
inline.rs Add an intital HIR and lowering step 2015-09-03 10:02:36 +12:00
loader.rs Add part of new error codes in librustc 2015-09-13 00:38:36 +02:00
macro_import.rs Auto merge of #28353 - GuillaumeGomez:error_codes, r=Manishearth 2015-09-16 08:51:30 +00:00
mod.rs rewrite metadata indexing 2015-09-03 12:59:51 +03:00
tydecode.rs Remove random Idents outside of libsyntax 2015-09-23 20:04:49 +03:00
tyencode.rs Use ast attributes every where (remove HIR attributes). 2015-09-16 10:57:06 +12:00