summary refs log tree commit diff
path: root/src/test/run-pass/item-attributes.rs
AgeCommit message (Expand)AuthorLines
2013-06-06Deduplicate words in code commentsAlexei Sholik-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-22test: Update tests to use the new syntax.Patrick Walton-3/+3
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-10/+0
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-4/+4
2013-03-07test: Fix tests.Patrick Walton-1/+1
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-19/+29
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-30test: Remove export from the tests, language, and libraries. rs=deexportingPatrick Walton-51/+18
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-11Uncomment nested module in test, delete a FIXMETim Chevalier-2/+0
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-6/+31
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-17fix no-longer-unsupervise test cases on windowsBen Blum-1/+1
2012-07-17Change all test/run-pass uses of rustrt::unsupervise() to something elseBen Blum-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-1/+1
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-5/+5
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-1/+1
2012-02-01Remove native types from stdlibMarijn Haverbeke-3/+0
2012-01-15rustc: Parse fn inner attributes. Closes #1506Brian Anderson-0/+4
2012-01-13Remove tests for objs, adjust tests that use objsMarijn Haverbeke-29/+1
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