about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-03-19Only use the new node hashmap for anonymous nodes.Camille GILLOT-55/+110
2025-03-19merge opaque types of nested bodieslcnr-48/+87
2025-03-19add rustc_macro_edition_2021Jana Dönszelmann-8/+41
2025-03-19remove unnecessary looplcnr-7/+1
2025-03-19Rollup merge of #138613 - m-ou-se:no-more-e0773, r=jdonszelmann,petrochenkovMatthias Krüger-96/+36
2025-03-19Rollup merge of #138594 - oli-obk:no-select, r=lcnrMatthias Krüger-12/+18
2025-03-19Rollup merge of #138589 - zachs18:block-label-not-supported-here-loop-body-he...Matthias Krüger-25/+66
2025-03-19Rollup merge of #138001 - meithecatte:privately-uninhabited, r=NadrierilMatthias Krüger-46/+46
2025-03-19Auto merge of #122156 - Zoxc:side-effect-dep-node, r=oli-obkbors-206/+185
2025-03-19Fix next solver handling of shallow trait impl checkOli Scherer-12/+18
2025-03-19Allow builtin macros to be used more than once.Mara Bos-96/+36
2025-03-19Auto merge of #138693 - matthiaskrgr:rollup-ejq8mwp, r=matthiaskrgrbors-519/+966
2025-03-19Make default_codegen_backend serializableVladyslav Tsilytskyi-0/+8
2025-03-19Suggest `-Whelp` when pass `--print lints` to rustcxizheyin-0/+6
2025-03-19Use `Option<Ident>` for lowered param names.Nicholas Nethercote-50/+83
2025-03-19Rollup merge of #138674 - oli-obk:llvm-cleanups, r=compiler-errorsMatthias Krüger-205/+206
2025-03-19Rollup merge of #138670 - compiler-errors:remove-afidt, r=oli-obkMatthias Krüger-263/+7
2025-03-19Rollup merge of #138661 - RalfJung:revert-rustc-dev-breakage, r=petrochenkovMatthias Krüger-19/+736
2025-03-18rustc_resolve: fix instability in lib.rmeta contentsAugie Fackler-1/+3
2025-03-18Refactor YieldKind so postfix yield must have an expressionEric Holk-22/+57
2025-03-18Dont consider fields that are forced unstable due to -Zforce-unstable-if-unma...Michael Goulet-6/+13
2025-03-18Consider fields to be inhabited if they are unstableMichael Goulet-1/+14
2025-03-18Apply suggestions from code reviewEric Holk-2/+2
2025-03-18Remove existing AFIDT implementationMichael Goulet-263/+7
2025-03-18Create a safe wrapper around `LLVMRustDIBuilderCreateMemberType`Oli Scherer-42/+60
2025-03-18Avoid splitting up a layoutOli Scherer-22/+24
2025-03-18updated compiler tests for rustc_intrinsic'aaishwarymishra@gmail.com-25/+17
2025-03-18Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev...Ralf Jung-19/+736
2025-03-18coverage: Don't store a body span in `FunctionCoverageInfo`Zalathar-6/+8
2025-03-18coverage: Don't refer to the body span when enlarging empty spansZalathar-26/+9
2025-03-18Rollup merge of #138644 - mu001999-contrib:add-cfg, r=nnethercoteMatthias Krüger-0/+3
2025-03-18Rollup merge of #138635 - Zalathar:immediate-subpat, r=compiler-errorsMatthias Krüger-46/+36
2025-03-18Add `#[cfg(test)]` for Transition in dfamu001999-0/+3
2025-03-18addressing feedback, removing unused argManuel Drehwald-20/+5
2025-03-18Auto merge of #138630 - matthiaskrgr:rollup-kk1gogr, r=matthiaskrgrbors-441/+551
2025-03-18Extract `for_each_immediate_subpat` from THIR pattern visitorsZalathar-46/+36
2025-03-18Add `MutMirVisitor`makai410-332/+428
2025-03-17Teach rustfmt to handle postfix yieldEric Holk-3/+2
2025-03-17[NFC] simplify matchingManuel Drehwald-12/+3
2025-03-17[NFC] extract autodiff call lowering in cg_llvm into own functionManuel Drehwald-93/+108
2025-03-17Auto merge of #127173 - bjorn3:mangle_rustc_std_internal_symbol, r=wesleywise...bors-48/+171
2025-03-17Rollup merge of #138619 - yotamofek:pr/codegen_ssa/flatten-ifs, r=lcnrMatthias Krüger-99/+82
2025-03-17Rollup merge of #138608 - heiher:issue-116344, r=RalfJungMatthias Krüger-0/+22
2025-03-17Rollup merge of #138508 - hkBst:patch-3, r=wesleywiserMatthias Krüger-3/+6
2025-03-17Rollup merge of #138384 - nnethercote:hir-ItemKind-idents, r=fmeaseMatthias Krüger-339/+441
2025-03-17[NFC] use outer_normal_attr helperManuel Drehwald-19/+13
2025-03-17resolve repeated attribute fixmeManuel Drehwald-10/+17
2025-03-17[NFC] split up gen_body_helperManuel Drehwald-22/+67
2025-03-18Move `hir::Item::ident` into `hir::ItemKind`.Nicholas Nethercote-339/+441
2025-03-17Auto merge of #138611 - matthiaskrgr:rollup-hmjbqva, r=matthiaskrgrbors-216/+294