summary refs log tree commit diff
path: root/compiler/rustc_passes/src/stability.rs
AgeCommit message (Expand)AuthorLines
2022-05-10only_local: always check for misuselcnr-1/+1
2022-04-30Box HIR Generics and Impl.Camille GILLOT-1/+1
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-2/+2
2022-04-13couple of clippy::complexity fixesMatthias Krüger-2/+2
2022-04-08check_doc_keyword: don't alloc string for emptiness checkklensy-1/+1
2022-03-30Addressed comments by @compiler-errors and @bjorn3Yuri Astrakhan-1/+1
2022-03-30Spellchecking compiler commentsYuri Astrakhan-3/+3
2022-03-16rustc_error: make ErrorReported impossible to constructmark-3/+3
2022-03-09Permit `#[deprecated]` in stdlibJacob Pratt-1/+1
2022-03-03Make unknown feature error deterministic.Camille GILLOT-3/+3
2022-03-03Gate stability attrs with other attributes.Camille GILLOT-56/+9
2022-03-03Move query providers.Camille GILLOT-1/+10
2022-03-03Remove useless map.Camille GILLOT-9/+5
2022-03-03Move the set of features to the `features` query.Camille GILLOT-11/+0
2022-02-24Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkovbors-10/+8
2022-02-19Adopt let else in more placesest31-7/+3
2022-02-19Stop interning stability.Camille GILLOT-10/+8
2022-02-03Require const stability on all stable const itemsJacob Pratt-18/+18
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-17/+11
2022-01-15Return a LocalDefId in get_parent_item.Camille GILLOT-1/+1
2022-01-07Add `trait_item_def_id` to `AssocItem`Matthew Jasper-13/+6
2021-12-15Remove `in_band_lifetimes` for `rustc_passes`Peter Jaszkowiak-3/+3
2021-11-28Remove eval_always for lib_features.Camille GILLOT-1/+1
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-2/+1
2021-09-16delay error for enabling unstable lib featuresVishad Goyal-0/+10
2021-09-02Rename walk_crate.Camille GILLOT-2/+2
2021-09-02Stop using walk_crate.Camille GILLOT-5/+5
2021-08-28Treat macros as HIR itemsinquisitivecrystal-18/+0
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-2/+1
2021-07-31rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tablesVadim Petrochenkov-47/+45
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-2/+2
2021-07-12Auto merge of #86320 - hi-rustin:rustin-patch-fix-span, r=estebankbors-1/+2
2021-07-08fn must be const if marked with stability attributLamb-1/+60
2021-07-01Rename all_crate_nums query to crates and remove useless wrapperbjorn3-1/+1
2021-06-15Use last segmenthi-rustin-4/+1
2021-06-15shrinking the deprecated method spanhi-rustin-1/+5
2021-06-14Use the now available implementation of `IntoIterator` for arraysLeSeulArtichaut-1/+1
2021-06-04Revert "shrinking the deprecated method span"Rich Kadel-5/+1
2021-06-02Address commenthi-rustin-4/+3
2021-05-25Address commenthi-rustin-4/+1
2021-05-24shrinking the deprecated method spanhi-rustin-1/+9
2021-05-12Use () for lang items.Camille GILLOT-6/+2
2021-05-12Use () for privacy.Camille GILLOT-1/+1
2021-05-07shrinking the deprecated method spanhi-rustin-3/+3
2021-03-30Remove hir::CrateItem.Camille GILLOT-2/+2
2021-03-26Use iter::zip in compiler/Josh Stone-1/+2
2021-03-23Some refactoringvarkor-4/+3
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-5/+5
2021-03-09Remove hir::Item::attrs.Camille GILLOT-1/+2
2021-03-09Access attrs directly from HirId in rustc_passes::stability.Camille GILLOT-12/+1