summary refs log tree commit diff
path: root/src/librustc/middle/stability.rs
AgeCommit message (Expand)AuthorLines
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
2018-08-05Add lint for unknown feature attributesvarkor-26/+31
2018-07-23Change single char str patterns to charsljedrz-1/+1
2018-07-16ItemKindcsmoe-7/+7
2018-06-30Fortify dummy span checkingVadim Petrochenkov-3/+3
2018-06-28Use `Ident`s for associated item definitions in HIRVadim Petrochenkov-1/+2
2018-06-21Support future deprecation for rustc_deprecatedvarkor-2/+4
2018-05-12Better error reporting in Copy deriveleonardo.yvens-1/+1
2018-05-02Remove Option from the return type of Attribute::name()Seiichi Uchida-1/+1
2018-04-02Replace as_ref with &varkor-1/+1
2018-03-26Add future deprecation warning to rustdocvarkor-23/+25
2018-03-26Prevent deprecation warning for items deprecated in the futurevarkor-2/+34
2018-03-24Changed `check_stability` to take an `Option<NodeId>` instead of `NodeId`.kennytm-23/+33
2018-03-24When picking a candidate, consider the unstable ones last.kennytm-20/+52
2018-03-05Turn features() into a query.Michael Woerister-8/+6
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-1/+1
2017-11-02rustc: add item name to deprecated lint warningKevin Butler-5/+7
2017-10-28implemented code reviewVirgil Palanciuc-14/+13
2017-10-26relax restriction - allow errors to be emmitted within macro spans, as long a...Virgil Palanciuc-9/+8
2017-10-25fix #44953 - The “use of unstable library feature 'rustc_private'” error ...Virgil Palanciuc-3/+27
2017-10-05Fix typo, per #45057.Kevin Hunter Kesling-1/+1
2017-09-18Fix issues uncovered by rebasing:Michael Woerister-0/+12
2017-09-13honor #[rustc_const_unstable] attributesAlex Burka-0/+1
2017-09-11Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoeristerbors-2/+2
2017-09-11rustc: Remove HirId from queriesAlex Crichton-2/+2
2017-09-08Use NodeId/HirId instead of DefId for local variables.Eduard-Mihai Burtescu-0/+1