about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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
2025-08-03Remove `SHOULD_EMIT_LINTS` in favor of `should_emit`Jonathan Brouwer-4/+11
2025-08-03forbid tail calling intrinsicsWaffle Lapkin-3/+17
2025-08-03Use codegen_fn_attrs to check if function is naked.Camille GILLOT-3/+3
2025-08-04fix: Error on illegal `[const]`s inside blocks within legal positionsShoyu Vanilla-16/+55
2025-08-03Auto merge of #144732 - lcnr:ignore-shadowed-impls, r=compiler-errorsbors-3/+24
2025-08-03Remove unused arg from `path_append_impl`.Nicholas Nethercote-13/+1
2025-08-03Remove `p!`.Nicholas Nethercote-362/+370
2025-08-03Simplify `SymbolMangler::print_type`.Nicholas Nethercote-7/+4
2025-08-03Rename `Printer` variables.Nicholas Nethercote-281/+279
2025-08-03Remove `type_name::AbsolutePathPrinter::comma_sep`.Nicholas Nethercote-14/+3
2025-08-03Inline and remove two `FmtPrinter` methods.Nicholas Nethercote-34/+12
2025-08-03Mark `Printer` methods as unreachable where appropriate.Nicholas Nethercote-14/+17
2025-08-03Auto merge of #144704 - compiler-errors:explode-wf, r=lcnrbors-35/+30
2025-08-03Auto merge of #144677 - nnethercote:bound-const-handling, r=lcnrbors-97/+123
2025-08-03Simplify lint emission.Camille GILLOT-74/+56
2025-08-03Keep scanned set across calls to mark_live_symbols.Camille GILLOT-2/+3
2025-08-03Use less HIR when seeding work list.Camille GILLOT-90/+50
2025-08-03Simplify handling of unsolved items.Camille GILLOT-52/+38
2025-08-03Remove struct_constructors.Camille GILLOT-34/+12
2025-08-02Auto merge of #144814 - samueltardieu:rollup-qyum1hj, r=samueltardieubors-73/+104
2025-08-02Use DefKind in should_explore.Camille GILLOT-10/+34
2025-08-02Do not record derived impl def-id for dead code.Camille GILLOT-17/+11
2025-08-02Method probe: check doc aliases after edit distance.Camille GILLOT-6/+3
2025-08-02update linksKivooeo-2/+2
2025-08-02update flags for consistencyKivooeo-2/+3
2025-08-02Return a struct with named fields from `hash_owner_nodes`Zalathar-5/+21
2025-08-02Flatten `hash_owner_nodes` with an early-returnZalathar-21/+21
2025-08-02Update E0562 to account for the new impl trait positionsNoratrieb-5/+4
2025-08-02Rollup merge of #144786 - JonathanBrouwer:cleanup-group-type, r=jdonszelmannSamuel Tardieu-25/+36
2025-08-02Rollup merge of #144756 - WaffleLapkin:inf-rec-etc-ctfe, r=lqdSamuel Tardieu-1/+1
2025-08-02Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=AmanieuSamuel Tardieu-18/+28
2025-08-02Rollup merge of #143360 - folkertdev:const-continue-outside-loop-match, r=Waf...Samuel Tardieu-28/+34
2025-08-02Rollup merge of #132748 - lolbinarycat:rustdoc-intra-doc-link-warn-more-54191...Samuel Tardieu-1/+5
2025-08-02Auto merge of #144554 - cjgillot:no-hir-eff-vis, r=petrochenkovbors-101/+119