summary refs log tree commit diff
path: root/compiler/rustc_ast/src/ast.rs
AgeCommit message (Expand)AuthorLines
2023-09-11Move let expression checking to parsingMatthew Jasper-2/+2
2023-08-24Parse unnamed fields and anonymous structs or unionsFrank King-0/+4
2023-08-08Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obkbors-0/+10
2023-08-06lower impl const to bind to host effect paramDeadbeef-0/+10
2023-08-04Improve spans for indexing expressionsNilstrieb-1/+2
2023-08-03Remove `MacDelimiter`.Nicholas Nethercote-29/+3
2023-07-28Parse generic const itemsLeón Orell Valerian Liehr-0/+2
2023-07-22Rollup merge of #112508 - compiler-errors:trait-sig-lifetime-sugg-ice, r=cjgi...Matthias Krüger-1/+6
2023-07-04Add effects during lowering for `~const` boundsDeadbeef-0/+9
2023-06-28Adjust inner span of implicit self ref argumentMichael Goulet-1/+6
2023-06-19Syntatically accept `become` expressionsMaybe Waffle-0/+6
2023-05-24Use `Option::is_some_and` and `Result::is_ok_and` in the compilerMaybe Waffle-2/+2
2023-05-09Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillotMatthias Krüger-3/+10
2023-05-05misc nameres changes for anon constsBoxy-3/+10
2023-05-05Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errorsDylan DPC-0/+3
2023-05-02Implement negative boundsMichael Goulet-0/+18
2023-05-02address commentsDeadbeef-1/+1
2023-05-02update and add a few testsDeadbeef-1/+1
2023-05-02initial step towards implementing C string literalsDeadbeef-0/+3
2023-05-01Rip it outNilstrieb-1/+0
2023-05-01Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naberMatthias Krüger-2/+2
2023-04-27Tweak await spanMichael Goulet-2/+2
2023-04-27Migrate trivially translatable `rustc_parse` diagnosticsclubby789-2/+2
2023-04-21use P<[Ident]> instead of Vec<Ident>DrMeepster-1/+1
2023-04-21offset_ofDrMeepster-0/+4
2023-04-16use matches! macro in more placesMatthias Krüger-10/+10
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