about summary refs log tree commit diff
path: root/src/test/run-pass/item-attributes.rs
AgeCommit message (Expand)AuthorLines
2011-11-17remove compile-command from local variable blocksNiko Matsakis-1/+0
2011-11-16Use attributes for native module ABI and link nameHaitao Li-5/+10
2011-11-09Add "cdecl" as synonym for "c-stack-cdecl"Brian Anderson-5/+5
2011-10-24move uses of rust ABI in tests to cdecl or c-stack-cdecl as apprNiko Matsakis-5/+5
2011-09-02Reformat. Issue #855Brian Anderson-1/+1
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-1/+1
2011-09-01Remove some uses of str_buf builtin. Issue #855Brian Anderson-1/+1
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-1/+1
2011-08-23Resolve a number of FIXMEsBrian Anderson-2/+1
2011-08-20ReformatBrian Anderson-1/+1
2011-08-12Remove all usages of std::vec::vbufBrian Anderson-2/+2
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-2/+0
2011-08-03Un-xfail more pretty-printing testsBrian Anderson-1/+0
2011-08-02Add xfail-pretty directives to tests that don't pretty-print correctlyBrian Anderson-0/+1
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-2/+2
2011-07-27Reformat for new syntaxMarijn Haverbeke-31/+21
2011-07-05Change ast::meta_name_value to accept any literal, not just stringBrian Anderson-0/+14
2011-07-05Parse attributes for native items. Closes #609Brian Anderson-0/+12
2011-06-28Rework how linkage attributes are determinedBrian Anderson-0/+207
2011-06-28Add some helper functions for attributes. Issue #487Brian Anderson-201/+0
2011-06-28Write metadata for more meta_item types. Issue #487Brian Anderson-0/+2
2011-06-22rustc: Introduce and parse additional meta_item formsBrian Anderson-0/+11
2011-06-21test: Add a test for distinguishing attributes from extensionsBrian Anderson-0/+12
2011-06-16rustc: Parse crate attributes in standalone .rs filesBrian Anderson-0/+6
2011-06-16test: Add a test for outer attributes on the first module in a fileBrian Anderson-0/+6
2011-06-16rustc: Parse inner attributes of modulesBrian Anderson-0/+44
2011-06-15rustc: Support outer attributes on items that are defined as statementsBrian Anderson-1/+66
2011-06-15test: Add missing fn test cases to run-pass/item-attributes.rsBrian Anderson-6/+13
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-32/+29
2011-06-15test: Add tests for multiple outer attributes on itemsBrian Anderson-11/+41
2011-06-15test: Add test cases for outer attributes on all item typesBrian Anderson-0/+13
2011-06-15rustc: Parse module attributesBrian Anderson-0/+8