summary refs log tree commit diff
path: root/src/test/compile-fail/lint-stability.rs
AgeCommit message (Expand)AuthorLines
2015-06-11update stability compile-fail testsAlexis Beingessner-3/+9
2015-04-09Remove `ignore-tidy-linelength` from tests that no longer need itLuke Gallagher-1/+0
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-72/+72
2015-02-26Check stability of struct fields.Huon Wilson-3/+9
2015-02-24Fix fallout from correct stability handling in UFCS.Eduard Burtescu-7/+144
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+3
2015-02-17rustc: Track stability of trait implementationsAlex Crichton-0/+5
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-3/+1
2015-02-04Fix testManish Goregaokar-31/+1
2015-01-23grandfathered -> rust1Brian Anderson-11/+11
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-13/+58
2015-01-23Set unstable feature names appropriatelyBrian Anderson-15/+15
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-10/+10
2015-01-21Minor fixesBrian Anderson-35/+34
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-194/+42
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-15/+15
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-14/+14
2015-01-08Improvements to feature stagingBrian Anderson-35/+36
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-4/+4
2015-01-05Forbid '#[macro_use] extern crate' outside the crate rootKeegan McAllister-3/+4
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-2/+2
2015-01-05Remove use of globs feature gate from tests.Huon Wilson-1/+1
2014-11-18rollup merge of #19029: vberger/stability_function_bodyJakub Bukaj-0/+14
2014-11-17Don't inherit stability to items in a function body.Victor Berger-0/+14
2014-11-17Switch to purely namespaced enumsSteven Fackler-16/+16
2014-11-11Update tests for new stability inheritance rulesAaron Turon-0/+3
2014-11-07rustc: Process #[cfg]/#[cfg_attr] on cratesAlex Crichton-0/+5
2014-11-05rustc: Add some more checks to the stability lintBrian Anderson-0/+15
2014-11-04rustc: Support stability attributes on cratesAlex Crichton-2/+2
2014-10-20Stability lint checker now handles nested macros.Victor Berger-0/+1
2014-09-22Lint stability now checks macro arguments.Victor Berger-3/+5
2014-08-12Enable deprecation lint on crate-local itemsAaron Turon-18/+17
2014-07-16stability lint: ignore code from macro expansionAaron Turon-2/+9
2014-06-18Add stability inheritanceAaron Turon-52/+79
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-5/+5
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-01-31Handle attributes on cross-crate tuple-structs correctlyDavid Manescu-0/+30
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2013-12-16Detect stability attributes on methods.Kiet Tran-28/+72
2013-12-08Add dead-code warning passKiet Tran-0/+1
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+1
2013-09-04Implement support for indicating the stability of items.Huon Wilson-0/+338