summary refs log tree commit diff
path: root/compiler/rustc_ast/src/mut_visit.rs
AgeCommit message (Expand)AuthorLines
2022-07-29Remove `TreeAndSpacing`.Nicholas Nethercote-2/+2
2022-07-12Parse closure bindersMaybe Waffle-1/+17
2022-05-21Merge crate and restricted visibilitiesJacob Pratt-1/+1
2022-05-21Remove feature: `crate` visibility modifierJacob Pratt-1/+1
2022-05-20Introduce BareFnTy::decl_span and fix generics span.Camille GILLOT-1/+2
2022-05-04Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkovbors-16/+7
2022-05-05Overhaul `MacArgs::Eq`.Nicholas Nethercote-10/+5
2022-04-30Add `do yeet` expressions to allow experimentation in nightlyScott McMurray-0/+3
2022-04-30Save colon span to suggest bounds.Camille GILLOT-1/+4
2022-04-29Remove the `T::VISIT_TOKENS` test in `visit_mac_args`.Nicholas Nethercote-11/+7
2022-04-29Rename `visit_interpolated` as `visit_nonterminal`.Nicholas Nethercote-2/+2
2022-04-14Reimplement lowering of sym operands for asm! so that it also works with glob...Amanieu d'Antras-6/+23
2022-04-07Shrink `Nonterminal`.Nicholas Nethercote-1/+3
2022-03-28Remove `Nonterminal::NtTT`.Nicholas Nethercote-1/+0
2022-03-15Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuberbors-4/+7
2022-03-05Change syntax for TyAlias where clausesJack Huey-3/+25
2022-03-03Adjusted diagnostic output so that if there is no `use` in a item sequence,Felix S. Klock II-2/+4
2022-03-03Associate multiple with a crate too.Felix S. Klock II-3/+4
2022-03-03refactor: prepare to associate multiple spans with a module.Felix S. Klock II-1/+1
2022-01-17Add termkadmin-2/+4
2022-01-17add eq constraints on associated constantskadmin-11/+8
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-17/+0
2022-01-05ast: Always keep a `NodeId` in `ast::Crate`Vadim Petrochenkov-1/+3
2021-12-30Rollup merge of #91519 - petrochenkov:cratexp2, r=Aaron1011Matthias Krüger-12/+116
2021-12-11fix typosurechen-1/+1
2021-12-04ast: Avoid aborts on fatal errors thrown from mutable AST visitorVadim Petrochenkov-12/+116
2021-11-28expand: Turn `ast::Crate` into a first class expansion targetVadim Petrochenkov-29/+8
2021-11-07ast: Fix naming conventions in AST structuresVadim Petrochenkov-23/+79
2021-10-22Rollup merge of #89991 - petrochenkov:visitok2, r=jackh726Yuki Okushi-7/+5
2021-10-18rustc_ast: Turn `MutVisitor::token_visiting_enabled` into a constantVadim Petrochenkov-7/+5
2021-10-17rustc_span: `Ident::invalid` -> `Ident::empty`Vadim Petrochenkov-1/+1
2021-09-09Revert "Implement Anonymous{Struct, Union} in the AST"Felix S. Klock II-3/+0
2021-09-04Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiserbors-1/+1
2021-09-03Auto merge of #88597 - cjgillot:lower-global, r=petrochenkovbors-5/+3
2021-09-03Detect bare blocks with type ascription that were meant to be a `struct` literalEsteban Kuber-1/+1
2021-09-02expand: Treat more macro calls as statement macro callsVadim Petrochenkov-1/+11
2021-09-01Compute proc_macros in resolutions.Camille GILLOT-5/+3
2021-08-30Add let-else to ASTCameron Steffen-2/+11
2021-08-25Various pattern cleanupsLéo Lanteri Thauvin-5/+2
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-1/+1
2021-07-19Remove special case for `ExprKind::Paren` in `MutVisitor`Aaron Hill-6/+0
2021-06-17Use `AttrVec` for `Arm`, `FieldDef`, and `Variant`Yuki Okushi-3/+3
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-3/+6
2021-05-16Implement Anonymous{Struct, Union} in the ASTjedel1043-0/+3
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-22/+24
2021-04-11Implement token-based handling of attributes during expansionAaron Hill-4/+45
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-1/+1
2021-03-16ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct`Vadim Petrochenkov-2/+3
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-21/+24
2021-02-18ast: Keep expansion status for out-of-line module itemsVadim Petrochenkov-7/+11