about summary refs log tree commit diff
path: root/compiler/rustc_ast/src
AgeCommit message (Expand)AuthorLines
2024-04-15Lower and resolve precise captures in HIRMichael Goulet-29/+9
2024-04-15Use dedicated PreciseCapturingArg for representing what goes in use<>Michael Goulet-3/+70
2024-04-15Parsing , pre-lowering support for precise capturesMichael Goulet-3/+7
2024-04-14store the span of the nested part of the use tree in the astPietro Albini-4/+4
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/+11
2024-04-04Rename ModSep to PathSepLeón Orell Valerian Liehr-12/+14
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-3/+3
2024-04-03Rollup merge of #123395 - compiler-errors:postfix-matches-fixes-2, r=petroche...Matthias Krüger-3/+7
2024-04-03rustc_ast: Update `P<T>` docs to reflect mutable status.Alona Enraght-Moony-9/+7
2024-04-03Check `x86_64` size assertions on `aarch64`, tooZalathar-3/+3
2024-04-02Fix contains_exterior_struct_litMichael Goulet-1/+2
2024-04-02Fix precedence of postfix matchMichael Goulet-2/+5
2024-03-27Implement `mut ref`/`mut ref mut`Jules Bertholet-12/+7
2024-03-22Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgrbors-3/+12
2024-03-22Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkovMatthias Krüger-3/+12
2024-03-22Update (doc) commentsLeón Orell Valerian Liehr-5/+1
2024-03-21Rollup merge of #122793 - compiler-errors:deref-pat-syntax, r=NadrierilMatthias Krüger-2/+11
2024-03-21Implement macro-based deref!() syntax for deref patternsMichael Goulet-2/+11
2024-03-21Shrink the comment on `TokenTree`.Nicholas Nethercote-12/+1
2024-03-21Fix out-of-date comment.Nicholas Nethercote-1/+1
2024-03-21Rename `Token::is_path`.Nicholas Nethercote-2/+2
2024-03-20Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68bors-1/+0
2024-03-20step cfgsMark Rousskov-1/+0
2024-03-20Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obkMatthias Krüger-0/+1
2024-03-20resolve clippy errorsonur-ozkan-0/+1
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-1/+1
2024-03-18Add missing `try_visit` calls in visitors.Jason Newcomb-2/+2
2024-03-16Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro...bors-0/+2
2024-03-14Rename `ast::StmtKind::Local` into `ast::StmtKind::Let`Guillaume Gomez-7/+7
2024-03-14Add compiler support for parsing `f16` and `f128`Trevor Gross-0/+2
2024-03-08Stabilize associated type boundsMichael Goulet-1/+1
2024-03-08Rollup merge of #119365 - nbdd0121:asm-goto, r=AmanieuMatthias Krüger-1/+6
2024-03-06Add MatchKind member to the Match expr for pretty printing & fmtRoss Smyth-3/+12
2024-03-06Auto merge of #122045 - matthiaskrgr:rollup-5l3vpn7, r=matthiaskrgrbors-14/+4
2024-03-05Move visitor utils to `rustc_ast_ir`Jason Newcomb-65/+3
2024-03-05Remove unused `impl DummyAstNode for Block`.Nicholas Nethercote-13/+0
2024-03-05Decouple `DummyAstNode` and `DummyResult`.Nicholas Nethercote-1/+4
2024-03-02Rollup merge of #121841 - tgross35:f16-f128-step2-intrinsics, r=compiler-errorsGuillaume Boisseau-0/+6
2024-03-02Rollup merge of #121815 - nnethercote:mv-gather_comments, r=est31Matthias Krüger-125/+1
2024-03-02Auto merge of #121657 - estebank:issue-119665, r=davidtwcobors-2/+14
2024-03-01Add `f16` and `f128` to the ASTTrevor Gross-0/+6
2024-03-01Detect more cases of `=` to `:` typoEsteban Küber-2/+14
2024-03-01Move `gather_comments`.Nicholas Nethercote-125/+1
2024-02-29AST: Refactor type alias where clausesLeón Orell Valerian Liehr-16/+28
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-5/+5