about summary refs log tree commit diff
path: root/tests/ui/structs-enums
AgeCommit message (Expand)AuthorLines
2025-01-23tests: use `needs-threads` instead of `ignore-emscripten`许杰友 Jieyou Xu (Joe)-1/+1
2024-12-16add alignment info for testHenry Jiang-0/+1
2024-11-30add tests for niches in pointersThe 8472-0/+7
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-31/+0
2024-11-15make UI test OS-agnosticJorge Aparicio-11/+9
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-22/+8
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-1/+0
2024-10-15Fix most ui tests on emscripten targetHood Chatham-1/+0
2024-09-18Get rid of niche selection's dependence on fields's orderAdwin White-0/+20
2024-08-31ignore/fix layout-sensitive testsThe 8472-0/+1
2024-08-03Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-4/+1
2024-06-05Detect pub structs never constructed and unused associated constants in traitsr0cky-1/+4
2024-05-28Make more of the test suite run on Mac CatalystMads Marquart-16/+16
2024-04-27tests: remove some trailing wsklensy-3/+3
2024-04-22Stabilize generic `NonZero`.Markus Reiter-3/+1
2024-03-29stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gateAria Beingessner-1/+1
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-1/+8
2024-03-06compiletest: Add a `//@ needs-threads` directiveAlex Crichton-1/+1
2024-02-25Use generic `NonZero` in tests.Markus Reiter-15/+17
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-187/+187
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-3/+17
2024-02-07Update testsr0cky-1/+13
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-7/+7
2023-12-15Stabilize `ptr::{from_ref, from_mut}`Maybe Waffle-1/+0
2023-12-10remove redundant importssurechen-4/+0
2023-11-24Show number in error message even for one errorNilstrieb-15/+15
2023-09-25Gate and validate #[rustc_safe_intrinsic]León Orell Valerian Liehr-2/+2
2023-09-21added support for GNU/HurdSamuel Thibault-0/+1
2023-08-24Move issue 29181, 2804, 17431, 66768Olanti-0/+159
2023-05-29Address commentCaio-0/+73
2023-05-08suggest struct when we get colon in fileds in enumyukang-0/+43
2023-04-28layout-alignment-promotion logic should depend on the niche-biasThe 8472-0/+19
2023-04-27don't promote large fields to higher alignments if that would affect niche pl...The 8472-0/+18
2023-04-27try two different niche-placement strategies when layouting univariant structsThe 8472-1/+29
2023-03-03Add unuseless `#[allow(unused_allocation)]`Maybe Waffle-15/+11
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-1/+3
2023-02-02Recover _ as .. in field patternMichael Goulet-19/+7
2023-01-11Move /src/test to /testsAlbert Larsan-0/+5393