about summary refs log tree commit diff
path: root/tests/ui/panic-handler
AgeCommit message (Expand)AuthorLines
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-1/+1
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-1/+0
2024-10-05fix typo in 'lang item with track_caller' messageRalf Jung-1/+1
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-1/+1
2024-07-06show fnsig's output when there is differenceyukang-1/+1
2024-06-11Rename std::panic::PanicInfo to PanicHookInfo.Mara Bos-2/+3
2024-04-17consistency rename: language item -> lang itemRalf Jung-2/+2
2024-04-17weak lang items are not allowed to be #[track_caller]Ralf Jung-3/+28
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-26/+26
2024-01-29Remove some unnecessary check logic for lang items in HIR typeckMichael Goulet-2/+6
2024-01-10Stop mentioning internal lang items in no_std binary errorsNilstrieb-4/+4
2023-12-15Collect lang items from ASTMichael Goulet-6/+12
2023-11-24Show number in error message even for one errorNilstrieb-9/+9
2023-09-22Allow higher-ranked fn sigs in ValuePairsMichael Goulet-7/+7
2023-09-22Auto merge of #115910 - eduardosm:lang-fns-target-features, r=cjgillotbors-0/+26
2023-09-19wrap fn sig binders in fn ptrEduardo Sánchez Muñoz-18/+6
2023-09-19rustc_hir_analysis: add a helper to check function the signature mismatchesEduardo Sánchez Muñoz-25/+64
2023-09-18Prevent using `#[target_feature]` on lang item functionsEduardo Sánchez Muñoz-0/+26
2023-08-07change test to use `if black_box(false)`Pietro Albini-14/+6
2023-07-11fix spurious test failure with panic=abortPietro Albini-3/+11
2023-01-11Move /src/test to /testsAlbert Larsan-0/+293