about summary refs log tree commit diff
path: root/compiler/rustc_ast_passes/src
AgeCommit message (Expand)AuthorLines
2025-10-02Extract common logic for iterating over featuresDeadbeef-5/+1
2025-09-27Improve code and better check `doc(cfg(...))` attributesGuillaume Gomez-0/+1
2025-09-27Put back the `doc_cfg` code behind a nightly featureGuillaume Gomez-0/+1
2025-09-27Implement RFC 3631Guillaume Gomez-2/+0
2025-09-18Rollup merge of #146434 - folkertdev:c-variadic-inherent-methods, r=workingju...Matthias Krüger-13/+1
2025-09-14Move more early buffered lints to dyn lint diagnostics (2/N)León Orell Valerian Liehr-1/+8
2025-09-11c-variadic: allow trait methods to be c-variadicFolkert de Vries-40/+26
2025-09-11c-variadic: allow inherent methods to be c-variadicFolkert de Vries-26/+28
2025-09-09c-variadic: reject functions with unsupported extern ABIFolkert de Vries-4/+12
2025-09-09c-variadic: reject non-unsafe functionsFolkert de Vries-9/+29
2025-09-08Refactor how to get the span of a function headerFolkert de Vries-1/+1
2025-09-08c-variadic: reject non-extern functionsFolkert de Vries-1/+9
2025-09-08clarify control flow of `check_c_variadic_type`Folkert de Vries-7/+16
2025-09-08disallow c-variadic associated functions (for now)Folkert de Vries-5/+16
2025-09-08disallow c-variadic coroutinesFolkert de Vries-0/+21
2025-09-03simplify `check_c_variadic_type`Folkert de Vries-25/+21
2025-08-28Add new `doc(attribute = "...")` attributeGuillaume Gomez-0/+1
2025-08-22Rollup merge of #145747 - joshtriplett:builtin-diag-dyn, r=jdonszelmannJacob Pratt-4/+12
2025-08-22Migrate `BuiltinLintDiag::MissingAbi` to use `LintDiagnostic` directlyJosh Triplett-2/+10
2025-08-22Refactor lint buffering to avoid requiring a giant enumJosh Triplett-2/+2
2025-08-22Move validate_attr to `rustc_attr_parsing`Jonathan Brouwer-1/+1
2025-08-21Rollup merge of #145604 - compiler-errors:static-closure, r=fmeaseJacob Pratt-0/+1
2025-08-21Rollup merge of #145662 - GrigorenkoPV:x86-interrupt, r=compiler-errorsJacob Pratt-0/+20
2025-08-20Enforce correct number of arguments for `"x86-interrupt"` functionsPavel Grigorenko-0/+20
2025-08-19Gate static coroutines behind a parser featureMichael Goulet-0/+1
2025-08-19Prevent impossible combinations in `ast::ModKind`.Nicholas Nethercote-1/+1
2025-08-15Rollup merge of #144907 - ShoyuVanilla:no-const-async, r=fmeaseJacob Pratt-0/+26
2025-08-15fix: Reject async assoc fns of const traits/impls in ast_passesShoyu Vanilla-0/+26
2025-08-15Rollup merge of #143075 - workingjubilee:interrupts-may-return-nevermore, r=d...Stuart Cook-2/+14
2025-08-14cleanup: Remove useless `[T].iter().last()`Esteban Küber-1/+1
2025-08-11Extract ast TraitImplHeaderCameron Steffen-20/+14
2025-08-11Move trait impl modifier errors to parsingCameron Steffen-48/+5
2025-08-11Factor out InherentImplCannotUnsafeCameron Steffen-19/+11
2025-08-09remove `P`Deadbeef-2/+1
2025-08-07Rollup merge of #137831 - estebank:auto-trait-err, r=compiler-errorsStuart Cook-10/+15
2025-08-04Tweak auto trait errorsEsteban Küber-10/+15
2025-08-04fix: Error on illegal `[const]`s inside blocks within legal positionsShoyu Vanilla-16/+51
2025-07-28use let chains in ast, borrowck, codegen, const_evalKivooeo-20/+15
2025-07-18AST lowering: More robustly deal with relaxed boundsLeón Orell Valerian Liehr-39/+0
2025-07-17parse `const trait Trait`Deadbeef-16/+24
2025-07-06compiler: rename {ast,hir}::BareFn* to FnPtr*Jubilee Young-8/+8
2025-07-03Replace kw_span by full span.Camille GILLOT-2/+2
2025-07-02Auto merge of #143214 - camsteffen:remove-let-chains-feature, r=est31bors-1/+0
2025-07-01Remove support for dyn*Michael Goulet-1/+0
2025-06-30Remove let_chains featureCameron Steffen-1/+0
2025-06-27compiler: allow interrupts to return () or !Jubilee Young-2/+14
2025-06-24Error on invalid signatures for interrupt ABIsFolkert de Vries-21/+88
2025-06-16Fold unnecessary visit_struct_field_def in AstValidatorMichael Goulet-18/+2
2025-06-13Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgrbors-4/+149
2025-06-12add `extern "custom"` functionsFolkert de Vries-4/+149