summary refs log tree commit diff
path: root/tests/ui/explicit-tail-calls
AgeCommit message (Expand)AuthorLines
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