about summary refs log tree commit diff
path: root/tests/ui/codegen
AgeCommit message (Expand)AuthorLines
2025-03-26Always emit native-static-libs note, even if it is emptyMads Marquart-0/+16
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+2
2025-02-06remove `feature(trait_upcasting)` from tests and bless themWaffle Lapkin-1/+0
2025-02-04Rename and Move some UI tests to more suitable subdirsDuskyElf-0/+94
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-3/+3
2024-12-10Adjust `alias-uninit-value.rs`Jieyou Xu-0/+26
2024-12-08Move `assign-assign.rs` to `tests/ui/codegen/assign-expr-unit-type.rs`许杰友 Jieyou Xu (Joe)-0/+39
2024-12-05Normalize target-cpus.rs stdout test for LLVM changesTim Neumann-0/+6
2024-11-27ensure JSON-defined targets are consistentRalf Jung-2/+2
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-1/+0
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-32/+0
2024-09-30Relax a debug assertion in codegenMichael Goulet-0/+8
2024-09-23fix ices on vfe about principal traitLuv-Ray-0/+17
2024-07-19Add a bunch of tests for #107975Pavel Grigorenko-0/+799
2024-07-12Gate the type length limit check behind a nightly flagMichael Goulet-5/+8
2024-07-02Instance::resolve -> Instance::try_resolve, and other nitsMichael Goulet-1/+2
2024-07-02Re-implement a type-size based limitMichael Goulet-8/+4
2024-06-14Deprecate no-op codegen option `-Cinline-threshold=...`Martin Nordholts-1/+1
2024-05-24Don't eagerly monomorphize drop for types that are impossible to instantiateMichael Goulet-0/+18
2024-03-17Update the minimum external LLVM to 17Josh Stone-1/+0
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-1/+0
2024-03-06compiletest: Add a `//@ needs-threads` directiveAlex Crichton-3/+2
2024-03-05Rollup merge of #121978 - GuillaumeGomez:dylib-duplicated-path, r=bjorn3Matthias Krüger-0/+9
2024-03-04Add regression ui test for duplicated path in dylib errorGuillaume Gomez-0/+9
2024-03-03Move testsCaio-0/+20
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-59/+59
2024-02-14Do not report overflow errors on ConstArgHasType goalsMichael Goulet-0/+39
2024-02-09Move some testsCaio-0/+16
2024-01-27Auto merge of #120062 - davidtwco:llvm-data-layout-check, r=wesleywiserbors-0/+31
2024-01-22Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"Oli Scherer-0/+1
2024-01-18llvm: simplify data layout checkDavid Wood-0/+31
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-1/+1
2023-12-09Use immediate_backend_type when reading from a const allocBen Kimock-0/+15
2023-11-22Stabilize RFC3324 dyn upcasting coercionUrgau-1/+0
2023-10-04Fix misuses of a vs ancui fliter-1/+1
2023-09-26Rollup merge of #116099 - eduardosm:issue-79865-regression, r=oli-obkMatthias Krüger-0/+38
2023-09-23Bless tests.Camille GILLOT-1/+0
2023-09-23Add regression test for issue #79865Eduardo Sánchez Muñoz-0/+38
2023-09-11Remove assert that checks type equalityouz-a-0/+49
2023-07-27Update the minimum external LLVM to 15Josh Stone-2/+0
2023-07-20Add ui test of LLVM print-from-C++ changesDavid Tolnay-0/+8
2023-06-19add tests for unsound subtype handlinglcnr-0/+56
2023-04-16Check freeze with right param-envMichael Goulet-0/+31
2023-03-28Erase impl regions when checking for impossible to eagerly monomorphize itemsMichael Goulet-0/+19
2023-03-14Don't codegen impossible to satisfy implsMichael Goulet-0/+13
2023-01-11Move /src/test to /testsAlbert Larsan-0/+348