about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-08-05Simplify multiple things.Nicholas Nethercote-14/+13
2025-08-05Rename most of the printers.Nicholas Nethercote-22/+22
2025-08-05Clarify `value_path_str_with_args`.Nicholas Nethercote-4/+4
2025-08-05Preserve the .debug_gdb_scripts sectionSebastian Poeplau-45/+48
2025-08-04Let `RemoveUnneededDrops` also remove `drop_in_place`Scott McMurray-7/+24
2025-08-05Added checks for attribute in type caseKivooeo-7/+91
2025-08-05Rollup merge of #144920 - compiler-errors:span-arg, r=lqdSamuel Tardieu-3/+3
2025-08-05Rollup merge of #144890 - WaffleLapkin:project_fields, r=lcnrSamuel Tardieu-33/+44
2025-08-05Rollup merge of #144877 - Zalathar:coverage-various, r=lcnrSamuel Tardieu-68/+76
2025-08-05Rollup merge of #144866 - JonathanBrouwer:should_emit_fix, r=jdonszelmannSamuel Tardieu-4/+11
2025-08-05Rollup merge of #144817 - WaffleLapkin:reject-referety, r=UrgauSamuel Tardieu-3/+50
2025-08-05Rollup merge of #144776 - nnethercote:Printer-cleanups, r=cjgillotSamuel Tardieu-693/+649
2025-08-05Rollup merge of #144741 - ShoyuVanilla:tilde-const-in-block, r=fee1-deadSamuel Tardieu-16/+55
2025-08-04Add doc-comment.Camille GILLOT-0/+1
2025-08-04Update doc-comment.Camille GILLOT-4/+3
2025-08-04Simplify maybe_record_as_seed.Camille GILLOT-3/+4
2025-08-04Drop `rust-version` from `rustc_thread_pool`Josh Stone-1/+0
2025-08-04Dont print arg span in MIR dump for tail callMichael Goulet-3/+3
2025-08-04Include whitespace in "remove `|`" suggestion and make it hiddenEsteban Küber-13/+28
2025-08-04Don't actually pass BB to check_call_destMichael Goulet-60/+54
2025-08-04Tweak auto trait errorsEsteban Küber-11/+16
2025-08-04Port `#[coroutine]` to the new attribute systemSasha Pourcelot-17/+33
2025-08-04Enforce tail call type is related to body return type in borrowckMichael Goulet-3/+7
2025-08-04Anonymize binders in tail call sigMichael Goulet-1/+5
2025-08-04Print CGU reuse statistics when `-Zprint-mono-items` is enabledJakub Beránek-0/+9
2025-08-04add `project_fields` helper functionWaffle Lapkin-13/+22
2025-08-04Merge commit '482e8540a1b757ed7bccc2041c5400f051fdb01e' into subtree-update_c...Guillaume Gomez-45/+275
2025-08-04small refactor of `InterpResult`Waffle Lapkin-20/+22
2025-08-04properly reject tail calls to `&FnPtr` or `&FnDef`Waffle Lapkin-2/+49
2025-08-04drive-by cleanup: fix outdated documentationWaffle Lapkin-1/+1
2025-08-04Rollup merge of #144694 - compiler-errors:with-self-ty, r=SparrowLiiStuart Cook-41/+52
2025-08-04coverage: Represent `CovmapVersion` as an enumZalathar-15/+32
2025-08-04coverage: Simplify access to debug/testing `-Zcoverage-options` flagsZalathar-6/+9
2025-08-04coverage: Push async special case down into `extract_refined_covspans`Zalathar-14/+16
2025-08-04coverage: Remove `-Zcoverage-options=no-mir-spans`Zalathar-23/+4
2025-08-04coverage: Hoist `counter_for_bcb` out of its loopZalathar-10/+10
2025-08-04coverage: Include an `Instance` in `CovfunRecord` for debug messagesZalathar-1/+6
2025-08-04Rollup merge of #144746 - petrochenkov:extpreltidy, r=b-naberStuart Cook-63/+73
2025-08-04Rollup merge of #144706 - zachs18:fix-144661, r=RalfJungStuart Cook-2/+6
2025-08-04Rollup merge of #144322 - Urgau:dangling-ptr-from-locals, r=oli-obkStuart Cook-8/+164
2025-08-04Avoid some code duplication.Nicholas Nethercote-6/+1
2025-08-03Implement `stability_implications` without a visitor.Camille GILLOT-80/+72
2025-08-03Rollup merge of #144851 - WaffleLapkin:instrinsic-deny, r=compiler-errors,sco...Samuel Tardieu-3/+17
2025-08-03Rollup merge of #144829 - Kivooeo:strip-flag, r=WaffleLapkinSamuel Tardieu-2/+3
2025-08-03Rollup merge of #144824 - Kivooeo:update-links, r=NoratriebSamuel Tardieu-2/+2
2025-08-03Rollup merge of #144822 - Zalathar:hash-owner-nodes, r=compiler-errorsSamuel Tardieu-28/+44
2025-08-03Rollup merge of #144816 - Noratrieb:e0562-impl-trait, r=WaffleLapkinSamuel Tardieu-5/+4
2025-08-03Rollup merge of #144808 - Veykril:push-uttkuyswqnzt, r=compiler-errorsSamuel Tardieu-1/+1
2025-08-03Rollup merge of #144738 - bjorn3:remove_omit_gdb_pretty_printer_section, r=ji...Samuel Tardieu-32/+6
2025-08-03Rollup merge of #142678 - BoxyUwU:gai_cleanup, r=nnethercoteSamuel Tardieu-25/+16