about summary refs log tree commit diff
path: root/src/test/compile-fail/lint-stability.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-464/+0
2018-08-05Fix test/compile-failvarkor-31/+31
2018-06-21Support future deprecation for rustc_deprecatedvarkor-0/+8
2017-12-21Check associated type bindings for privacy and stabilityVadim Petrochenkov-0/+4
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-150/+90
2016-07-08Add tests + Fix rustdoc regression + Fix rebaseVadim Petrochenkov-0/+5
2015-12-12Address the review commentsVadim Petrochenkov-1/+2
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+0
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-13/+13
2015-11-18Add missing annotations and some testsVadim Petrochenkov-3/+7
2015-10-13Refactor attr::StabilityVadim Petrochenkov-13/+13
2015-08-15test: Fix tests for requiring issuesAlex Crichton-23/+23
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