| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 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 |
