summary refs log tree commit diff
path: root/src/librustc/middle/stability.rs
AgeCommit message (Expand)AuthorLines
2019-04-06Don't report deprecation lints in derive expansionsOliver Scherer-1/+4
2019-03-17Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-5/+6
2019-02-20hir: HirId-ify intravisitljedrz-2/+2
2019-02-13Rollup merge of #58276 - varkor:missing-stability-attr-top-level, r=davidtwcoMazdak Farrokhzad-10/+13
2019-02-13Rollup merge of #58202 - varkor:deprecated-future-external, r=GuillaumeGomezMazdak Farrokhzad-27/+1
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-2/+2
2019-02-11Require a list of features to allow in `allow_internal_unstable`Oliver Scherer-5/+4
2019-02-11Do not apply future deprecation warning for #[deprecated]varkor-27/+1
2019-02-10rustc: doc commentsAlexander Regueiro-2/+2
2019-02-08Correct descriptive item name for implvarkor-4/+2
2019-02-08Use descriptive variant namevarkor-2/+2
2019-02-07Improve the error messages for missing stability attributesvarkor-10/+15
2019-02-07Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centrilkennytm-10/+10
2019-02-05move librustc to 2018Mark Mansi-10/+10
2019-02-04Fix #58101Tatsuyuki Ishi-1/+3
2019-02-01Auto merge of #57916 - Zoxc:incr-passes4, r=michaelwoeristerbors-2/+1
2019-01-30Add suggestions to deprecation lintsOliver Scherer-22/+40
2019-01-29Add an ensure() method to TyCtxt used to ensure queries are runJohn Kåre Alsaker-2/+1
2019-01-11Address commentsJohn Kåre Alsaker-2/+2
2019-01-11Make more passes incrementalJohn Kåre Alsaker-3/+17
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-11Add lint for stlibaheart-2/+11
2018-12-09Add lint for items deprecated in futureaheart-15/+46
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-15/+13
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-18/+18
2018-11-18Fix ICEs from imports of items not defined in modulesVadim Petrochenkov-4/+2
2018-11-07Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwcokennytm-1/+1
2018-11-06refactor: use shorthand fieldsteresy-1/+1
2018-10-26Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkovbors-3/+3
2018-10-20handle errors based on parse_sesscsmoe-3/+3
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-3/+3
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-6/+6
2018-10-06rustc/middle: whitespace & formatting fixesljedrz-6/+7
2018-10-06rustc/middle: improve some patternsljedrz-9/+6
2018-10-03Only promote calls to `#[rustc_promotable]` const fnsOliver Schneider-0/+1
2018-09-13introduce SelfCtorF001-1/+1
2018-08-31Implement the `min_const_fn` feature gateOliver Schneider-1/+1
2018-08-21Auto merge of #53444 - varkor:lib_features-conditional, r=michaelwoeristerbors-6/+26
2018-08-21Iterate through all crates in stability.rs rather than lib_features.rsvarkor-6/+26
2018-08-19mv codemap() source_map()Donato Sciarra-1/+1
2018-08-07Add HirId to VisibilityKind::RestrictedMark Rousskov-1/+2
2018-08-06Special-case "test" featurevarkor-0/+4
2018-08-05Improve query efficiencyvarkor-1/+1
2018-08-05Add special support for libcvarkor-3/+3
2018-08-05Add support for feature attributes on macrosvarkor-4/+0
2018-08-05Convert unknown_features lint into an errorvarkor-4/+5
2018-08-05Turn the duplicate feature lint into an errorvarkor-25/+24
2018-08-05Add duplicity lint for lang featuresvarkor-19/+30
2018-08-05Add a lint for duplicate feature attributesvarkor-0/+7
2018-08-05Trigger stable feature lint for lib featuresvarkor-0/+10