about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/ast.rs
AgeCommit message (Expand)AuthorLines
2024-04-15Parsing , pre-lowering support for precise capturesMichael Goulet-1/+1
2024-04-14store the span of the nested part of the use tree in the astPietro Albini-1/+1
2024-04-11Deduplicate `is_comparison` impl between `BinOpKind` and `AssocOp`Oli Scherer-8/+2
2024-04-08Actually create ranged int types in the type system.Oli Scherer-1/+1
2024-04-08Add pattern types to astOli Scherer-0/+3
2024-04-04Rollup merge of #123397 - krtab:foreign_fn_qualif_diag, r=petrochenkovMatthias Krüger-0/+8
2024-04-04Fix diagnostic for qualifier in extern blockArthur Carcano-0/+8
2024-04-03Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmeaseJacob Pratt-1/+1
2024-04-03Check `x86_64` size assertions on `aarch64`, tooZalathar-1/+1
2024-04-02Fix precedence of postfix matchMichael Goulet-1/+2
2024-03-27Implement `mut ref`/`mut ref mut`Jules Bertholet-12/+7
2024-03-22Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgrbors-1/+10
2024-03-22Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkovMatthias Krüger-1/+10
2024-03-22Update (doc) commentsLeón Orell Valerian Liehr-4/+0
2024-03-21Implement macro-based deref!() syntax for deref patternsMichael Goulet-1/+6
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-06Add MatchKind member to the Match expr for pretty printing & fmtRoss Smyth-1/+10
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