about summary refs log tree commit diff
path: root/tests/ui/explicit-tail-calls
AgeCommit message (Expand)AuthorLines
2025-01-24add a regression testWaffle Lapkin-0/+14
2025-01-24don't drop types with no drop glue when tailcallingWaffle Lapkin-4/+3
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-4/+4
2024-12-05Rollup merge of #133607 - WaffleLapkin:tail-call-checks, r=compiler-errorsGuillaume Gomez-12/+461
2024-12-01fix ICE when promoted has layout size overflowRalf Jung-6/+0
2024-11-29use `expect(incomplete_feature)` instead of `allow` in tail call testsMaybe Lapkin-21/+21
2024-11-29implement checks for tail callsMaybe Waffle-0/+449
2024-07-07doc fixups from reviewMaybe Waffle-1/+1
2024-07-07Support tail calls in the interpreterMaybe Waffle-0/+210
2024-07-07Properly handle drops for tail callsDrMeepster-0/+70
2024-07-07Support tail calls in mir via `TerminatorKind::TailCall`Maybe Waffle-13/+65
2024-03-11Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco"Oli Scherer-6/+6
2024-03-11Run a single huge `par_body_owners` instead of many small ones after each other.Oli Scherer-6/+6
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-2/+13
2023-11-24Show number in error message even for one errorNilstrieb-2/+2
2023-06-26`hir`: Add `Become` expression kindMaybe Waffle-0/+101