| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2025-08-06 | Rollup merge of #144835 - compiler-errors:tail-call-sig-binder, r=WaffleLapkin | Guillaume Gomez | -1/+5 |
| 2025-08-04 | Anonymize binders in tail call sig | Michael Goulet | -1/+5 |
| 2025-08-04 | properly reject tail calls to `&FnPtr` or `&FnDef` | Waffle Lapkin | -2/+49 |
| 2025-08-03 | forbid tail calling intrinsics | Waffle Lapkin | -3/+17 |
| 2025-02-07 | Rollup merge of #135973 - WaffleLapkin:tail-track-caller-fix, r=compiler-errors | Matthias Krüger | -23/+28 |
| 2025-02-06 | fix tail call checks wrt `#[track_caller]` | Waffle Lapkin | -23/+28 |
| 2025-01-31 | ensure sufficient stack in tail call check | Rémy Rakic | -5/+8 |
| 2024-12-27 | Fix typos | chloefeal | -1/+1 |
| 2024-11-29 | simplify things using `tcx.as_lang_item` | Maybe Lapkin | -27/+25 |
| 2024-11-29 | don't polymorphize without a reason to | Maybe Lapkin | -2/+1 |
| 2024-11-29 | add a fixme for tailcalls with opaque types | Maybe Lapkin | -0/+8 |
| 2024-11-29 | simplify things by using `tcx.fn_trait_kind_from_def_id` | Maybe Lapkin | -15/+9 |
| 2024-11-29 | implement checks for tail calls | Maybe Waffle | -0/+387 |
