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
/
tests
/
ui
/
explicit-tail-calls
Age
Commit message (
Expand
)
Author
Lines
2025-06-07
const-eval error: always say in which item the error occurred
Ralf Jung
-3
/
+3
2025-06-02
Clarify why we are talking about a failed const eval at a random place
Oli Scherer
-2
/
+2
2025-06-02
Use the informative error as the main const eval error message
Oli Scherer
-7
/
+7
2025-03-14
Do not suggest using `-Zmacro-backtrace` for builtin macros
Esteban Küber
-1
/
+0
2025-02-28
Shorten span of panic failures in const context
Esteban Küber
-34
/
+20
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-6
/
+9
2025-02-07
Rollup merge of #135973 - WaffleLapkin:tail-track-caller-fix, r=compiler-errors
Matthias Krüger
-0
/
+64
2025-02-06
fix tail call checks wrt `#[track_caller]`
Waffle Lapkin
-0
/
+64
2025-01-24
add a regression test
Waffle Lapkin
-0
/
+14
2025-01-24
don't drop types with no drop glue when tailcalling
Waffle Lapkin
-4
/
+3
2024-12-23
Note def descr in NonConstFunctionCall
Michael Goulet
-4
/
+4
2024-12-05
Rollup merge of #133607 - WaffleLapkin:tail-call-checks, r=compiler-errors
Guillaume Gomez
-12
/
+461
2024-12-01
fix ICE when promoted has layout size overflow
Ralf Jung
-6
/
+0
2024-11-29
use `expect(incomplete_feature)` instead of `allow` in tail call tests
Maybe Lapkin
-21
/
+21
2024-11-29
implement checks for tail calls
Maybe Waffle
-0
/
+449
2024-07-07
doc fixups from review
Maybe Waffle
-1
/
+1
2024-07-07
Support tail calls in the interpreter
Maybe Waffle
-0
/
+210
2024-07-07
Properly handle drops for tail calls
DrMeepster
-0
/
+70
2024-07-07
Support tail calls in mir via `TerminatorKind::TailCall`
Maybe Waffle
-13
/
+65
2024-03-11
Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco"
Oli Scherer
-6
/
+6
2024-03-11
Run 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-08
Continue to borrowck even if there were previous errors
Oli Scherer
-2
/
+13
2023-11-24
Show number in error message even for one error
Nilstrieb
-2
/
+2
2023-06-26
`hir`: Add `Become` expression kind
Maybe Waffle
-0
/
+101