about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/mut_visit.rs
AgeCommit message (Expand)AuthorLines
2023-03-28Add `(..)` syntax for RTNMichael Goulet-0/+1
2023-03-19Remove the `NodeId` of `ast::ExprKind::Async`Arpad Borsos-2/+1
2023-03-12Remove `box_syntax` from AST and use in toolsclubby789-1/+0
2023-03-08Rename `MapInPlace` as `FlatMapInPlace`.Nicholas Nethercote-1/+1
2023-02-21Use `ThinVec` in `ast::AngleBracketedArgs`.Nicholas Nethercote-1/+1
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-9/+14
2023-02-21Use `ThinVec` in `ast::WhereClause`.Nicholas Nethercote-2/+13
2023-02-21Use `ThinVec` in `ast::Generics` and related types.Nicholas Nethercote-3/+1
2023-01-26Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obkbors-0/+14
2023-01-12parse const closuresDeadbeef-0/+2
2023-01-12Expand format_args!() in rust_ast_lowering.Mara Bos-0/+14
2022-12-28Rename `Rptr` to `Ref` in AST and HIRNilstrieb-1/+1
2022-12-03Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514Matthias Krüger-2/+1
2022-12-03Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillotMatthias Krüger-0/+1
2022-12-01Remove useless borrows and derefsMaybe Waffle-2/+1
2022-12-01rustc_ast_lowering: Stop lowering imports into multiple itemsVadim Petrochenkov-5/+1
2022-11-28Keep track of the start of the argument block of a closureSarthak Singh-0/+1
2022-11-28Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.Nicholas Nethercote-1/+1
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-3/+3
2022-11-23Suggest `.clone()` or `ref binding` on E0382Esteban Küber-1/+2
2022-11-22Split `MacArgs` in two.Nicholas Nethercote-12/+16
2022-11-21Remove `ref` patterns from `rustc_ast`Maybe Waffle-4/+4
2022-11-17Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...Nicholas Nethercote-9/+23
2022-11-11Introduce `ExprKind::IncludedBytes`clubby789-1/+1
2022-10-23Workaround unstable stmt_expr_attributes for method receiver expressions.Camille GILLOT-1/+13
2022-10-10Rename AssocItemKind::TyAlias to AssocItemKind::TypeMichael Goulet-1/+1
2022-09-09Rename `{Create,Lazy}TokenStream` as `{To,Lazy}AttrTokenStream`.Nicholas Nethercote-4/+7
2022-09-09Rename `AttrAnnotatedToken{Stream,Tree}`.Nicholas Nethercote-11/+8
2022-09-09Move `Spacing` out of `AttrAnnotatedTokenStream`.Nicholas Nethercote-2/+2
2022-08-22Use `AttrVec` in more places.Nicholas Nethercote-23/+11
2022-08-16Rollup merge of #100610 - nnethercote:ast-and-parser-tweaks, r=spastorinoDylan DPC-2/+1
2022-08-16Remove `{ast,hir}::WhereEqPredicate::id`.Nicholas Nethercote-2/+1
2022-08-16Shrink `ast::Attribute`.Nicholas Nethercote-3/+5
2022-08-11Rollup merge of #100350 - jhpratt:stringify-vis, r=cjgillotMatthias Krüger-1/+1
2022-08-10Do not consider method call receiver as an argument in AST.Camille GILLOT-1/+2
2022-08-09Stringify non-shorthand visibility correctlyJacob Pratt-1/+1
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