about summary refs log tree commit diff
path: root/compiler/rustc_ast_passes/src/ast_validation.rs
AgeCommit message (Expand)AuthorLines
2025-04-02Simplify control flow in `AstValidator::visit_item`.Nicholas Nethercote-12/+8
2025-04-01Address review comments.Nicholas Nethercote-8/+8
2025-04-01Move `ast::Item::ident` into `ast::ItemKind`.Nicholas Nethercote-37/+46
2025-03-28Add `{ast,hir,thir}::PatKind::Missing` variants.Nicholas Nethercote-1/+1
2025-03-26expand: Leave traces when expanding `cfg` attributesVadim Petrochenkov-2/+1
2025-03-25Track whether an assoc item is in a trait impl or an inherent implOli Scherer-3/+3
2025-03-17expand: Leave traces when expanding `cfg_attr` attributesVadim Petrochenkov-0/+1
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-1/+4
2025-02-09compiler: remove rustc_target::spec::abi reexportsJubilee Young-2/+2
2025-02-03Express contracts as part of function header and lower it to the contract lan...Celina G. Val-1/+1
2025-01-28Refactor FnKind variant to hold &FnCelina G. Val-11/+11
2025-01-04rustc_intrinsic: support functions without body; they are implicitly marked a...Ralf Jung-1/+3
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-15Add hir::AttributeJonathan Dönszelmann-1/+1
2024-12-10Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...Esteban Küber-1/+1
2024-11-25Refactor `where` predicates, and reserve for attributes supportFrank King-15/+17
2024-11-15Make Visitor::FnKind and MutVisitor::FnKind compatiblemaxcabrajac-10/+3
2024-10-31Improve the missing_abi lint.Mara Bos-7/+6
2024-10-27Rollup merge of #132214 - fmease:mv-impl-trait-val-paths, r=compiler-errorsMatthias Krüger-46/+0
2024-10-27Move an impl-Trait check from AST validation to AST loweringLeón Orell Valerian Liehr-46/+0
2024-10-24Pass Ident by reference in ast Visitormaxcabrajac-8/+8
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-11/+11
2024-10-15Rollup merge of #131652 - compiler-errors:modifiers, r=Nadrieril,jieyouxuMatthias Krüger-6/+10
2024-10-14Rollup merge of #131550 - compiler-errors:extern-diags, r=spastorinoMatthias Krüger-6/+9
2024-10-14Move trait bound modifiers into ast::PolyTraitRefMichael Goulet-6/+10
2024-10-11Note what qualifierMichael Goulet-6/+9
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-43/+0
2024-10-01Remove anon struct and union typesMichael Goulet-17/+0
2024-10-01Remove unnamed field featureMichael Goulet-26/+0
2024-09-25Rename `AstValidator::session` as `AstValidator::sess`.Nicholas Nethercote-15/+15
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+3
2024-09-12Rollup merge of #130252 - compiler-errors:const-gen, r=chenyukangStuart Cook-11/+6
2024-09-11Properly deny const gen/async gen fnsMichael Goulet-11/+6
2024-09-11Simplify some nested if statementsMichael Goulet-7/+7
2024-08-31Create opaque definitions in resolver.Camille GILLOT-1/+1
2024-08-21Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxuMatthias Krüger-4/+2
2024-08-21Simplify some redundant field namesMichael Goulet-4/+2
2024-08-21Use bool in favor of Option<()> for diagnosticsMichael Goulet-9/+8
2024-08-07Stabilize `unsafe_attributes`carbotaniuman-1/+1
2024-08-03Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil...Matthias Krüger-30/+12
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+3
2024-07-25Support ?Trait bounds in supertraits and dyn Trait under a feature gateBryanskiy-7/+21
2024-07-25Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmeaseMatthias Krüger-11/+0
2024-07-23Stabilize unsafe extern blocks (RFC 3484)Santiago Pastorino-30/+12
2024-07-18Don't allow unsafe statics outside of extern blocksMichael Goulet-0/+8
2024-07-16Rollup merge of #126762 - compiler-errors:kw-lt, r=michaelwoeristerTrevor Gross-30/+0
2024-07-16Deny keyword lifetimes pre-expansionMichael Goulet-30/+0
2024-07-16Remove a boilerplaty abstractionOli Scherer-60/+16
2024-07-16Remove a needless borrowOli Scherer-7/+7