about summary refs log tree commit diff
path: root/compiler/rustc_ast_passes/src
AgeCommit message (Expand)AuthorLines
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-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
2025-06-12Rollup merge of #141162 - mejrs:gated, r=fee1-deadMatthias Krüger-2/+12
2025-06-09refactor `AttributeGate` and `rustc_attr!` to emit notes during feature chec...mejrs-2/+12
2025-06-03Add `iter` macroOli Scherer-3/+4
2025-05-28Reorder `ast::ItemKind::{Struct,Enum,Union}` fields.Nicholas Nethercote-3/+3
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-06Rollup merge of #140035 - fee1-dead-contrib:push-oszwkkvmpkks, r=jieyouxu,wes...Stuart Cook-0/+1
2025-05-05Implement RFC 3503: frontmattersDeadbeef-0/+1
2025-05-04Initial support for dynamically linked cratesBryanskiy-2/+6
2025-05-03Report the `unsafe_attr_outside_unsafe` lint at the closest nodeUrgau-1/+1
2025-05-03Have `AstValidation` track a linting node idUrgau-0/+7
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-18Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmannMatthias Krüger-3/+2
2025-04-17Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgrbors-11/+3
2025-04-16Move eager translation to a method on `Diag`Jake Goulding-11/+3
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-3/+2
2025-04-16Add hard error for `extern` without explicit ABIObei Sideg-5/+16
2025-04-07Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obkStuart Cook-1/+1
2025-04-03Rollup merge of #139294 - beetrees:fix-f16-f128-literal-feature-gate, r=fmeaseMatthias Krüger-10/+12
2025-04-03Rollup merge of #139080 - m-ou-se:super-let-gate, r=traviscrossMatthias Krüger-0/+1
2025-04-03Fix the `f16`/`f128` feature gate on integer literalsbeetrees-10/+12
2025-04-02Reduce scope of `AstValidator::with_*` calls.Nicholas Nethercote-91/+88
2025-04-02Rename span-related names in `AstValidator`.Nicholas Nethercote-36/+43
2025-04-02Factor some code out of `AstValidator::visit_items`.Nicholas Nethercote-19/+20
2025-04-02Simplify control flow in `AstValidator::visit_item`.Nicholas Nethercote-12/+8
2025-04-01Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obkbors-1/+0
2025-04-01Address review comments.Nicholas Nethercote-8/+8
2025-04-01Move `ast::Item::ident` into `ast::ItemKind`.Nicholas Nethercote-38/+47
2025-03-28Rollup merge of #139063 - fmease:fix-tait-atpit-gating, r=oli-obkMatthias Krüger-0/+7
2025-03-28Add the feature gate for the `super let` experiment.Mara Bos-0/+1
2025-03-28Fix TAIT & ATPIT feature gating in the presence of anon constsLeón Orell Valerian Liehr-0/+7
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-21remove `feature(inline_const_pat)`lcnr-1/+0
2025-03-17expand: Leave traces when expanding `cfg_attr` attributesVadim Petrochenkov-0/+1
2025-03-12Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan...Matthias Krüger-1/+0
2025-03-11Auto merge of #128440 - oli-obk:defines, r=lcnrbors-1/+4
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-1/+4