about summary refs log tree commit diff
path: root/tests/ui/packed
AgeCommit message (Collapse)AuthorLines
2025-08-10Rehome tests/ui/issues/ tests [4/?]Oneirical-0/+41
2025-04-13UI tests: migrate remaining compile time `error-pattern`s to line annotationsVadim Petrochenkov-5/+2
when possible.
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-0/+2
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-1/+1
2024-08-18stabilize raw_ref_opRalf Jung-1/+0
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-1/+1
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-5/+5
And suggest adding the `#[coroutine]` to the closure
2024-02-17Allow newly added non_local_definitions lint in testsUrgau-0/+1
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-25/+25
2024-01-18Remove no-longer-needed `allow(dead_code)` from the testsJake Goulding-1/+1
`repr(transparent)` now silences the lint.
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-5/+5
2023-12-13fix computing the dynamic alignment of packed structs with dyn trait tailsRalf Jung-0/+21
2023-12-04Rollup merge of #118540 - RalfJung:unsized-packed-offset, r=TaKO8KiTakayuki Maeda-0/+75
codegen, miri: fix computing the offset of an unsized field in a packed struct `#[repr(packed)]` strikes again. Fixes https://github.com/rust-lang/rust/issues/118537 Fixes https://github.com/rust-lang/miri/issues/3200 `@bjorn3` I assume cranelift needs the same fix.
2023-12-03codegen, miri: fix computing the offset of an unsized field in a packed structRalf Jung-0/+75
2023-12-02move packed-struct tests into packed/ folderRalf Jung-0/+80
2023-11-24Show number in error message even for one errorNilstrieb-2/+2
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-10-20s/generator/coroutine/Oli Scherer-3/+3
2023-10-20s/Generator/Coroutine/Oli Scherer-1/+1
2023-06-15change `std::marker::Sized` to just `Sized`Lukas Markeffsky-1/+1
2023-04-28improve error notes for packed struct reference diagnosticbindsdev-7/+14
2023-01-31make unaligned_reference a hard errorRalf Jung-248/+21
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1142