about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/stability.rs
AgeCommit message (Expand)AuthorLines
2025-07-15Make stability attribute not to error when unstable feature bound is in effecttiif-2/+30
2025-07-13Retire hir::*ItemRef.Camille GILLOT-2/+7
2025-07-06compiler: rename {ast,hir}::BareFn* to FnPtr*Jubilee Young-1/+1
2025-06-12Tracking the old name of renamed unstable library attributexizheyin-2/+9
2025-05-30Reorder fields in `hir::ItemKind` variants.Nicholas Nethercote-1/+1
2025-05-09don't depend on rustc_attr_parsing if rustc_data_structures will domejrs-12/+12
2025-04-03Make LevelAndSource a structOli Scherer-1/+1
2025-04-02Move methods from `Map` to `TyCtxt`, part 5.Nicholas Nethercote-2/+2
2025-03-18Move `hir::Item::ident` into `hir::ItemKind`.Nicholas Nethercote-3/+3
2025-03-12Move methods from `Map` to `TyCtxt`, part 4.Nicholas Nethercote-3/+3
2025-02-27require trait impls to have matching const stabilities as the traitsDeadbeef-14/+46
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-17/+30
2025-02-22Fix binding mode problemsMichael Goulet-5/+1
2025-02-21Move methods from Map to TyCtxt, part 3.Nicholas Nethercote-1/+1
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-4/+4
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-6/+6
2025-02-09compiler: start using rustc_ast_lowering in rustc_passesJubilee Young-2/+3
2025-02-02rustc_allowed_through_unstable_modules: require deprecation messageRalf Jung-79/+75
2025-01-23`visit_x_unambig`Boxy-3/+3
2025-01-23Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor`Boxy-7/+6
2025-01-15Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi...Guillaume Gomez-39/+97
2025-01-15allowed_through_unstable_modules: support showing a deprecation message when ...Ralf Jung-39/+97
2025-01-14Enforce syntactical stability of const traits in HIRMichael Goulet-3/+33
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-1/+1
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-12-16split attributesJonathan Dönszelmann-9/+17
2024-11-20don't require const stability for const implsDeadbeef-10/+1
2024-11-10ensure that all publicly reachable const fn have const stability infoRalf Jung-96/+98
2024-11-10honor rustc_const_stable_indirect in non-staged_api crate with -Zforce-unstab...Ralf Jung-0/+5
2024-11-04remove support for extern-block const intrinsicsRalf Jung-15/+0
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-1/+1
2024-10-28Auto merge of #132145 - RalfJung:stdarch, r=Amanieubors-3/+0
2024-10-28we can now enable the 'const stable fn must be stable' checkRalf Jung-3/+0
2024-10-26Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-deadMatthias Krüger-12/+12
2024-10-25tcx.is_const_fn doesn't work the way it is described, remove itRalf Jung-4/+4
2024-10-25add a HACK to allow stdarch migrationRalf Jung-0/+3
2024-10-25Re-do recursive const stability checksRalf Jung-32/+86
2024-10-25Introduce `Enabled{Lang,Lib}Feature`许杰友 Jieyou Xu (Joe)-12/+12
2024-10-23rename lang feature lists to include LANGRalf Jung-3/+3
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-5/+5
2024-10-22make some rustc_feature internals private, and ensure invariants with debug a...Ralf Jung-2/+2
2024-10-22terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...Ralf Jung-6/+6
2024-10-12Emit an error for unstable attributes that reference already stable featuresCastilloDel-0/+16
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-09-11Simplify some nested if statementsMichael Goulet-10/+8
2024-08-31don't take reachability into account when warning about missing-const-stabilityRalf Jung-2/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+5
2024-07-10Report usage of lib features in ast validationMichael Goulet-6/+0
2024-06-06Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"Rémy Rakic-2/+2