about summary refs log tree commit diff
path: root/src/comp/metadata/decoder.rs
AgeCommit message (Expand)AuthorLines
2011-07-14rustc: Move much of metadata reading over to interior vectorsPatrick Walton-106/+107
2011-07-08Decode types across multiple crates. Closes #632Brian Anderson-14/+21
2011-07-08Recursively load dependencies of external crates. Issue #632Brian Anderson-0/+2
2011-07-08Fix newlines when outputting crate attributes with --lsBrian Anderson-2/+2
2011-07-08Encode/decode a crate's externel dependencies. Issue #632Brian Anderson-1/+28
2011-07-08Cleanup decoding and crate searchingBrian Anderson-7/+14
2011-07-08Make the interface to metadata::csearch more consistentBrian Anderson-7/+8
2011-07-08Extract various dependencies from metadata::decoder to metadata::csearchBrian Anderson-11/+5
2011-07-08Replace various ints with ast::crate_numsBrian Anderson-6/+9
2011-07-08Remove non-existant export from metadata::decoderBrian Anderson-1/+0
2011-07-08Replace the crate cache in session with the one in cstoreBrian Anderson-5/+10
2011-07-07Refactor a few things in the metadata moduleBrian Anderson-4/+3
2011-07-07Rename hash_def_id to hash_node_idBrian Anderson-1/+1
2011-07-06rustc: Make meta items into interior vectorsPatrick Walton-6/+7
2011-07-06rustc: Convert attribute in the AST to interior vectorsPatrick Walton-6/+6
2011-07-06rustc: Migrate tag variants to interior vectorsPatrick Walton-5/+5
2011-07-06rustc: Revert the conversion to interior vectors due to heap corruptionPatrick Walton-11/+11
2011-07-06rustc: Convert attribute in the AST to interior vectorsPatrick Walton-6/+6
2011-07-06rustc: Migrate tag variants to interior vectorsPatrick Walton-5/+5
2011-07-05Change ast::meta_name_value to accept any literal, not just stringBrian Anderson-1/+3
2011-07-05Move everything syntax-related to syntax/, break deps on rest of compilerMarijn Haverbeke-2/+2
2011-07-01Cleanup attribute code. Issue #487Brian Anderson-6/+4
2011-06-30Kill unused variablesTim Chevalier-1/+0
2011-06-30Make calling resource destructors work cross-crateMarijn Haverbeke-3/+8
2011-06-28Remove the last traces of the distinction between export / local meta itemsBrian Anderson-5/+0
2011-06-28Rework how linkage attributes are determinedBrian Anderson-21/+2
2011-06-28Add some helper functions for attributes. Issue #487Brian Anderson-0/+4
2011-06-28Write metadata for more meta_item types. Issue #487Brian Anderson-16/+32
2011-06-28Write metadata for crate attributes. Issue #487Brian Anderson-4/+33
2011-06-28List crate attributes when running rustc with '--ls'Brian Anderson-2/+58
2011-06-27Rename metadata::defs to metadata::tagsBrian Anderson-1/+1
2011-06-27Cleanup in metadata moduleBrian Anderson-0/+2
2011-06-27Extract metadata::decoder from metadata::creaderBrian Anderson-0/+281