summary refs log tree commit diff
path: root/src/comp/metadata/encoder.rs
AgeCommit message (Expand)AuthorLines
2011-06-30Move middle::attr to front::attrBrian Anderson-1/+1
2011-06-30Make calling resource destructors work cross-crateMarijn Haverbeke-1/+1
2011-06-29Re-enable tidy (it was broken) and fix various non-tidy things.Graydon Hoare-6/+8
2011-06-29Write metadata for sythesized name/vers items to the crate's link attrBrian Anderson-1/+66
2011-06-29Fix resource encoding bugs.Graydon Hoare-2/+3
2011-06-28Cleanup attribute code. Issue #487Brian Anderson-1/+0
2011-06-28Remove the last traces of the distinction between export / local meta itemsBrian Anderson-21/+0
2011-06-28Rework how linkage attributes are determinedBrian Anderson-6/+8
2011-06-28Write metadata for more meta_item types. Issue #487Brian Anderson-7/+21
2011-06-28Write metadata for crate attributes. Issue #487Brian Anderson-17/+31
2011-06-28Add emacs variables to encoder.rsBrian Anderson-0/+10
2011-06-27Rename metadata::defs to metadata::tagsBrian Anderson-1/+1
2011-06-27Cleanup in metadata moduleBrian Anderson-0/+2
2011-06-27Extract llvm-independent code from cwriter to metadata::encoderBrian Anderson-0/+478