about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/check_tail_calls.rs
AgeCommit message (Expand)AuthorLines
2025-02-07Rollup merge of #135973 - WaffleLapkin:tail-track-caller-fix, r=compiler-errorsMatthias Krüger-23/+28
2025-02-06fix tail call checks wrt `#[track_caller]`Waffle Lapkin-23/+28
2025-01-31ensure sufficient stack in tail call checkRémy Rakic-5/+8
2024-12-27Fix typoschloefeal-1/+1
2024-11-29simplify things using `tcx.as_lang_item`Maybe Lapkin-27/+25
2024-11-29don't polymorphize without a reason toMaybe Lapkin-2/+1
2024-11-29add a fixme for tailcalls with opaque typesMaybe Lapkin-0/+8
2024-11-29simplify things by using `tcx.fn_trait_kind_from_def_id`Maybe Lapkin-15/+9
2024-11-29implement checks for tail callsMaybe Waffle-0/+387