about summary refs log tree commit diff
path: root/tests/ui/layout
AgeCommit message (Expand)AuthorLines
2024-12-09fix ICE on type error in promotedRalf Jung-6/+0
2024-12-07Mention type parameter in more cases and don't suggest ~const bound already t...Esteban Küber-5/+5
2024-12-07Use trait name instead of full constraint in suggestion messageEsteban Küber-5/+5
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-5/+5
2024-12-07Don't suggest restricting bound with unstable traits on stableEsteban Küber-5/+5
2024-12-05Stabilize noop_wakerEric Holk-1/+1
2024-12-01fix ICE when promoted has layout size overflowRalf Jung-0/+6
2024-11-23Rollup merge of #133355 - chorman0773:spec-layout-tests, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+265
2024-11-22Remove `#[cfg(test)]` related stubsConnor Horman-57/+10
2024-11-22Add language tests for aggregate typesConnor Horman-0/+312
2024-11-21Stop being so bail-y in candidate assemblyMichael Goulet-3/+16
2024-11-10Auto merge of #132173 - veluca93:abi_checks, r=RalfJung,compiler-errorsbors-12/+10
2024-11-04Rollup merge of #132583 - mejrs:tuples, r=compiler-errorsMatthias Krüger-0/+4
2024-11-04Suggest creating unary tuplesmejrs-0/+4
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-6/+6
2024-11-01Emit warning when calling/declaring functions with unavailable vectors.Luca Versari-12/+10
2024-10-30tests: Bless `rustc_abi::Abi::Aggregate` => `::Memory`Jubilee Young-47/+47
2024-10-25Revert "Emit error when calling/declaring functions with unavailable vectors."Rémy Rakic-10/+12
2024-10-25Auto merge of #127731 - veluca93:abi_checks, r=RalfJungbors-12/+10
2024-10-25Emit error when calling/declaring functions with unavailable vectors.Luca Versari-12/+10
2024-10-20compiler: Reject impossible reprs during enum layoutJubilee Young-4/+107
2024-10-20compiler: pre-move code for fixing enum layout ICEsJubilee Young-0/+47
2024-10-08Dont ICE when encountering post-mono layout cycle errorMichael Goulet-0/+123
2024-09-20TL note: current means targetJubilee Young-4/+4
2024-09-17get rid of an old hackLukas Markeffsky-0/+65
2024-09-16layout computation: eagerly error for unexpected unsized fieldsLukas Markeffsky-1/+141
2024-09-09Ban non-array SIMDScott McMurray-1/+1
2024-07-24Rollup merge of #126152 - RalfJung:size_of_val_raw, r=saethlinMatthias Krüger-0/+22
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-11/+11
2024-07-10size_of_val_raw: for length 0 this is safe to callRalf Jung-0/+22
2024-06-25Auto merge of #125740 - RalfJung:transmute-size-check, r=oli-obkbors-1/+1
2024-05-30transmute size check: properly account for alignmentRalf Jung-1/+1
2024-05-28Allow type_of to return partially non-error types if the type was already tai...Oli Scherer-4/+35
2024-04-23Rollup merge of #124057 - gurry:124031-ice-layout-errored, r=compiler-errorsMatthias Krüger-0/+32
2024-04-22Stabilize generic `NonZero`.Markus Reiter-6/+4
2024-04-22Fix ICE when ADT tail has type errorGurinder Singh-0/+32
2024-04-06add test for ICE: Unexpected unsized type tail: &ReStatic [u8] #122488Matthias Krüger-0/+37
2024-04-06add test for ICE: !base.layout().is_sized() #123078Matthias Krüger-0/+48
2024-04-04Error out of layout calculation if a non-last struct field is unsizedGurinder Singh-0/+185
2024-03-25add test for ICE: failed to get layout for [type error] #92979Matthias Krüger-0/+94
2024-03-25add test for Compiler panic using fn_traits #81974Matthias Krüger-0/+137
2024-03-13Auto merge of #121668 - erikdesjardins:commonprim, r=scottmcm,oli-obkbors-1/+51
2024-03-06Check that return type is WF in typeckGurinder Singh-1/+12
2024-02-28fix test failure due to differing u64 alignment on different targetsErik Desjardins-3/+3
2024-02-27allow using scalarpair with a common prim of ptr/ptr-sized-intErik Desjardins-1/+51
2024-02-25Use generic `NonZero` in tests.Markus Reiter-20/+23
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-29/+29
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-4/+13
2024-01-27Update tests.Markus Reiter-1/+1
2024-01-19Remove feature(offset_of) from testsGeorge Bateman-1/+0