| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-01-18 | Remove no-longer-needed `allow(dead_code)` from the tests | Jake Goulding | -1/+1 | |
| `repr(transparent)` now silences the lint. | ||||
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -5/+5 | |
| 2023-12-13 | fix computing the dynamic alignment of packed structs with dyn trait tails | Ralf Jung | -0/+21 | |
| 2023-12-04 | Rollup merge of #118540 - RalfJung:unsized-packed-offset, r=TaKO8Ki | Takayuki 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-03 | codegen, miri: fix computing the offset of an unsized field in a packed struct | Ralf Jung | -0/+75 | |
| 2023-12-02 | move packed-struct tests into packed/ folder | Ralf Jung | -0/+80 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -2/+2 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -3/+3 | |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -1/+1 | |
| 2023-06-15 | change `std::marker::Sized` to just `Sized` | Lukas Markeffsky | -1/+1 | |
| 2023-04-28 | improve error notes for packed struct reference diagnostic | bindsdev | -7/+14 | |
| 2023-01-31 | make unaligned_reference a hard error | Ralf Jung | -248/+21 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+1142 | |
