summary refs log tree commit diff
path: root/src/librustc/middle/stability.rs
AgeCommit message (Expand)AuthorLines
2019-06-20rename hir::map::get_by_hir_id to getljedrz-1/+1
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-4/+4
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-9/+9
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-2/+2
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-9/+9
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-5/+5
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-11/+11
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-2/+2
2019-05-28Auto merge of #60955 - agnxy:rename-assoc, r=oli-obk,Centrilbors-2/+2
2019-05-27Avoid unnecessary internings.Nicholas Nethercote-2/+2
2019-05-26Rename "Associated*" to "Assoc*"Andrew Xu-2/+2
2019-05-23Update get_lib_features, defined_lib_features, get_lang_items, defined_lang_i...John Kåre Alsaker-2/+2
2019-05-13Return a `Symbol` from `name_or_empty` functions.Nicholas Nethercote-1/+1
2019-05-13Remove the equality operation between `Symbol` and strings.Nicholas Nethercote-1/+1
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-5/+5
2019-05-03rustc: rename hir::def::Def to Res (short for "resolution").Eduard-Mihai Burtescu-3/+3
2019-05-03rustc: use DefKind instead of Def, where possible.Eduard-Mihai Burtescu-4/+4
2019-05-03rustc: factor most DefId-containing variants out of Def and into DefKind.Eduard-Mihai Burtescu-5/+5
2019-04-23Add rustc_allow_const_fn_ptrTaylor Cramer-0/+1
2019-03-26Rollup merge of #59389 - euclio:deprecated-suggestion, r=varkorMazdak Farrokhzad-1/+1
2019-03-25Auto merge of #59256 - petrochenkov:derval2, r=Zoxcbors-6/+5
2019-03-24replace redundant note in deprecation warningAndy Russell-1/+1
2019-03-24Separate variant id and variant constructor id.David Wood-5/+12
2019-03-23Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxcbors-1/+1
2019-03-17Auto merge of #58994 - oli-obk:deprecated_derive, r=petrochenkovbors-1/+4
2019-03-17Make meta-item API compatible with `LocalInternedString::get` soundness fixVadim Petrochenkov-6/+5
2019-03-16Don't report deprecation lints in derive expansionsOliver Scherer-1/+4
2019-03-16syntax: Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-5/+6
2019-03-15rustc: rename item_path to def_path (except the module in ty).Eduard-Mihai Burtescu-2/+2
2019-03-13middle: replace NodeId with HirId in AccessLevelsljedrz-1/+1
2019-03-06Make misc checking 1 more parallelJohn Kåre Alsaker-6/+0
2019-03-02hir: remove NodeId from Itemljedrz-2/+2
2019-03-02hir: remove NodeId from StructFieldljedrz-2/+1
2019-03-01hir: remove NodeId from ImplItemljedrz-1/+2
2019-03-01ty: HirIdify some lintsljedrz-3/+2
2019-02-27Auto merge of #58741 - varkor:lang-lib-feature-shared-name, r=alexregbors-4/+8
2019-02-25Allow lang and lib features to share namesvarkor-4/+8
2019-02-24hir: remove NodeId from Exprljedrz-11/+11
2019-02-24middle: partially HirIdify stabilityljedrz-29/+23
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