about summary refs log tree commit diff
path: root/tests/ui/consts/control-flow
AgeCommit message (Expand)AuthorLines
2025-09-11Revert "Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkov"Jieyou Xu-2/+2
2025-08-12Change the desugaring of `assert!` for better error outputEsteban Küber-2/+2
2025-07-21Constify Try, From, TryFromEvgenii Zheltonozhskii-23/+5
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-1/+1
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-1/+1
2025-06-02Use the informative error as the main const eval error messageOli Scherer-3/+3
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-2/+0
2025-02-28Shorten span of panic failures in const contextEsteban Küber-1/+1
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-2/+2
2024-12-03Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiserbors-67/+21
2024-11-22Gate const drop behind const_destruct feature, and fix const_precise_live_dro...Michael Goulet-6/+13
2024-11-22Get rid of HIR const checkerMichael Goulet-67/+21
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-24/+0
2024-09-15stabilize const_mut_refsRalf Jung-28/+4
2024-03-18Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkinMatthias Krüger-6/+24
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-6/+24
2024-03-17add test for #122301 to cover behavior that's on stableThe 8472-0/+46
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-10/+10
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-5/+103
2024-01-13Bless testsGeorge-lewis-0/+3
2023-11-24Show number in error message even for one errorNilstrieb-4/+4
2023-01-11Move /src/test to /testsAlbert Larsan-0/+739