about summary refs log tree commit diff
path: root/src/comp/front/attr.rs
AgeCommit message (Expand)AuthorLines
2011-07-06rustc: Make meta items into interior vectorsPatrick Walton-18/+16
2011-07-06rustc: Convert attribute in the AST to interior vectorsPatrick Walton-6/+9
2011-07-06rustc: Revert the conversion to interior vectors due to heap corruptionPatrick Walton-14/+13
2011-07-06Temp commit on the way to making meta_item into an interior vectorPatrick Walton-8/+6
2011-07-06rustc: Convert attribute in the AST to interior vectorsPatrick Walton-6/+9
2011-07-05Change ast::meta_name_value to accept any literal, not just stringBrian Anderson-3/+30
2011-07-05Error if the link attribute has duplicate items. Issue #614Brian Anderson-0/+16
2011-07-05Move everything syntax-related to syntax/, break deps on rest of compilerMarijn Haverbeke-4/+6
2011-07-01Add some FIXMEs for issue #607Brian Anderson-1/+4
2011-07-01Add some logging to attr when reading crate link attributesBrian Anderson-2/+1
2011-07-01Cleanup attribute code. Issue #487Brian Anderson-2/+9
2011-07-01Add some helper functions to front::attrBrian Anderson-0/+20
2011-06-30Use attributes for conditional compilation in std.rcBrian Anderson-0/+4
2011-06-30Move middle::attr to front::attrBrian Anderson-0/+167