about summary refs log tree commit diff
path: root/compiler/rustc_ast
AgeCommit message (Expand)AuthorLines
2025-03-04Auto merge of #135186 - camelid:const-path-multi, r=BoxyUwUbors-15/+33
2025-03-04mgca: Lower all const paths as `ConstArgKind::Path`Noah Lev-15/+33
2025-03-04Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgrbors-148/+192
2025-03-03Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`.Nicholas Nethercote-8/+8
2025-03-03Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`.Nicholas Nethercote-144/+188
2025-03-01Implment `#[cfg]` and `#[cfg_attr]` in `where` clausesFrank King-8/+30
2025-02-28Auto merge of #137517 - nnethercote:rm-NtPat-NtItem-NtStmt, r=petrochenkovbors-61/+24
2025-02-28Remove `NtPath`.Nicholas Nethercote-33/+9
2025-02-28Remove `NtMeta`.Nicholas Nethercote-20/+16
2025-02-28Remove `NtPat`.Nicholas Nethercote-9/+0
2025-02-27Rename `AssocOp::As` as `AssocOp::Cast`.Nicholas Nethercote-7/+7
2025-02-27Replace `AssocOp::DotDot{,Eq}` with `AssocOp::Range`.Nicholas Nethercote-12/+18
2025-02-27Introduce `AssocOp::Binary`.Nicholas Nethercote-143/+74
2025-02-27In `AssocOp::AssignOp`, use `BinOpKind` instead of `BinOpToken`Nicholas Nethercote-8/+17
2025-02-22Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgrbors-2/+2
2025-02-22Rollup merge of #137333 - compiler-errors:edition-2024-fresh, r=NadrierilMatthias Krüger-2/+2
2025-02-22Auto merge of #136428 - EnzymeAD:enable-autodiff, r=oli-obkbors-1/+0
2025-02-21clean up autodiff code/commentsManuel Drehwald-1/+0
2025-02-22Fix binding mode problemsMichael Goulet-1/+1
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2025-02-21Avoid snapshotting the parser in `parse_path_inner`.Nicholas Nethercote-4/+6
2025-02-21Remove `NtTy`.Nicholas Nethercote-10/+1
2025-02-21Remove `NtVis`.Nicholas Nethercote-8/+9
2025-02-11Add a TyPat in the AST to reuse the generic arg lowering logicOli Scherer-3/+57
2025-02-10Rollup merge of #136419 - EnzymeAD:autodiff-tests, r=onur-ozkan,jieyouxuMatthias Krüger-18/+6
2025-02-10Extract `unescape` from `rustc_lexer` into its own crateGuillaume Gomez-1/+2
2025-02-10remove outdated *First autodiff variants for higher-order adManuel Drehwald-18/+6
2025-02-07compiler: use rustc_abi in rustc_ast_*Jubilee Young-1/+1
2025-02-06Auto merge of #136471 - safinaskar:parallel, r=SparrowLiibors-25/+26
2025-02-03Express contracts as part of function header and lower it to the contract lan...Celina G. Val-3/+42
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-25/+26
2025-01-31Implement MIR, CTFE, and codegen for unsafe bindersMichael Goulet-1/+1
2025-01-31Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obkJacob Pratt-1/+2
2025-01-30Rollup merge of #135882 - hkBst:master, r=estebankMatthias Krüger-7/+7
2025-01-29upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiffManuel Drehwald-1/+2
2025-01-28Refactor FnKind variant to hold &FnCelina G. Val-32/+29
2025-01-26rustc_ast: replace some len-checks + indexing with slice patterns etc. 🧹Yotam Ofek-10/+10
2025-01-23simplify similar_tokens from Vec<_> to &[_]Marijn Schouten-6/+6
2025-01-23simplify similar_tokens from Option<Vec<_>> to Vec<_>Marijn Schouten-7/+7
2025-01-23Handle parenthesised infer argsBoxy-0/+9
2025-01-23Make `hir::TyKind::TraitObject` use tagged ptrBoxy-3/+26
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-9/+1
2025-01-21remove support for the #[start] attributeRalf Jung-9/+1
2025-01-15allowed_through_unstable_modules: support showing a deprecation message when ...Ralf Jung-0/+2
2025-01-11Remove allocations from case-insensitive comparison to keywordsMark Rousskov-1/+2
2025-01-09Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrumbors-1/+1
2025-01-08update cfg(bootstrap)Pietro Albini-1/+1
2025-01-08Rename PatKind::Lit to ExprOli Scherer-5/+5
2025-01-01upstream rustc_codegen_llvm changes for enzyme/autodiffManuel Drehwald-16/+3
2024-12-31Rollup merge of #134956 - compiler-errors:format-args-hidden-chars, r=jieyouxuMatthias Krüger-2/+7