| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -1/+1 | |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -1/+0 | |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -1/+1 | |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -5/+5 | |
| And suggest adding the `#[coroutine]` to the closure | ||||
| 2024-02-17 | Allow newly added non_local_definitions lint in tests | Urgau | -0/+1 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -25/+25 | |
| 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 | |
