about summary refs log tree commit diff
path: root/src/test/run-pass/item-attributes.rs
AgeCommit message (Expand)AuthorLines
2019-02-10tests: doc commentsAlexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+5
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-5/+2
2015-04-12Remove pretty-expanded from tests that use format_args!Ryan Prichard-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-7/+7
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
2015-02-16Add custom_attribute gate to tests which need themManish Goregaokar-0/+2
2014-06-24Remove few FIXMEsPiotr Jawniak-3/+1
2014-05-24Get "make check" to work with unused-attributeSteven Fackler-0/+1
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-19/+19
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-1/+1
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-2/+2
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+1
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-3/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2013-12-23rustc: Add a lint for the obsolete crate-level link attributeBrian Anderson-6/+0
2013-12-19Rename pkgid to crate_idCorey Richardson-1/+1
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-0/+2
2013-10-30syntax: Forbid non-string literals in meta items. #623Brian Anderson-2/+4
2013-10-14Removing ccdeclSteve Klabnik-5/+5
2013-10-14Remove unused abi attributes.Steve Klabnik-10/+5
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-1/+1
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-1/+1
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-5/+5
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