rust/compiler/rustc_middle/src/query
Maybe Waffle cfb78419cd
implement checks for tail calls
this implements checks necessary to guarantee that we can actually
perform a tail call. while extremely restrictive, this is what is
documented in the RFC, and all these checks are needed for one reason or
another.
2024-11-29 04:44:41 +01:00
..
erase.rs Querify MonoItem collection 2024-11-12 14:48:10 -05:00
keys.rs reduce false positives of tail-expr-drop-order from consumed values 2024-11-20 20:53:11 +08:00
mod.rs implement checks for tail calls 2024-11-29 04:44:41 +01:00
on_disk_cache.rs Querify MonoItem collection 2024-11-12 14:48:10 -05:00
plumbing.rs query/plumbing: adjust comment to reality 2024-11-10 15:13:33 +01:00