index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_mir_build
/
src
/
check_tail_calls.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-09
Driveby fixes
Boxy
-1
/
+1
2025-09-09
erase_regions to erase_and_anonymize_regions
Boxy
-2
/
+2
2025-08-19
Defer tail call ret ty equality to check_tail_calls
Michael Goulet
-24
/
+17
2025-08-15
Rollup merge of #145012 - Kivooeo:fun-problem-fun-fix, r=compiler-errors
Stuart Cook
-1
/
+10
2025-08-14
fixed diagnostic
Kivooeo
-1
/
+10
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