summary refs log tree commit diff
path: root/compiler/rustc_ast/src/ast.rs
AgeCommit message (Expand)AuthorLines
2023-04-10Remove `..` from return type notationMichael Goulet-4/+0
2023-04-04Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`Oli Scherer-4/+4
2023-04-04box a bunch of large typesOli Scherer-8/+8
2023-04-04Split out ast::ItemKind::Const into its own structOli Scherer-5/+12
2023-04-04rust-analyzer guided tuple field to named fieldOli Scherer-4/+12
2023-04-04rust-analyzer guided enum variant structificationOli Scherer-4/+7
2023-03-31Auto merge of #109010 - compiler-errors:rtn, r=eholkbors-6/+10
2023-03-28Fix mismatched punctuation in Debug impl of AttrIdDavid Tolnay-1/+1
2023-03-28Add `(..)` syntax for RTNMichael Goulet-10/+10
2023-03-28Feature gateMichael Goulet-0/+4
2023-03-19Remove the `NodeId` of `ast::ExprKind::Async`Arpad Borsos-7/+3
2023-03-16Support flattening/inlining format_args through & and ().Mara Bos-0/+9
2023-03-12Remove `box_syntax` from AST and use in toolsclubby789-5/+1
2023-02-21Use `ThinVec` in a few more AST types.Nicholas Nethercote-6/+6
2023-02-21Use `ThinVec` in `ast::ExprKind::Match`.Nicholas Nethercote-1/+1
2023-02-21Use `ThinVec` in `ast::PatKind::Struct`.Nicholas Nethercote-3/+3
2023-02-21Use `ThinVec` in `ast::AngleBracketedArgs`.Nicholas Nethercote-1/+1
2023-02-21Use `ThinVec` in `ast::Block`.Nicholas Nethercote-2/+2
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-19/+19
2023-02-21Use `ThinVec` in `ast::Impl` and related types.Nicholas Nethercote-4/+4
2023-02-21Use `ThinVec` in `ast::WhereClause`.Nicholas Nethercote-7/+7
2023-02-21Use `ThinVec` in `ast::Generics` and related types.Nicholas Nethercote-14/+14
2023-02-01ast: Optimize list and value extraction primitives for attributesVadim Petrochenkov-0/+7
2023-01-26Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obkbors-0/+5
2023-01-15make error emitted on `impl &Trait` nicerEzra Shaw-1/+2
2023-01-12parse const closuresDeadbeef-0/+1
2023-01-12Expand format_args!() in rust_ast_lowering.Mara Bos-0/+5
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-3/+3
2023-01-02Rollup merge of #106383 - Manishearth:ast-docs, r=compiler-errorsMichael Goulet-0/+15
2023-01-02Document rustc_ast::FnHeader fieldsManish Goregaokar-0/+4
2023-01-02Document rustc_ast::Extern variantsManish Goregaokar-0/+11
2022-12-28Rename `Rptr` to `Ref` in AST and HIRNilstrieb-6/+6
2022-12-18A few small cleanups for `newtype_index`Nilstrieb-2/+1
2022-12-18Make `#[debug_format]` an attribute in `newtype_index`Nilstrieb-1/+1
2022-12-18Make `#[custom_encodable]` an attribute for `newtype_index`Nilstrieb-1/+1
2022-12-15more clippy::complexity fixesMatthias Krüger-7/+1
2022-12-12Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkovbors-10/+14
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+0
2022-12-03Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514Matthias Krüger-2/+2
2022-12-03Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillotMatthias Krüger-1/+3
2022-12-02Reorder `StrLit` fields.Nicholas Nethercote-4/+5
2022-12-02Remove `token::Lit` from `ast::MetaItemLit`.Nicholas Nethercote-3/+5
2022-12-02Add `StrStyle` to `ast::LitKind::ByteStr`.Nicholas Nethercote-3/+4
2022-12-01Remove useless borrows and derefsMaybe Waffle-2/+2
2022-12-01rustc_ast_lowering: Stop lowering imports into multiple itemsVadim Petrochenkov-6/+3
2022-11-29Reorder some types.Nicholas Nethercote-27/+27
2022-11-29Improve comments about attributes and meta items.Nicholas Nethercote-10/+14
2022-11-28Keep track of the start of the argument block of a closureSarthak Singh-1/+3
2022-11-28Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.Nicholas Nethercote-1/+1
2022-11-28Adjust comments on `StrLit`.Nicholas Nethercote-2/+1