summary refs log tree commit diff
path: root/compiler/rustc_ast
AgeCommit message (Expand)AuthorLines
2024-11-21Auto merge of #132629 - nnethercote:124141-preliminaries, r=petrochenkovbors-13/+149
2024-11-21Rollup merge of #133153 - maxcabrajac:flat_maps, r=petrochenkovMatthias Krüger-46/+144
2024-11-21Prepare for invisible delimiters.Nicholas Nethercote-2/+36
2024-11-21Introduce `InvisibleOrigin` on invisible delimiters.Nicholas Nethercote-11/+113
2024-11-20Itemsmaxcabrajac-17/+59
2024-11-18Add MutVisitor::visit_fn_ret_tymaxcabrajac-2/+6
2024-11-18Add Visitor::visit_qselfmaxcabrajac-11/+14
2024-11-18Add Visitor::visit_fn_declmaxcabrajac-3/+6
2024-11-17PatFieldmaxcabrajac-5/+13
2024-11-17ExprFieldmaxcabrajac-5/+13
2024-11-17GenericParammaxcabrajac-5/+13
2024-11-17Parammaxcabrajac-2/+10
2024-11-17Variantmaxcabrajac-5/+13
2024-11-17Armmaxcabrajac-2/+10
2024-11-17FieldDefmaxcabrajac-5/+13
2024-11-16Rollup merge of #132787 - maxcabrajac:fnctxt, r=petrochenkovMatthias Krüger-50/+132
2024-11-15Rollup merge of #132956 - maxcabrajac:coroutine_kind, r=petrochenkovGuillaume Gomez-3/+13
2024-11-15Make WalkItemKind::walk signature compatible between Visitor versionsmaxcabrajac-17/+26
2024-11-15Add WalkItemKind::Ctxt so AssocCtxt is not sent to non-Assoc ItemKindsmaxcabrajac-19/+27
2024-11-15Make Visitor::FnKind and MutVisitor::FnKind compatiblemaxcabrajac-29/+94
2024-11-15Rollup merge of #133049 - maxcabrajac:visit_precise_capturing_arg, r=compiler...Matthias Krüger-9/+5
2024-11-14Change visit_precise_capturing_arg so it returns a Self::Resultmaxcabrajac-9/+5
2024-11-12formatmaxcabrajac-4/+1
2024-11-12Add visit_coroutine_kindmaxcabrajac-3/+16
2024-11-12Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillotbors-1/+0
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-1/+0
2024-11-12Rollup merge of #132653 - BoxyUwU:const_arg_stmt_mac_call, r=compiler-errorsMatthias Krüger-4/+31
2024-11-05Check for both `StmtKind::MacCall` and `ExprKind::MacCall`Boxy-4/+31
2024-11-05Add documentation on `ast::Attribute`Guillaume Gomez-0/+46
2024-11-02Do not format generic constsMichael Goulet-0/+6
2024-10-31Improve the missing_abi lint.Mara Bos-2/+4
2024-10-28fix clippy::clone_on_ref_ptr for compilerklensy-1/+1
2024-10-26Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillotbors-1/+1
2024-10-25Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkovMatthias Krüger-22/+22
2024-10-24Pass Ident by reference in ast Visitormaxcabrajac-22/+22
2024-10-24Remove visit_expr_postmaxcabrajac-4/+1
2024-10-22Represent TraitBoundModifiers as distinct parts in HIRMichael Goulet-2/+2
2024-10-19Do not run lints that cannot emitblyxyas-1/+1
2024-10-15Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgrbors-10/+21
2024-10-15Auto merge of #131724 - matthiaskrgr:rollup-ntgkkk8, r=matthiaskrgrbors-5/+15
2024-10-15Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errorsMatthias Krüger-5/+15
2024-10-15Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxubors-0/+375
2024-10-14Move trait bound modifiers into ast::PolyTraitRefMichael Goulet-10/+21
2024-10-11Single commit implementing the enzyme/autodiff frontendManuel Drehwald-0/+375
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-21/+0
2024-10-07Add sugar for &pin (const|mut) typesEric Holk-5/+15
2024-10-07Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,...bors-30/+30
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-2/+10
2024-10-06disallow `asm!` in `#[naked]` functionsFolkert de Vries-1/+19
2024-10-06Rename NestedMetaItem to MetaItemInnercodemountains-30/+30