about summary refs log tree commit diff
path: root/src/comp/metadata/decoder.rs
AgeCommit message (Expand)AuthorLines
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