| Age | Commit message (Expand) | Author | Lines |
| 2024-07-24 | Rollup merge of #126152 - RalfJung:size_of_val_raw, r=saethlin | Matthias Krüger | -0/+22 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -11/+11 |
| 2024-07-10 | size_of_val_raw: for length 0 this is safe to call | Ralf Jung | -0/+22 |
| 2024-06-25 | Auto merge of #125740 - RalfJung:transmute-size-check, r=oli-obk | bors | -1/+1 |
| 2024-05-30 | transmute size check: properly account for alignment | Ralf Jung | -1/+1 |
| 2024-05-28 | Allow type_of to return partially non-error types if the type was already tai... | Oli Scherer | -4/+35 |
| 2024-04-23 | Rollup merge of #124057 - gurry:124031-ice-layout-errored, r=compiler-errors | Matthias Krüger | -0/+32 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -6/+4 |
| 2024-04-22 | Fix ICE when ADT tail has type error | Gurinder Singh | -0/+32 |
| 2024-04-06 | add test for ICE: Unexpected unsized type tail: &ReStatic [u8] #122488 | Matthias Krüger | -0/+37 |
| 2024-04-06 | add test for ICE: !base.layout().is_sized() #123078 | Matthias Krüger | -0/+48 |
| 2024-04-04 | Error out of layout calculation if a non-last struct field is unsized | Gurinder Singh | -0/+185 |
| 2024-03-25 | add test for ICE: failed to get layout for [type error] #92979 | Matthias Krüger | -0/+94 |
| 2024-03-25 | add test for Compiler panic using fn_traits #81974 | Matthias Krüger | -0/+137 |
| 2024-03-13 | Auto merge of #121668 - erikdesjardins:commonprim, r=scottmcm,oli-obk | bors | -1/+51 |
| 2024-03-06 | Check that return type is WF in typeck | Gurinder Singh | -1/+12 |
| 2024-02-28 | fix test failure due to differing u64 alignment on different targets | Erik Desjardins | -3/+3 |
| 2024-02-27 | allow using scalarpair with a common prim of ptr/ptr-sized-int | Erik Desjardins | -1/+51 |
| 2024-02-25 | Use 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-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -4/+13 |
| 2024-01-27 | Update tests. | Markus Reiter | -1/+1 |
| 2024-01-19 | Remove feature(offset_of) from tests | George Bateman | -1/+0 |
| 2024-01-18 | Remove no-longer-needed `allow(dead_code)` from the tests | Jake Goulding | -1/+1 |
| 2024-01-11 | Silence follow up errors if astconv already errored | Oli Scherer | -23/+3 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -2/+2 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -2/+2 |
| 2024-01-02 | Reorder `check_item_type` diagnostics so they occur next to the corresponding... | Oli Scherer | -9/+9 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -4/+4 |
| 2023-10-27 | fix failure to detect a too-big-type after adding padding | Ralf Jung | -0/+26 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -3/+23 |
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -13/+4 |
| 2023-09-11 | Rollup merge of #115708 - RalfJung:homogeneous, r=davidtwco | Matthias Krüger | -0/+76 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -5/+5 |
| 2023-09-10 | fix homogeneous_aggregate not ignoring some 1-ZST | Ralf Jung | -0/+76 |
| 2023-09-09 | better spans for WF errors | Ralf Jung | -2/+2 |
| 2023-09-09 | use hir_crate_items(()).definitions() instead of hir().items() | Ralf Jung | -6/+6 |
| 2023-09-09 | rustc_layout, rustc_abi: make sure the types are well-formed | Ralf Jung | -1/+14 |
| 2023-09-06 | rustc_layout/abi: error when attribute is applied to the wrong thing | Ralf Jung | -12/+31 |
| 2023-08-29 | Rollup merge of #111580 - atsuzaki:layout-ice, r=oli-obk | Matthias Krüger | -0/+42 |
| 2023-08-29 | there seems to be no reason to treat ZST specially in these cases | Ralf Jung | -2/+2 |
| 2023-08-29 | rustc_abi: audit uses of is_zst; fix a case of giving an enum insufficient al... | Ralf Jung | -0/+58 |
| 2023-08-28 | Don't ICE on layout computation failure | Katherine Philip | -0/+42 |
| 2023-08-27 | add rustc_abi debugging attribute | Ralf Jung | -19/+19 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -0/+1 |
| 2023-07-27 | Don't attempt to compute layout of type referencing error | Michael Goulet | -0/+17 |
| 2023-07-22 | Rollup merge of #113957 - Urgau:regression-test-issue-113941, r=dtolnay | Matthias Krüger | -0/+13 |
| 2023-07-22 | Add regression test for issue #113941 - naive layout isn't refined | Urgau | -0/+13 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -2/+2 |
| 2023-07-21 | Track (partial) niche information in `NaiveLayout` | Moulins | -2/+2 |