about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/mut_visit.rs
AgeCommit message (Expand)AuthorLines
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-7/+7
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-7/+7
2024-05-28Create const block DefIds in typeck instead of ast loweringOli Scherer-1/+1
2024-05-17Rename Unsafe to SafetySantiago Pastorino-16/+16
2024-05-15delegation: Implement list delegationVadim Petrochenkov-0/+26
2024-05-14Remove `NtIdent` and `NtLifetime`.Nicholas Nethercote-2/+6
2024-05-13Remove a `Span` from `TokenKind::Interpolated`.Nicholas Nethercote-2/+0
2024-05-08Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=NilstriebMatthias Krüger-1/+1
2024-04-29Add StaticForeignItem and use it on ForeignItemKindSantiago Pastorino-1/+1
2024-04-25ast: Visit item components in "natural" orderVadim Petrochenkov-3/+3
2024-04-25ast: Generalize item kind visitingVadim Petrochenkov-182/+174
2024-04-25Rollup merge of #124324 - nnethercote:minor-ast-cleanups, r=estebankMatthias Krüger-65/+60
2024-04-24Remove unnecessary `pub`s in `mut_visit.rs`.Nicholas Nethercote-65/+60
2024-04-23delegation: Support renamingVadim Petrochenkov-2/+8
2024-04-15Use a path instead of an ident (and stop manually resolving)Michael Goulet-2/+2
2024-04-15Validation and other thingsMichael Goulet-2/+2
2024-04-15Lower and resolve precise captures in HIRMichael Goulet-14/+3
2024-04-15Use dedicated PreciseCapturingArg for representing what goes in use<>Michael Goulet-1/+30
2024-04-15Parsing , pre-lowering support for precise capturesMichael Goulet-1/+4
2024-04-14store the span of the nested part of the use tree in the astPietro Albini-1/+1
2024-04-08Add pattern types to astOli Scherer-0/+4
2024-03-22Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkovMatthias Krüger-1/+1
2024-03-21Implement macro-based deref!() syntax for deref patternsMichael Goulet-0/+1
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-0/+1
2024-03-06Add MatchKind member to the Match expr for pretty printing & fmtRoss Smyth-1/+1
2024-03-05Remove unused `impl DummyAstNode for Block`.Nicholas Nethercote-13/+0
2024-03-05Decouple `DummyAstNode` and `DummyResult`.Nicholas Nethercote-1/+4
2024-03-02Auto merge of #121657 - estebank:issue-119665, r=davidtwcobors-1/+2
2024-03-01Detect more cases of `=` to `:` typoEsteban Küber-1/+2
2024-02-29AST: Refactor type alias where clausesLeón Orell Valerian Liehr-6/+6
2024-02-25Add `ErrorGuaranteed` to `ast::ExprKind::Err`Lieselotte-1/+1
2024-02-25Add `ast::ExprKind::Dummy`Lieselotte-2/+2
2024-02-24Add asm label support to AST and HIRGary Guo-0/+1
2024-02-15Add an `ErrorGuaranteed` to `ast::TyKind::Err`.Nicholas Nethercote-2/+7
2024-02-12Lower anonymous structs or unions to HIRFrank King-1/+2
2024-01-17Add `PatKind::Err`Lieselotte-1/+1
2024-01-12Delegation implementation: step 1Bryanskiy-0/+16
2023-12-22Auto merge of #118847 - eholk:for-await, r=compiler-errorsbors-1/+1
2023-12-20Give `VariantData::Struct` named fields, to clairfy `recovered`.Alona Enraght-Moony-1/+1
2023-12-19Plumb awaitness of for loopsEric Holk-1/+1
2023-12-11Add spacing information to delimiters.Nicholas Nethercote-2/+2
2023-12-10remove redundant importssurechen-1/+1
2023-12-08Auto merge of #118420 - compiler-errors:async-gen, r=eholkbors-9/+10
2023-12-08Support async gen fnMichael Goulet-1/+2
2023-12-08coro_kind -> coroutine_kindMichael Goulet-8/+8
2023-12-08Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errorsbors-1/+1
2023-12-04Address code review feedbackEric Holk-2/+3
2023-12-04Option<CoroutineKind>Eric Holk-3/+2
2023-12-04Merge Async and Gen into CoroutineKindEric Holk-25/+11