summary refs log tree commit diff
path: root/compiler/rustc_ast/src/ast.rs
AgeCommit message (Expand)AuthorLines
2024-03-14Rename `ast::StmtKind::Local` into `ast::StmtKind::Let`Guillaume Gomez-1/+1
2024-03-08Rollup merge of #119365 - nbdd0121:asm-goto, r=AmanieuMatthias Krüger-1/+4
2024-03-02Rollup merge of #121841 - tgross35:f16-f128-step2-intrinsics, r=compiler-errorsGuillaume Boisseau-0/+6
2024-03-02Auto merge of #121657 - estebank:issue-119665, r=davidtwcobors-1/+12
2024-03-01Add `f16` and `f128` to the ASTTrevor Gross-0/+6
2024-03-01Detect more cases of `=` to `:` typoEsteban Küber-1/+12
2024-02-29AST: Refactor type alias where clausesLeón Orell Valerian Liehr-10/+22
2024-02-27Split rustc_type_ir to avoid rustc_ast from depending on itOli Scherer-1/+1
2024-02-25Add `ErrorGuaranteed` to `ast::ExprKind::Err`Lieselotte-2/+2
2024-02-25Add `ast::ExprKind::Dummy`Lieselotte-14/+4
2024-02-24Add asm label support to AST and HIRGary Guo-1/+4
2024-02-16Rollup merge of #121109 - nnethercote:TyKind-Err-guar-2, r=oli-obkGuillaume Gomez-2/+4
2024-02-15Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`.Nicholas Nethercote-2/+2
2024-02-15Add an `ErrorGuaranteed` to `ast::TyKind::Err`.Nicholas Nethercote-2/+4
2024-02-12Add `#[derive(Clone, Copy)]` to anonymous adtsFrank King-0/+4
2024-02-12Lower anonymous structs or unions to HIRFrank King-2/+2
2024-01-31Add async bound modifier to enable async Fn boundsMichael Goulet-3/+26
2024-01-19Pack the u128 in LitKind::IntJosh Stone-7/+4
2024-01-19LLVM 18 x86 data layout updateMatthew Maurer-2/+6
2024-01-17Add `PatKind::Err`Lieselotte-1/+5
2024-01-12Delegation implementation: step 1Bryanskiy-2/+23
2023-12-31Avoid specialization for AttrId deserializationbjorn3-17/+1
2023-12-30Update to bitflags 2 in the compilerNilstrieb-2/+9
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-9/+3
2023-12-23Rollup merge of #119231 - aDotInTheVoid:PatKind-struct-bool-docs, r=compiler-...Matthias Krüger-2/+10
2023-12-23bool->enum for ast::PatKind::Struct presence of `..`Alona Enraght-Moony-2/+10
2023-12-22Auto merge of #118847 - eholk:for-await, r=compiler-errorsbors-3/+10
2023-12-22Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler...bors-36/+51
2023-12-20Refactor AST trait bound modifiersLeón Orell Valerian Liehr-36/+51
2023-12-20Give `VariantData::Struct` named fields, to clairfy `recovered`.Alona Enraght-Moony-3/+7
2023-12-19Plumb awaitness of for loopsEric Holk-3/+10
2023-12-15Fix enforcement of generics for associated itemsMichael Goulet-0/+22
2023-12-12Don't gate the feature twiceNadrieril-0/+13
2023-12-08Introduce closure_id method on CoroutineKindMichael Goulet-0/+8
2023-12-08Auto merge of #118420 - compiler-errors:async-gen, r=eholkbors-8/+20
2023-12-08Support async gen fnMichael Goulet-3/+8
2023-12-08coro_kind -> coroutine_kindMichael Goulet-5/+10
2023-12-08Implement `async gen` blocksMichael Goulet-0/+2
2023-12-08Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errorsbors-2/+20
2023-12-04Option<CoroutineKind>Eric Holk-17/+8
2023-12-04Merge Async and Gen into CoroutineKindEric Holk-24/+30
2023-12-04Add genness to FnHeaderEric Holk-2/+6
2023-12-03Disallow an arm without a body (except for never patterns)Nadrieril-2/+2
2023-12-03Parse a pattern with no armNadrieril-2/+20
2023-12-02Auto merge of #117912 - GeorgeWort:master, r=petrochenkovbors-0/+12
2023-11-29Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errorsMatthias Krüger-0/+4
2023-11-29Add `never_patterns` feature gateNadrieril-0/+4
2023-11-28Name explicit registers in conflict register errors for inline assemblyGeorge Wort-0/+12
2023-11-28Remove `hir::BinOp`, `hir::BinOpKind`, and `hir::UnOp`.Nicholas Nethercote-3/+13
2023-11-28Rename `BinOpKind::lazy` as `BinOpKind::is_lazy`.Nicholas Nethercote-1/+2